﻿/*body 
{
	margin:0px;
}
 html
{
	font-family: Verdana;
	font-size: 8.25pt;
	background-color: white;
	
}
*/
HR
{
	border-top: white 1px ridge;
	border-right: white 1px ridge;
	border-left: white 1px ridge;
	border-bottom: white 1px ridge;
}
H2
{
	font-size: 8.0pt;
}        
	
input
{
	font-family:Verdana;
	font-size: 8.0pt;
}
select
{
	font-family:Verdana;
	font-size: 8.0pt;
}
a
{
	text-decoration:none;
	font-family:Verdana;
	font-size: 8.0pt;
	color: #3366cc;
}

a:hover
{
	text-decoration:underline
}

.underlined
{
	border-bottom: #66a72d 2px solid;
	vertical-align: text-bottom;
	text-align: left;
}

.underlinedDiv
{
	width: 80px;
}


.cascadeDropDownList
{
	font-size: 7.5pt;
	font-style: italic;
	font-family: Verdana;
}
.filledSteps
{
	font-size: 7.5pt;
	font-family: Verdana;
	font-weight: bold;
	background-color: gainsboro;
	width: 150px;
	height: 40px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-width: thin;
	border-left-width: thin;
	border-left-color: black;
	border-bottom-width: thin;
	border-bottom-color: black;
	margin: 5px;
	border-top-color: black;
	border-right-width: thin;
	border-right-color: black;
}

.loginContainer
{
	background-color: white;
	font-family: Verdana;
	font-size: 7.5pt;
	color: black;
	border-right: #66a72d 2px solid;
	border-left: #66a72d 2px solid;
	border-top: #66a72d 2px solid;
	border-bottom: #66a72d 2px solid;
	width: 500px;
	height: 300px;
	padding: 75px;
	vertical-align: top;
}



.noBoldFont
 {
       font-weight: normal;
       text-decoration: none;
 }

.popupCalendar{
	background-color:White;
	position:absolute;
	visibility:hidden;
}

.machineAttributeGroup
{
	width: 100%;
}

.machineAttributeGroupWide
{
	width: 100%;
}

.machineAttributeGroup input
{font-family:Verdana; font-size:x-small;}
.machineAttributeGroup select
{font-family:Verdana; font-size:x-small;}

.machineAttributeGroupWide input
{font-family:Verdana; font-size:x-small;}
.machineAttributeGroupWide select
{font-family:Verdana; font-size:x-small;}

.errorBox
{
	border-right: #3366cc 1px solid;
	border-top: #3366cc 1px solid;
	border-left: #3366cc 1px solid;
	color: #ff3300;
	border-bottom: #3366cc 1px solid;
	background-color: lightyellow;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.titleTxt
{
	width: 300px;	
}

.legend
{
	font-weight: bold;
	font-size: 7.25pt;
}

.fileUpload
{
	width:1px;
}

.newUserWizard
{
	padding:3px;
	/*background-color: #3399cc;*/
	border: solid 2px #3399cc;
	width:110px;
}

.newUserWizard a
{
	padding:3px;
	color:#3399cc;
}

.userData select
{
	width: 210px;
}

.userData input
{
	width: 200px;
}

.bodyMenu
{
	vertical-align: top;
	text-align: left;
	background-color: #3399cc;
	font-size: 7.25pt;
	color:White;
}

.loginPanel
{
	background-color: white;
	filter:alpha(opacity=90);
}

.logoBackGround
{
	background-attachment: fixed;
	background-image: url(Images/logo/CA_NewLogo_small.jpg);
	background-repeat: no-repeat;
}

.staticContentMenuItem a
{
	font-size:10pt;
	color:Black;
	font-weight:bold;
}

.dynamicContentMenu
{
	background-color: white;
	vertical-align: middle;
	color: White;
	border-right:#3399cc 1px outset;
	border-top: #3399cc 1px outset;
	border-left: #3399cc 1px outset;
	border-bottom: #3399cc 1px outset;
	text-align:left;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color= 'gray' , Positive= 'true' ) ;
	cursor:default;
}

.dynamicContentMenuItem
{
	text-decoration:none;
	color: #07519a;
	cursor:default;
	width:100px;
	height:20px;
	z-index:6;
}

.dynamicContentMenuItem a
{
	font-size: 8.25pt;
}
.dynamicMenuItemOver a
{
	text-decoration:none;
	color: white;
	cursor:default;
}

.dynamicMenuItemOver
{
	background-color:  #3399cc;
	cursor:default;
	width:100%;
}

/* login */
.loginTitle
{
	font-size:10pt;
	font-weight:bold;
	color: #07519a;
	padding-left:15px;
	text-align:left;
}

.loginBox
{
	text-align:left;
}

.loginLabel
{
	padding-left:15px;
	text-align:left;
}

.loginLink
{
	padding-left:15px;
}

.loginButton
{
	padding-right:0px;
}
/* end login */

body,td,th {
	font-family: Verdana;
	font-size: 8.25pt;
}
body {
	background-color: #f5f5f5;
	margin: 0px;
}

#mainContainer
{
	font-family: Verdana;
	font-size: 7.25pt;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1485cc;
	border-left-color: #1485cc;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	width: 790px;
	top:0px;
	height: 460px;
}


#topLeftBlueBox{
	background-color: #0871b2;
	height: 70px;
	width: 190px;
	position: absolute;
	z-index: 2;
	left: 15px;
	top: 0px;
}


#logoBox {
	height: 90px;
	width: 190px;
	position: absolute;
	z-index: 3;
	left: 15px;
	top: 70px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}


#welcomingText {
	background-color: #0871b2;
	height: 300px;
	width: 190px;
	position: absolute;
	left: 15px;
	top: 160px;
	z-index: 4;
}

#text{
	height: 250px;
	width: 160px;
	position: absolute;
	z-index: 5;
	left: 15px;
	top: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

#mainImage{
	background-color: #FFFFFF;
	height: 460px;
	width: 568px;
	z-index: 6;
	top: 0px;
	right: 15px;
	background-image: url(../images/cover.jpg);
	position: absolute;
}

#noticeBox{
	width: 225px;
	position: absolute;
	left: 800px;
	top: 5px;
	z-index: 7;
	padding: 0px;
	display:none;
}

#loginBox{
	height: 140px;
	width: 270px;
	position: absolute;
	left: 210px;
	top: 180px;
	z-index: 7;
	padding: 15px;
}

#contentBox{
	position: absolute;
	width:550px;
	left: 5px;
	top: 30px;
	z-index: 7;
}


.contentLoginBox
{
	padding-left:3px;
	background-color:White;
	filter:alpha(opacity=90);
}

.generalButton
{
	clear: right !important;
	PADDING-RIGHT: 0.1em; 
	PADDING-LEFT: 0.1em; 
	FONT-WEIGHT: bold; 
	PADDING-BOTTOM: 0.1em; 
	MARGIN-LEFT: -3px; 
	COLOR: #fff; 
	PADDING-TOP: 0.1em; 
	HEIGHT: 1.7em; 
	BACKGROUND-COLOR: #0871B2;
	BORDER-RIGHT: #0871B2 1px solid; 
	BORDER-TOP: #0871B2 1px solid; 
	BORDER-LEFT: #0871B2 1px solid;
	BORDER-BOTTOM: #0871B2 1px solid
}

/*
#contentBox{
	background-color: #f2f2f2;
	height: 460px;
	width: 568px;
	z-index: 6;
	top: 0px;
	right: 15px;
	position: absolute;
}
*/