/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #fff;
	font-size: .75em;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

a:link
{
	color: #034af3;
	text-decoration: underline;
}
a:visited
{
	color: #505abc;
}
a:hover
{
	color: #1d60ff;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 10px 0;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px !important;
}

#main
{
	padding: 30px 30px 15px 30px;
	background-color: #fff;
	margin-bottom: 30px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU   #menu is automatically generated
----------------------------------------------------------*/
#top-wrapper
{
	background: url(./images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) repeat-x scroll 50% 50% #5C9CCC;
	overflow: hidden;	
}

#topbar
{
	width: auto;
	padding: 3px 10px 0 10px;
	float: right;
	height: 30px;
	line-height: 22px;
	color: White;
	max-width: 750px;	
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

#topbar a
{
	color: white;
}

#hlogo
{
	float: left;
}

#hlinks
{
	margin: 0 35px 0 0;
}

#hlinks a
{
	font-weight: bold;
}

#menu
{
	float: left;
	padding:  10px 0px 5px 0px;
	margin: 7px 0px 0px 0px;
	font-size: 120%;
}

ul#menu li
{	
	display: block;
	float: left;
	margin-right: 7px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
}

ul#menu li a:hover
{
	/*background-color: #adcae7;*/
}

ul#menu li a:active
{
}

ul#menu li.selected a
{
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
fieldset 
{
	margin: 5em 0;
	padding: 1em;
	border: 2px solid #abf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;    
}

fieldset p 
{
	margin: 2px 12px 10px 10px;
}

legend 
{
	font-size: 1.1em;
	font-weight: 800;
	padding: 2px 4px 8px 4px;
}

input, select
{
	color: navy;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 2px 2px 2px 2px;
}

input[type="text"], input[type="password"] 
{
	width: 200px;
	border: 2px solid #abf;
}

table td input[type="text"]
{
	width: 80px;
}

/* TABLE
----------------------------------------------------------*/
table 
{
	font-size: 120%;
	border: solid 2px #CCC;
	border-collapse: collapse;
}

table th
{
	background-color: #ebf3fd;
	text-align: center;
	padding: 15px;
	border: solid 2px #CCC;
	color: #5C9CCC;
}

table td
{
	padding: 5px;
	border: solid 2px #CCC;
}

table tbody tr.odd td {
	background-color:#F0F0F6;
}

table thead tr .header {
	background-image: url(./images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table thead tr .headerSortDown {
	background-image: url(./images/asc.gif);
}

table thead tr .headerSortUp {
	background-image: url(./images/desc.gif);
}

/* Pagination
----------------------------------------------------------*/
.pagination
{
	text-align: right;
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 12px;
}

.pagination a
{
	padding: 5px 10px 3px 10px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 3px;
}

.pagination .prev_page, .pagination .next_page, .hidden
{
	display: none;
}

.pagination span.current
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px 10px 3px 10px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color:Red;
}

#menucontainer
{
	margin-top:40px;
}

div#title
{
	display:block;
	float:left;
	text-align:left;
}

#logindisplay
{
	font-size:1.1em;
	display:block;
	text-align:right;
	margin:10px;
	color:White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.display-field,
.editor-field
{
	margin: 0.5em 0;
}

.editor-label
{
	margin: 0.5em 1em;
	text-align: right; 
	float: left;
	width: 130px;
}

.editor-submit
{
	clear: both;
	text-align: center;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}

/* Styles for Login and Register pages
----------------------------------------------------------*/
.logincust
{
	background-image: url(./web2login.png);
	height:547px;
	width:1233px;
	margin:auto;
	background-size: cover;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.login .validation-summary-errors
{
	color: #aff;
}

.login input
{
	background-color: #bef;
}

#logininput
{
	position: relative;
	top: 81px;
	right: -707px;
	width: 450px;
	color: white;
	font-weight: bold;
}

#logininput legend
{
	color: white;
}

#loginheader
{
	background: url(./images/logow.png);
	position: relative;
	top: 170px;
	right: -120px;
	width: 250px;
	height: 61px;
	}

.logincontainer
{
	padding-top: 70px;		
	text-align: left;
}

/* Others
----------------------------------------------------------*/
img
{
	border: 0;
}

button
{
	padding: 5px;
	cursor: pointer;   
}

h2
{
	color: #5C9CCC;
}

.nos
{
	background: #ff5544;
	text-align: center;
	padding: 0.3em;	
	color: White;
	font-size: 2em;
	font-weight:bold;
}

.container
{
	margin: auto;
	text-align: left;
	width: 80%;
	min-width: 900px;
}


.greeny
{
	background: #9f9;
}
	
.redy
{
	background: #f99;
}

.util
{
	display: inline;
}

.surveyb
{
	position: fixed;
	left: 3%;   
	top: 50%;
	width: 80px; 
}

.hq
{
	margin: 1em;
}

.fgb
{
	padding: .3em 1em;
	text-decoration: none;
	cursor: pointer;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

li .mt9
{
	margin-top: 11px;
}

td .mt9
{
	margin-top: 11px;
}

.abtn
{
	margin-top: 5px;
}

.group 
{
	margin: 1em 0;
	padding: 1em;
	border: 2px solid #abf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;    
}

 /* Font Definitions for Microsoft Word 12 HTML Generator */
@font-face
	{
		font-family:"Cambria Math";
	}
@font-face
	{
		font-family:Calibri;
	}
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{
		margin-top:0cm;
		margin-right:0cm;
		margin-bottom:10.0pt;
		margin-left:0cm;
		line-height:115%;
		font-size:11.0pt;
		font-family:"Calibri","sans-serif";
	}
span.MsoHyperlink
	{
		font-family:"Times New Roman","serif";
		color:blue;
		text-decoration:underline;
	}
a:visited, span.MsoHyperlinkFollowed
	{
		color:purple;
		text-decoration:underline;
	}
@page WordSection1
	{
		margin:2.0cm 42.5pt 2.0cm 3.0cm;
	}
