﻿body
{
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; /*background-image: url(/Images/bg.jpg); */
	background-repeat: repeat-x; /*background-color: #B5C1C6; */
	background-color: Transparent;
}
.icemain #container
{
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
.icemain #header
{
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(../Images/bghead.jpg);
}


.icemain #header h1
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.icemain #sidebar1
{
	width: 130px;
	line-height: 19px;
	font-size: 10px;
	padding: 10px;
}
.sdbar
{
	padding: 15px 1px;
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */ /*background-color: #DBE2E6;*/
	line-height: 19px;
	font-size: 10px;
	height: 257px;
}
.icemain #sidebar2
{
	padding: 10px; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	font-size: 10px;
	line-height: 19px;
	height: 255px;
}
.icemain #mainContent
{
	padding: 0px;
	margin: 0px;
	width: 435px;
}
.icemain #container #mainContent h1
{
	color: #696089;
	font-size: 17pt;
}
.icemain #footer
{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DBE2E6;
	width: 800px;
}
.icemain #footer p
{
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}
.fltrt
{
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.icemain #container #mainContent h2
{
	color: #696089;
	font-weight: lighter;
	font-size: 13pt;
}
.icemain #mainContentHome
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 22px;
}
.icemain #container #mainContentHome h1
{
	color: #696089;
}
.icemain #container #mainContentHome h2
{
	color: #696089;
}
.icemain #container h3
{
	font-size: 12px;
}
.icemain #container h4
{
	font-size: 12px;
	color: #7C7598;
	width: 430px;
}
.smallprint
{
	font-size: 9px;
}
.icemain #container #mainContent input
{
	font-size: 12px;
	border: 1px solid #C8D3D8;
	font-weight: normal;
	height: 23px;
}
.icemain #container #mainContent legend
{
	color: #6A618A;
	font-weight: bold;
}
.icemain #container #mainContent textarea
{
	font-size: 10px;
	border: 1px solid #C8D3D8;
	vertical-align: top;
	font-weight: normal;
}

.blank
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #C8D3D8;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}

h1
{
	color: #696089;
}
.contents
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 22px;
	text-align: justify;
}
.footer
{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #DBE2E6;
	text-align: center;
	background-color: Transparent;
	font-size: 10px;
}


#UserAvailability
{
	padding-left: 22px;
	background-position: left;
	background-repeat: no-repeat;
}

.taken
{
	background-image: url(icon_error.gif);
}

.available
{
	background-image: url(icon_success.gif);
}

.modal
{
	background-color: Gray;
	filter: alpha(opacity=80);
	opacity: 0.7;
}


.modalBackground
{
	background-color: #CCCCFF;
	filter: alpha(opacity=0);
	opacity: 0.5;
}



.ModalWindow
{
	border: solid1px#c0c0c0;
	background: #f0f0f0;
	padding: 10px10px10px10px;
	position: absolute;
	top: 200px;
	left: 250px;
}

.modalBox
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.modalBackground
{
	filter: Alpha(Opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background-color: #999999;
	position: absolute;
	z-index: 500;
	top: 0px;
	left: 0px;
}
.modalContainer
{
	position: absolute;
	width: 300px;
	left: 50%;
	top: 50%;
	z-index: 750;
}
.modal
{
	background-color: White;
	border: solid 4px black;
	position: relative;
	top: -150px;
	left: -150px;
	z-index: 1000;
	width: 300px;
	height: 300px;
	padding: 0px;
}

.modalPop
{
	background-color: White;
	border: solid 4px black;
	position: relative;
	padding: 0px;
    top: 0px;
    left: -202px;
    width: 346px;
}

.modalTop
{
	width: 292px;
	background-color: #000099;
	padding: 4px;
	color: #ffffff;
	text-align: right;
}
.modalTop a, .modalTop a:visited
{
	color: #ffffff;
}
.modalBody
{
	padding: 10px;
}




.CW07_arial_sm09
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.CW07_arial_sm12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.CW07_arial_10
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.CW07_arial_sm11
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.CW07_arial_sm11gold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #996600;
}
.CW07_arial_big16gold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #996600;
}
.CW07_arial_big16black
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.CW07_arial_big24Black
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}
.CW07_arial_sm11white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.CW07_arial_big20
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.arial16
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.arialBK16
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.arialLightPink16bold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.arialGold12
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #E0BF05;
}

.Dilmaghani
{
	font-family: arial, helvetica;
	font-size: 10px;
}



.accordionLink
        {
         background-color: Transparent;
            color: inherit;
            text-align:left;
        }


.accordionHead
{
	text-align:left;
}

.sText
{
	text-align: left;
	background-color: Transparent;
	font-size: 10px;
}
.dText
{
	text-align: left;
	background-color: Transparent;
	font-size: 12px;
	font-family:Arial;
}

.prodBorder
{
	border: double 3px #92775C;
}

.ProductListHead
{
	font-weight: bold;
	font-size: 12px;
}

td.prodUnderlineBG
{
	 background-image: url(../images/underlineBG.gif); 
	 background-repeat: repeat-x; 
	 background-position: center;
}

.ProductListItem
{
	font-weight: bold;
	font-size: 12px;
}

.itemImage_off 
{
	border:black 1px solid;
	font-size: 11px;
	background-color: Transparent;
}
.itemImage_on 
{
	border:#BDA7A3 2px solid;
	font-size: 10px;
}


.sLabel
{
	text-align: left;
	font-size: 9px;
}
.dLabel
{
	text-align: left;
	font-size: 11px;
	font-family:Arial;
    font-weight:bolder;
    font-weight:900;
}

.imageButtonP {
       margin: 0px 5px 5px 0px; margin-bottom: 0px; padding: 4px;background: #f6f6f6;cursor:pointer;}
   
.imageButtonP:hover { border-color:#d0d0d0;}


	
.searchTexts
{
	text-align: left;
	background-color: Transparent;
	font-size: 10px;
    color: #7C7598;
}	
	
