.paging-container {
	float: left;
	height: 35px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: outset;
	border-bottom-style: inset;
	border-top-color: #EEE;
	border-bottom-color: #EEE;
}
.paging-arrow1 {
	float: left;
	height: 25px;
	width: 40px;
	margin-right: 10px;
	margin-top: 10px;
	/*background-image: url(../design/arrow-stop.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
	
}
.paging-arrow2 {
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 10px;
	margin-right: 5px;
	background-image: url(../design/arrow.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.paging-counts {
	float: left;
	height: 25px;
	width: 30px;
	margin-top: 7px;
	margin-right: 4px;
	line-height: 25px;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	box-shadow: inset #EEE 1px 1px 1px 1px;
}
.pactive
{
	background-color:#09F;
	color:#FFF;
}
.paging-arrow-stop1 {
	background-image: url(../design/arrow-180.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 10px;
	margin-right: 7px;
}
.paging-arrow-stop2 {
	/*background-image:url(../design/arrow-stop-180.gif);*/
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 25px;
	width: 40px;
	margin-top: 10px;
	margin-right: 5px;
}
.notif
{
	float: left;
	height: 16px;
	margin-left: 10px;
	margin-top: 5px;
}
.edit
{
	background-image:url(../design/notific.png);
	width:16px;
	background-position:left center;
	cursor:pointer;
}
.delete
{
	background-image:url(../design/notific.png);
	width:16px;
	background-position:48px center;
	cursor:pointer;
}
.tick
{
	background-image:url(../design/notific.png);
	width:16px;
	background-position:32px center;
	cursor:pointer;
}
.cancel
{
	background-image:url(../design/notific.png);
	width:16px;
	background-position:right center;
	cursor:pointer;
}
input[type="file"]{
    
   background-color:#F9F7F7;
    border: 1px solid #DDDDDD;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/   
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;

}
input[type="file"]:hover
{
   -webkit-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-moz-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-o-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-khtml-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
}
input[type="file"]:focus
{
    -webkit-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-moz-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-o-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-khtml-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
}

select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}
label {position:relative}
label:after {
    content:'<>';
    font:11px "Consolas", monospace;
    color:#aaa;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:2px;
    padding:0 0 2px;
    border-bottom:1px solid #ddd;
    position:absolute;
    pointer-events:none;
}
label:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
/* Ocean */

