/* CSS - New Project */

/* reset */
	body, form, ul, li, img, pre, fieldset {padding: 0; border: 0; margin: 0;}
	img, div { behavior: url(iepngfix.htc) }


/* general */
	strong {font-weight: bold;}
	em {font-style: italic;}
	.left {float: left;margin-right: 1em;}
	.right {float: right;margin-left: 1em;}
	.hide {display: none;}
	.show {display: block;}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	border-bottom: 1px dotted #666666;
}
	body {
	font-size: 12px;
	background: #ffdc5a url(images/bg-yelgrad.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	color: #008240;
}
a:visited {
	color: #008240;
}
a:hover {
	color: #00AAEA;
	text-decoration: none;
}


	
/* header */
#loginContainer {
	height: 35px;
	color: #CCCCCC;
	background: url(images/loginBG.jpg);
}

#loginContent {
	width: 740px;
	margin: 0px auto;
	clear: both;
	padding-top: 5px;
	text-align: right;
}

#loginContent input.submit,input.submit:focus{
	background:#FF9900 url(images/gloss.png) repeat-x 0 50%;
	border:2px outset #FF9900;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}	

#loginContent input.submit:hover{
	background-color:#00aaea;
	border-color:#00aaea;
}

/* basic */
	#mainContainer {
	clear: both;
	width: 600px;
	margin-right: auto;
	margin-left: auto; background-image:url(images/itN-sbody.png); background-repeat:repeat-y;
}

	#headerContainer {
	clear: both;
	background: url(images/itN-sHead.png) no-repeat;
	height: 200px;
	width: 600px;
	margin: 25px auto 0px;
}
	#headerLogo h1 {
	text-indent: -9999px;
	margin: 0;
	border-width: 0px;
}
	#headerLogo a {
	display: block;
	height: 113px;
	text-decoration: none;
	width: 230px;
	float: left;
}
	#headerNav {
	height: 20px;
	width: 570px;
	float: right;
	margin: 42px 0px 0px;
}
#headerNav  ul {
	margin: 0px;
	padding: 4px 0px 3px;
}

#headerNav  li {
	list-style: none;
	display: inline;
}
#headerNav a {
	list-style: none;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 6px 3px;
	float: left;
	min-width: 50px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 6px 0px 0px;
	background: url(images/menuGlass.jpg);
	vertical-align: top;
}
#headerNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/menuGlass2.jpg) repeat-x;
}

/* body */
	#bodyContainer {
	clear: both;
	width: 700px;
	margin: 0px auto;
	min-height: 300px;
}
	#leftCol {
	float: left;
	width: 425px;
	margin-top: 25px;
}
	#rightCol {
	float: right;
	width: 200px;
}
	

/* footer */
	#footerContainer {
	clear: both;
	width: 600px;
	margin: 0px auto;
	background: url(images/itN-sfooter.png) no-repeat;
	min-height: 75px;
}
	#footerContent {
	width: 575px;
	margin: 0px auto;
	padding: 35px 0px 10px;
	text-align: center;
	font-size: 11px;
}
	

/* form */

#formContent {
	margin: 0px 0px 0px 18px;
}

#fbTOP {
	background:url(images/formbox_top.jpg) repeat-x;
}
#fbBOTTOM {
	background:url(images/formbox_bottom.jpg) repeat-x;
}
#fbLEFT {
	background:url(images/formbox_left.jpg) repeat-y;
}#fbRIGHT {
	background:url(images/formbox_right.jpg) repeat-y;
}
fieldset {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #e9edf7;
	border: 1px solid #666666;
}
legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: url(images/legend-BG.jpg) repeat-x bottom;
	padding: 2px 5px 0px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	background: #e9edf7;
	border: 1px solid #666666;
}

input{line-height:normal;}
input.text,textarea{background:#fff;padding:4px;border:1px solid #ddd;}
input.text:hover,textarea:hover{
	border-color:#FF9900;
}
input.text:focus,textarea:focus{border-color:#000;}
input.submit,input.submit:focus{
	background:#4d4e53 url(images/gloss.png) repeat-x 0 50%;
	border:1px outset #4d4e53;
	color:#fff;
	cursor:pointer;
	font-size:11px;
	font-weight:bold;
}
input.submit:hover{
	background-color:#008B43;
	border-color:#008B43;
}
input.submit:active{border-style:inset;}
body input.disabled,body input.disabled:hover{background:#ccc;color:#aaa;cursor:text;border:2px solid #c0c0c0;}

#alreadySign {
	color: #0082B3;
}

#successSign {
	color: #00723B;
}

#invalidSign {
	color: #FF0000;
}
