@charset "utf-8";
/* CSS Document */


.LowercaseText {
text-transform: lowercase; /* force text to lowercase */
}

.UppercaseText {
text-transform: uppercase; /* force text to uppercase */
}

.CapitalizeText {
text-transform: capitalize; /* force text to proper case */
}



/* START Password Strenght DIV */
#score {
	color: #000;
	font-size: 100%;
	position: relative;
	text-align: center;
	width: 100px;
	z-index: 10;
	
}
#score,#rating,#standards {
	font-weight: bold;
}
#scorebar {
	background-image: url(../Images/StandardCSSImages/bg_strength_gradient.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	width: 100px;
	z-index: 0;
}
#scorebarBorder {
	background: #333;
	border: 1px #000 solid;
	height: 16px;
	margin-bottom: 2px;
	width: 100px;
}



div.fail,div.pass,div.exceed,div.warn {
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	width: 16px;
}
td.exceed,td.fail,td.pass,td.warn {
	color: #fff;
	font-weight: bold;
	text-align: center;
}
td.exceed {
	background: #1C60A4;
}
td.fail {
	background: #C00;
}
td.pass {
	background: #093;
}
td.warn {
	background: #f60;
}

.hide {
	display: none;
}
/* END Password Strenght DIV */





.DivAlternateNo1a { background: #D6DCE9; } 


.DivAlternateNo1b { background: #eee; }



/* BODY STARTS */
.body {
	background-color: #000000;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	background-position: center top;

	background-image: ;
}
/* BODY END */






/* BODY OVERLAY STARTS */
.BodyOverlay {
	background-color:;
	background-image: ;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	background-position: center top;
}
/* BODY END */





/* BODY OVERLAY CPANEL STARTS */
.BodyOverlay_CPanel{
	background-color:;
	background-image: url(../CPanel/CPanel_Images/Gradient/CPanelGradent_D-Green_LightBlue_2000pxH.jpg);
	background-repeat: repeat;
	background-position: center top;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
/* BODY OVERLAY CPANEL END */





.RemoveBulletsStyle {
   list-style-type:none;
   margin:0;
   padding:0;
} 





/*---- START ---  SLIDING IMAGE INTO THE LEFT DIV CONTAINER  -------------------------------*/

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:300px;	width: 980px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: relative;
	bottom: -250px;
	right: -820px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 55px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-image: ;  /*-- Imput image file info -->       url(/Images/Banner/paging_bg2.png)--*/
	background-repeat: no-repeat;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: ; /*--BG colour behind NAV Image Gutton--*/  
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
}




/*----------- END ---  SLIDING IMAGE INTO THE LEFT DIV CONTAINER  ----------------------*/








.textInput1{
	width: 230px;
	height: 20px;
	color: #333333;
	background-color: #AEE6B6;
	background-image: url(/Images/StandardCSSImages/SearchMagnifying%20Glass.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #A2AAB9;
	margin: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.textInput2{
	width: 330px;
	height: 20px;
	color: #333333;
	background-color: #AEE6B6;
	background-image: url(/Images/StandardCSSImages/SearchMagnifying%20Glass.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #A2AAB9;
	margin: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}



.button {
	background-repeat: no-repeat;
	background-position: left top;
	color: #333333;
	height: 27px;
	border: 1px solid #A2AAB9;
	background-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	vertical-align: bottom;
}

.button:hover {
	background-repeat: no-repeat;
	background-position: left top;
	background-color: ;
	color: #39B54A;
	height: 27px;
	border: 1px solid #A2AAB9;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}






/* WHITE SPACE CSS START */
.WhiteSpace{
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;
word-wrap: break-word;
}
/* WHITE SPACE CSS END */




/* DROP SHADOW MIDDLE CSS START */
.Shadow_Middle_V0px_H0px_B15px_Black_Curve_10px{
box-shadow: 0px 0px 15px #000000 ;
-webkit-box-shadow: 0px 0px 10px #000000;
-moz-box-shadow: 0px 0px 10px #000000;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=0, offY=0, positive=true);
-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#curve1{
	width: auto;
	height: auto;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-image: url(/CYD_IMAGES/ChairBanner1.png);
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}



#curve2{
	width: auto;
	height: auto;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	background-image: url(/CYD_IMAGES/ChairBanner1.png);
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


.div {
height:10px;
overflow:hidden;
}


.table{
height:30px;
overflow:hidden;
}




.Footer {
	background-color: #23236A;
	background-repeat: repeat;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	background-position: center top;
	height: auto;
}
/* BODY ENDS */


/* BODY STARTS */
.DR_MP3_PlayerImage {
	background-image: url(/DavidImage/HomePage/MP3CDCover90pxX85px.jpg);
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
}
/* BODY ENDS */




/* Invisible STARTS */
.Invisible {
	display: none;
}
/* Invisible ENDS */




/* 5pxTableHeight STARTS */
.5pxTableHeight {
	line-height: 5px;
}
/* 5pxTableHeight ENDS */




/* 10pxTableHeight STARTS */
.10pxTableHeight {
	line-height: 10px;
}
/* 5pxTableHeight ENDS */




/* 10pxTableHeight STARTS */
.Required {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: text-bottom;
	position: static;
	left: 297px;
	top: 654px;
	width: 9px;
	height: 12px;
}
/* 10pxTableHeight ENDS */




/* 25pxTableHeight STARTS */
.25pxTableHeight {
	line-height: 25px;
}
/* 25pxTableHeight ENDS */




/* GreyWhite200pxH STARTS */
.GreyWhite200pxH {
	background-image: url(../Images/Gradient/Gradient_BG_D-Gray_L-Grey.png);
	background-repeat: repeat;
}
/* GreyWhite200pxH ENDS */



/* GreyWhite1500pxH STARTS */
.GreyWhite1500pxH {
	background-image: url(../Images/Gradient/Gradient_BG_GreyWhite1500pxH.png);
	background-repeat: repeat-x;
}
/* GreyWhite200pxH ENDS */



/* OverlayBlack STARTS */
.OverlayBlack {
	background-image: url(/Images/StandardCSSImages/OverLayBlack.png);
	background-repeat: repeat;
}
/* OverlayBlack ENDS */




/* OverlayWhite STARTS */
.OverlayWhite {
	background-repeat: repeat;
	background-image: url(/Images/StandardCSSImages/OverLayWhite.png);
}
/* OverlayWhite ENDS */











/* Button_WhiteBold12px_HovRedBold13px START */
.Button_WhiteBold12px_HovRedBold13px, .Button_WhiteBold12px_HovRedBold13px a:link, .Button_WhiteBold12px_HovRedBold13px a:visited, .Button_WhiteBold12px_HovRedBold13px a:active{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.Button_WhiteBold12px_HovRedBold13px a:hover{
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/* Button_WhiteBold12px_HovRedBold13px END */



.BG_Pic1 {
	background-image: url(/CYD_IMAGES/contact%20us2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}




/* How to use Layer Class
<table width="100%" border="3" bgcolor="#FFFFFF">
<tr><td height="110">
<img src="images/layerbox1.jpg" alt="square1" width="100" height="100" class="layer1" />
<img src="images/layerbox2.jpg" alt="square2" width="100" height="100" class="layer2" />
<img src="images/layerbox3.jpg" alt="square3" width="100" height="100" class="layer3" />
<img src="images/layerbox4.jpg" alt="square4" width="100" height="100" class="layer4" /></td>
</tr>
</table>
*/
.Layer1{
z-index:1000;
position: relative;
left: 0px;
bottom: 0px;
}

.Layer2{
z-index:2000;
position: relative;
left: 25px;
bottom: 25px;
}
