@charset "utf-8";
/* CSS Document */


/* =====================ms edit / thickbox==============================*/


/* edit page for lightbox styles */

#msEditWrap{
width:800px;
margin-left:auto;
margin-right:auto;
padding-top: 5px;
}

.spacer{margin-left:40px;
	margin-bottom:10px;
	font-size:11px;
	color:#555555;
}

.msEditHeader{
height:auto;
width:750px;
margin-left:auto;
margin-right:auto;
text-transform: uppercase;
font-size:15px;
font-weight:bold;
color:#fff;
/*background:#ee8;*/
}

.msEditClose{
width:150px;
float:right;
font-size:15px;
font-weight:bold;
text-align:right;
/* just to debug div*/
/*background-color:#bada55; */
vertical-align: middle;
height:100%;
line-height:30px;
}

.msEditClose a{
	color:#f00;
	vertical-align: middle;
	text-decoration:none;
	}

.msEditTitle{
width:550px;
float:left;
/*background:#bada55;*/
}

.msEditBox{
	width:auto;
	background:#eee;
	border-left:1px solid #138b92; 
	border-right:1px solid #138b92;
	padding:5px;
}

.msEditCont{
width:500px; 
/*margin-left:50px;*/
margin-left:30px;
margin-right:auto;
/*background:#ffe;*/
padding:10px;
/*clear:both;*/
}


/*ms edit header*/

.msEditBoxHeadText{
	display:block;
	background:#cccc66;
	border:0 solid #cccc66;
	border-width:0 1px 0px 1px;
	color:#fff;
	padding:0px 10px 0px 10px;
	text-transform: uppercase;
	vertical-align:text-bottom;
	font-weight: bold;
}



.msEditBoxHeadArrow{
position:relative;
float:left;
text-align:right;
font-size: 0px; line-height: 0%; width: 0px;
border-left: 5px dotted transparent; /* 5px is causing a dot in ie, 7px is ok !*/
border-right: 5px dotted transparent;
/*margin-right:25px;*/ /* position of arrow */
margin-left:25px;
border-top: 5px solid #cccc66;
}

/* text styles for edit box */

.msEditBoxText{
text-align: left;
font-weight: bold;
color:#138b92;
/* not implemented yet*/
/*font-size;*/
}

.msEditBoxTitle{
text-align: left;
font-weight: bold;
text-transform: uppercase;
color:#5a584f;
font-size: 15px;
padding-bottom: 4px;
width:190px; /* k test */
display:block;
float:left;
}

.msTitle{
text-align: left;
font-weight: bold;
text-transform: uppercase;
color:#5a584f;
font-size: 15px;
padding-bottom: 4px;
display:block;
float:left;
}

.msTitleNoUpper{
text-align: left;
font-weight: bold;
color:#5a584f;
font-size: 15px;
padding-bottom: 4px;
display:block;
float:left;
}

.msThemeTitle{
text-align: left;
font-weight: bold;
color:#5a584f;
font-size: 15px;
padding-bottom: 4px;
/*width:190px;   */
display:block;
float:left;
/*margin-left:20px;*/
}

.msEditBoxNote{
color:#ff0000;
}

.msThemeImg{

}

div.msThemeImg input{

background:#fff;
padding:5px;
margin:5px;
border:3px solid #f00;
width:175px;
}



/*edit box round corners*/



.eb1, .eb2, .eb3, .eb4, .ebi1, .ebi2, .ebi3, .ebi4{
	display:block; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
		}