a.ocean, input.ocean, ul.ocean li a, th.ocean {
	background: #4AD4EE;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4AD4EE', endColorstr='#278FAC');
	background: -webkit-gradient(linear, left top, left bottom, from(#4AD4EE), to(#278FAC)); 
	background: -moz-linear-gradient(top,  #4AD4EE,  #278FAC); 
	color: #125267;
	text-shadow: 0px 1px 0px #60ACC1;
	-webkit-box-shadow: inset 0px 1px 0 #197A9D;
	-moz-box-shadow: inset 0px 1px 0 #197A9D;
	-o-box-shadow: inset 0px 1px 0 #197A9D;
	-khtml-box-shadow: inset 0px 1px 0 #197A9D;
	box-shadow: inset 0px 1px 0 #197A9D;
}

a.ocean:hover, input.ocean:hover, ul.ocean li a:hover {
	color: #125267;
	background: #3BB7D2;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ADDF5', endColorstr='#218DB0');
	background: -webkit-gradient(linear, left top, left bottom, from(#5ADDF5), to(#218DB0)); 
	background: -moz-linear-gradient(top,  #5ADDF5, #218DB0); 
}

a.ocean:active, input.ocean:active, ul.ocean li a:active {
	color: #125267;
	background: #33A4BC;
	-webkit-box-shadow: inset 0px 2px 3px #333E4E, inset 0px 1px 0 #93E6F6;
	-moz-box-shadow: inset 0px 2px 3px #333E4E, inset 0px 1px 0 #93E6F6;
	-o-box-shadow: inset 0px 2px 3px #333E4E, inset 0px 1px 0 #93E6F6;
	-khtml-box-shadow: inset 0px 2px 3px #333E4E, inset 0px 1px 0 #93E6F6;
	box-shadow: inset 0px 2px 3px #333E4E, inset 0px 1px 0 #93E6F6;
}


input.input-field {
	display: block;
	width: 235px;
	height: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: left;
	line-height: 25px;
	text-decoration: none;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	-o-border-radius: 0px; 
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: none;
	font-weight: normal;
	float: left;
	padding: 0 10px;
	background: #F5F5F5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3F3F3', endColorstr='#FFFFFF');
	background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#FFFFFF)); 
	background: -moz-linear-gradient(top,  #F3F3F3,  #FFFFFF); 
	-webkit-box-shadow: inset 0px 1px 1px #9A9A9A;
	-moz-box-shadow: inset 0px 1px 1px #9A9A9A;
	-o-box-shadow: inset 0px 1px 1px #9A9A9A;
	-khtml-box-shadow: inset 0px 1px 1px #9A9A9A;
	box-shadow: inset 0px 1px 1px #9A9A9A;
}

input.input-field:focus {
	color: #666;
	outline: none;
	-webkit-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-moz-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-o-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	-khtml-box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
	box-shadow: inset 0px 1px 1px #4A97BA, inset 0px -1px 1px #4A97BA, 0 0 8px #4A97BA;
}



/* Buttons */

.button-wrapper {
	width: 100px;
	background: #E0E0E0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E9E9E9', endColorstr='#D7D7D7');
	background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#D7D7D7)); 
	background: -moz-linear-gradient(top,  #E9E9E9,  #D7D7D7); 
	padding: 8px;
	-webkit-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-moz-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-o-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-khtml-box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	box-shadow: inset 0px 2px 2px #B2B3B5, 0px 1px 0 #fff;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	-o-border-radius: 50px; 
	-khtml-border-radius: 50px;
	border-radius: 50px;
}

a.button {
	display: block;
	width: 100px;
	height: 25px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	text-decoration: none;
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	-o-border-radius: 50px; 
	-khtml-border-radius: 50px;
	border-radius: 50px;
	font-weight: bold;
}

a.button:hover, a.button:active {
	border: none;
}
.dashboard_container {
	background-color: #F3F3F3;
	float: left;
	height: 140px;
	width: 180px;
	margin-top: 10px;
	margin-left: 20px;
	border-radius:10px;
	box-shadow:2px 2px 2px #999;
	text-align:center;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.dashboard_container:hover {
	background: linear-gradient(to right, #F3F3F3, #FFF, #F3F3F3);
	background: -webkit-linear-gradient(to right, #F3F3F3, #FFF, #F3F3F3);
	background: -moz-linear-gradient(left, #F3F3F3, #FFF, #F3F3F3);
	background: -o-linear-gradient(to right, #F3F3F3, #FFF, #F3F3F3);
	
}
.dashboard_img {
	height: 70px;
	width: 70px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.dashboard_img img
{
	border-radius:20px;
}
.dashboard_box-title {
	font-size: 15px;
	float: left;
	width: 180px;
}
.user_img_upld {
	float: left;
	height: 148px;
	width: 148px;
	border: 1px dashed #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	line-height: 100px;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 20px;
}
.player_profile_container {
	float: left;
	width: 700px;
}
.player_profile_image {
	margin: 10px;
	float: left;
	height: 148px;
	width: 148px;
	border: 1px dashed #999;
}
.player_info_outer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	width: 520px;
	margin-left: 10px;
	margin-top: 10px;
}
.player_info_outer2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	width: 720px;
	margin-left: 10px;
	margin-top: 10px;
}
.player_info_head {
	font-size: 12px;
	font-style: italic;
	float: left;
	width: 100px;
}
.tourn_info_head {
	font-size: 12px;
	font-style: italic;
	float: left;
	width: 200px;
}
.player_info_data {
	font-size: 12px;
	float: left;
	width: 400px;
	margin-left: 10px;
}
.player_info_data_big {
	font-size: 12px;
	float: left;
	width: 600px;
	margin-left: 10px;
}
.player_info_colon {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	width: 5px;
	text-align: center;
	font-weight: bold;
}
.point_table_cont_1 {
	float: left;
	width: 900px;
	margin-bottom: 25px;
	border: 1px solid #EEE;
	margin-top: 20px;
}
.match_list_adtnl_detl {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	height: 25px;
	width: 900px;
	background-color: #0099CC;
	margin-bottom: 5px;
}
.scorecard-head {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 25px;
	float: left;
	height: 25px;
	width: 250px;
	font-weight: bold;
	color: #666;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #999;
	padding-left: 10px;
}
.point_matches-C {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 25px;
	text-align: center;
	float: left;
	height: 25px;
	width: 80px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #999;
	font-weight: bold;
	color: #666;
}
.score_table_row {
	float: left;
	height: 30px;
	width: 900px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	
}
.scorecard-p_name {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	line-height: 30px;
	float: left;
	height: 30px;
	width: 251px;
	color: #666;
	padding-left: 10px;
}
.scorecard-out-for {
	float: left;
	height: 30px;
	width: 223px;
	padding-left: 10px;
	line-height: 30px;
}
.scorecard-out-for_head {
	float: left;
	height: 25px;
	width: 222px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #999;
	padding-left: 10px;
	line-height: 25px;
	font-weight: bold;
}
.scorecard_scores {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	float: left;
	height: 30px;
	width: 76px;
	padding-left: 5px;
}
.scorecard-bowling_head {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-size: 12px;
	line-height: 25px;
	float: left;
	height: 25px;
	width: 250px;
	font-weight: bold;
	color: #666;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #999;
	padding-left: 10px;
}
.tournam_info_data {
	font-size: 12px;
	float: left;
	width: 210px;
	margin-left: 10px;
}
.tournam_info_outer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	width: 500px;
	margin-left: 10px;
	margin-top: 10px;
}
.league_container {
	float: left;
	width: 900px;
}
.league_info_mation {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	width: 880px;
	margin-left: 10px;
	margin-top: 10px;
}
.league_info_data {
	font-size: 12px;
	float: left;
	width: 210px;
	margin-left: 10px;
	margin-right: 50px;
}
.league_info_head {
	font-size: 12px;
	font-style: italic;
	float: left;
	width: 120px;
}
.league_main_grd_container {
	float: left;
	height: auto;
	width: 1000px;
	margin-top: 40px;
}
.league_main_grid_header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #09C;
	float: left;
	height: 30px;
	width: 902px;
	background-color: #EBEBEB;
}
.tournam_container_l {
	float: left;
	width: 510px;
}
.tournam_container_r {
	float: left;
	width: 482px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-top: 10px;
}
.tournament_scroll
{
	float: left;
	width: 482px;
	margin-top: 10px;
	height:150px;
}
.tournam_R_grid_head {
	background-color: #09C;
	float: left;
	height: 30px;
	width: 451px;
	margin-right: 1px;
	color: #FFF;
}
.tournam_R_grid_row {
	float: left;
	height: 30px;
	width: 450px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: inset;
	border-bottom-style: solid;
	border-left-style: outset;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.tournam_select_head {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 49px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFF;
	text-align: center;
}
.tournam_select {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 48px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
	text-align: center;
}
.tournam_team_name_header {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 199px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
}
.tournam_group_sel_header {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 201px;
}
.tournam_group_sel_col {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 201px;
}
.tournam_R_grid_row_container {
	float: left;
	height: 124px;
	width: 482px;
	overflow: auto;
}
.tournam_submit_out {
	float: left;
	height: 40px;
	width: 100%;
	margin-top: 20px;
}
.tournam_submit_grid1 {
	height: 30px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.tournament_main_grd_container {
	float: left;
	height: auto;
	width: 901px;
	margin-top: 40px;
}
.tourn_main_grid_header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #09C;
	float: left;
	height: 30px;
	width: 901px;
	background-color: #EBEBEB;
}
.tourn_main_grid_rows {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	float: left;
	height: 30px;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: inset;
	border-left-style: outset;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font-size: 12px;
}
.t_name {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 249px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFF;
}
.league_t_name {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 199px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFF;
}

.t_name_col {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 244px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
	text-align: left;
	padding-left: 5px;
}
.league_t_name_col {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 194px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
	text-align: left;
	padding-left: 5px;
}

.total_team {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 149px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFF;
}
.total_team_col {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 144px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
	text-align: right;
	padding-right: 5px;
}
.league_team_col {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 144px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
	padding-left: 5px;
}

.start_date {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 149px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFF;
}
.start_date_col {
	line-height: 30px;
	text-align: right;
	float: left;
	height: 30px;
	width: 144px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
	padding-right: 5px;
}
.ain_grid_action {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 150px;
}
.tournm_calender {
	float: left;
	height: 16px;
	width: 16px;
	background-image: url(../design/calendar.png);
	background-repeat: no-repeat;
	margin-top: 5px;
}
.league_venue {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 99px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFF;
	text-align: center;
}
.league_venueCol {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 94px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
	padding-left: 5px;
}

.league_date {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 84px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFF;
	padding-left: 5px;
}
.league_dateCol {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 89px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
}

.league_time {
	line-height: 30px;
	float: left;
	height: 30px;
	width: 74px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #FFF;
	padding-left: 5px;
}
.league_timeCol {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 79px;
	border-right-width: 1px;
	border-right-style: inset;
	border-right-color: #CCC;
}

.league_action {
	line-height: 30px;
	text-align: center;
	float: left;
	height: 30px;
	width: 80px;
}
.select-session_butns {
	float: left;
	height: 90px;
	width: 100%;
	margin-top: 20px;
}
.sel_sesn_emphist {
	float: left;
	height: 70px;
	width: 300px;
	margin-right: 20px;
	margin-left: 150px;
}
.sel_sesn_empsaldet {
	float: left;
	height: 70px;
	width: 300px;
	margin-bottom: 5px;
}
.pdf_container {
	padding: 2%;
	float: left;
	width: 95%;
	border: 1px solid #999;
}