/*edit box Outter Rounded Corners */
.eb1, .eb2, .eb3 {height:1px;}
.eb2, .eb3, .eb4 {background:#eee; border-left:1px solid #138b92; border-right:1px solid #138b92;}
.eb1 {margin:0 5px; background:#138b92;}
.eb2 {margin:0 3px; border-width:0 2px;}
.eb3 {margin:0 2px;}
.eb4 {height:2px; margin:0 1px;}


/*edit box Inner Rounded Corners */
.ebi1, .ebi2, .ebi3 {height:1px;}
.ebi2, .ebi3, .ebi4 {background:#cccc66; border-left:1px solid #cccc66; border-right:1px solid #cccc66;}
.ebi1 {margin:0 5px; background:#cccc66;}
.ebi2 {margin:0 3px; border-width:0 2px;}
.ebi3 {margin:0 2px;}
.ebi4 {height:2px; margin:0 1px;}






/*==================clear fix - after=======================*/

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
	
	/* ======== style for cont input boxes ========== */

	.submit input{
	border: 1px solid #265d5c;
	padding: 2px;
	color: #fff;
	font-weight: bold;
	background: #138b92 url(site_assets/butt_grad.png) repeat-x;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:0px;
	width:120px;
	height:40px;
	/*float:center;*/
 }
 
.submit input:hover {
	background: #265d5c url(site_assets/butt_grad.png) repeat-x;
    border: 1px solid #138b92;
	padding: 2px;
	font-weight: bold;
	color:#b2a479;
	cursor:pointer;
}
/*
 label {
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
*/

div.fBox{
	padding:0px;
	padding-bottom:10px;
	/*padding:15px;*/
	color:#5a584f;
	margin-bottom:20px;
}

div.fBox label{
	/*display:block;
	margin-bottom:10px;
	color:#5a584f;
	font-size: 12px;
	line-height:25px;*/
	/* k test */
}
/*
div.fBox label span{

display: block;
float: left;
width: 135px;
padding-right: 6px;
text-align: left;

*/

/*font-weight: bold;
text-transform: uppercase;*/
/*}*/


.error span {
/*display: block;*/
float: left;
width: 5px;
padding-right: 6px;
text-align: left;

}

.msImgPreview{
 border: 1px solid #b2a479;
 padding:4px;
/* width: 120px;*/
 height: 120px;
}

.msImgThumb{
 border: 1px solid #b2a479;
 padding:2px;
 /*width: 60px;*/
 height: 60px;
}




.turkBtn{
	display: block;
	border: 1px solid #265d5c;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	background: #138b92 url(site_assets/butt_grad.png) repeat-x;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	text-transform: uppercase;
	text-decoration:none;
	width : 100px;
}
 
  .turkBtn:hover {
	background: #265d5c url(site_assets/butt_grad.png) repeat-x;
    border: 1px solid #138b92;
	padding: 5px;
	font-weight: bold;
	color:#b2a479;
	cursor:pointer;
	text-transform: uppercase;
	text-decoration:none;
	width : 100px;
}


/* smaller button for lightbox list*/

.smlTurkBtn{
/*	display: block;*/
	border: 1px solid #265d5c;
	padding: 1px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	background: #138b92 url(site_assets/butt_grad.png) repeat-x;
	margin-top:2px;
	margin-left:2px;
	margin-right:2px;
	/*text-transform: uppercase;*/
	text-decoration:none;
	/*width : 100px;*/
	font-size:10px;
}
 
  .smlTurkBtn:hover {
	background: #265d5c url(site_assets/butt_grad.png) repeat-x;
    border: 1px solid #138b92;
	padding: 1px;
	font-weight: bold;
	color:#b2a479;
	cursor:pointer;
	/*text-transform: uppercase;*/
	text-decoration:none;
	/*width : 100px;*/
}


.nbTurkBtn{
	border: 1px solid #265d5c;
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-align:center;
	background: #138b92 url(site_assets/butt_grad.png) repeat-x;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	text-transform: uppercase;
	text-decoration:none;
	width : 80px;
}

.input-text{
padding:5px;
background-color:#fff9c5;
font-size:12px;

font-weight: bold;
color: #5a584f;
/*font-size: 15px;*/
}


/* trying to sort the width .k */
.input-text-lrg{
padding:5px;
background-color:#fff9c5;
font-size:12px;
font-family: sans-serif;/* .k temp */
width:200px;
}



.input-ddown{
font-size:18px;
background-color:#fff9c5;
}


/* search alternating rows  ms Edit*/
 TR.msEditR0 {
	background-color: #f9f9f9;
	border-bottom: 1px dashed #b2a479;	
	/*float:left;*/
	padding:2px;
	}
 
 TR.msEditR1  {
	background-color: #f7f7e7;
	border-bottom: 1px dashed #b2a479;	
	/*float:left;*/
	padding:2px;	
	}
	
table.msEditTable{	
	margin-top:10px;
	
	font-size:15px;
	border-collapse: collapse;
	/*border-style: none;*/
	border-top: 1px dashed #b2a479;
	width:90%;
	
	/*text-align:right:*/
	overflow: hidden;
	}
	
	.msEditTable TD{
	padding:5px;
	font-weight:bold;
	}
	
	
	/* .k scroll div */
	.lbScroll{
	overflow-y:scroll;
   /* background-color:#bada55; */
    width:auto; 
    /*height:350px;*/ /* .k needs to be increased, plus padding removed at bottom of lightbox*/
    
	}
	
	
	.lbSmsScroll{
	overflow-y:scroll;
	height:100px;
	width: 200px;
	/*background:#fff9c5;*/
	float:left;
	padding:10px;
	text-align: left;
	margin-bottom:5px;

}			

.lbSmsScroll label{

font-weight: bold;
text-transform: uppercase;
color: #5a584f;
font-size: 12px;
margin-left:5px
}

/*========== styles for edit site details lb =======*/


.regCont{
width: 500px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}

.error{
display:inline;
width:100px;
/*visibility:hidden;*/
}


.DivRegistration INPUT, SELECT {
width:200px;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
background-color: #fff9c5;
vertical-align: middle;
}

/*width fix for dropdown */
.DivRegistration, SELECT {
width:215px;
}

.DivRegTime{
width:50px;
margin-left: 5px;
height:30px;
padding:5px;
font-weight: bold;
color: #555555;
padding-right:5px;
}

.dropdown{
}

.regBoxTitle{
text-align: left;
font-weight: bold;
text-transform: uppercase;
color: #5a584f;
font-size: 15px;
display: block;
float: left;
width: 190px;
padding-right: 6px;
padding-top:5px;
}

.terms{
overflow-y: scroll;
width: 300px;
height: 200px;
background:#eee;
padding:5px;
margin-left: auto;
margin-right: auto;
border-top: 2px solid #5a584f;
border-left: 2px solid #5a584f;
border-bottom: 2px solid #efefef;
border-right: 2px solid #efefef;

}

hr{
border: none 0; 
border-top: 2px dashed #b2a479;/*the border*/
	border-bottom: 0px;
	width: 80%;
	height: 2px;
margin-top:5px;
margin-bottom:5px;
} 
.LabelLarge_db{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #5a584f;
}





