
/**************************************************************/
/* BEGIN The styles below are to reset default browser styles */
/**************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

small {
	font-size: 11px;	
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END The styles above are to reset default browser styles */




/******************/
/* Redefined Tags */
/******************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

a.boldLink  {
	color: Blue;
	font-weight: bold;
	text-decoration: none;
}

a:hover.boldLink {
	color: black;
	font-weight: bold;
	border-top: 1px solid black;
	background-color: #CCCCCC;
	border-bottom: 1px solid black;
}

fieldset {
	margin: 10px 10px;
	border: 1px solid black;
}
			
input[type="text"]
{
	background-color: #FFE4B5;
}

legend {
	padding: 5px;
	background: #183A7A;
	color: #FFFFFF;
	margin-left: 10px;
}

select
{
	background-color: #FFE4B5;
}

H1
{
	font-size: 22px;
}

H2
{
	font-size: 20px;
}

H3
{
	font-size: 18px;
}

H4
{
	font-size: 16px;
}

H5
{
	font-size: 14px;
}

H6
{
	font-size: 12px;
}

H7
{
	font-size: 10px;
}

.alert {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: black;
background-image: url(./images/css_alert.png);
text-indent: 20px;
display: block;
background-repeat: no-repeat;
}
.warning {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: Red;
background-image: url(./images/css_warning.png);
text-indent: 20px;
display: block;
background-repeat: no-repeat;
}
.success {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
color: black;
background-image: url(./images/css_success.png);
text-indent: 20px;
display: block;
background-repeat: no-repeat;
}
.info {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    color: black;
    background-image: url(images/css_info.png);
    text-indent: 20px;
    display: block;
    background-repeat: no-repeat;
}



/*****************/
/* IDs for pages */
/*****************/
#content
{
	margin: 10px;
}

#gridPageView
{
	margin-left: 25px;
	margin-right: 25px;	
}

#header 
{
	margin-top: 2px;
	height: 44px;
	width: 100%;
	background: #FFF url(../images/ORME-WebLogo_r1_c1.gif) top left no-repeat;
	margin-bottom: 10px;
}

#header a:hover 
{
	text-decoration: underline;
}

#loginStatus 
{
	width: 100px;
	display: block;
	float: right;
	text-align: right;
	padding-top: 2px;
}

#sideMenuPageBody
{
	background: url(../images/SideColumnBackground.jpg) repeat-y;	
}

#searchFormContainer {
	width: 450px;
	margin: auto;
}

#serviceMenuContainer
{
	height: 40px;
	/*width: 225px;*/
	min-width: 225px;
	border-left: 2px solid #F2C83D;	
	float: right;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
}

#topMenu
{
	border-top: 2px solid #F2C83D;
	height: 22px;
	background: #747476;
	clear: both;
	width: 100%;
	min-width: 900px;
}

#topMenu a
{
	line-height: 15px;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #F2C83D;
	text-decoration: none;
	padding: 0px 10px;
}



/*****************/
/* Classes for pages */
/*****************/
.accordionPane{
	padding: 10px;
}

.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #183A7A;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078B3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionContent 
{
	background-color: #DDDDDD;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	padding: 10px;	
}

.alertMessage 
{
	font-size: 12px;
	font-weight: bold;
	color: Red;	
}

.attention_redBox {
	color: red;
	border: 2px solid red;
}

.clearer 
{
	height: 0px;
	clear: both;	
}

.error {
	background-color: #E9967A;
	border: 2px solid red;
}

.fieldsetContainer
{
	margin: 10px;
}

.floatLeft
{
	float: left;	
}

.floatRight 
{
	float:right;	
}

.GridAlternatingRow, GridAlternatingRow td
{
	background-color: #D7E5F2;
	font-size: 12px;
	padding: 2px;
}

.GridFooter, .GridPager, .GridFooter td, .GridPager td
{
	background-color: #183A7A;
	color: White;
}

.GridFooter a, .GridPager a
{
	color: White;
}

.GridHeaderRow, th
{
	background-color: #183A7A;
	color: White;
	font-weight: normal;
	padding: 5px;
}

.GridHeaderRow a 
{
	color: White;	
}

.GridPager 
{
	background-color: #CCCCCC;
	border-top: 1px solid #999999;
}

.GridRow, GridRow td
{
	background-color: #D4D3D3;
	font-size: 12px;
	padding: 2px;
}

.GridView
{
	border: 1px solid black;	
}

.highlight {
	background-color: #CCC;
	padding: 5px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.imageLink 
{
	cursor: pointer;	
}

.lastMenuItem 
{
	border-right: none;
}

.menuItems
{
	width: 600px;
	float: left;
	height: 22px;
	padding-top: 2px;	
}
			
.modalBackground 
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;	
}
			
.modalWindow
{
	border-top: 2px solid lightGray;
	border-left: 2px solid lightGray;
	border-bottom: 2px solid Gray;
	border-right: 2px solid Gray;
	z-index: 99;
}
	
.modalWindowContent
{
	margin: 10px;
}

.modalWindowHeader
{
	margin: 0px;
	background-color: #183A7A;
	color: White;
	font-weight: bold;
	padding: 5px;
}

.popupCalendar {
	z-index: 900;
	background: #FFFFFF;
	border: 1px solid blue;   
}

.required {
	border-left: 3px solid red;	
}

.sectionName {
	color: #183A7A;
	font-weight: bold;
}

.serviceMenu 
{
	margin: 0px;
	padding: 0px;
	height: 20px;
	margin-top: 10px;	
	list-style: none;
	line-height: 20px;
}

.serviceMenu a 
{
	padding: 0px 10px;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0px 10px;	
}

.serviceMenuItem
{
	border-right: 1px solid #F2C83D;
}

.smallTextTable
{
	font-size: 12px;
}

.topMenuItem
{
	border-right: 1px solid #FFF;
}

.yellowButton {
	background-color: #FFB70F;
	height: 18px;
	font-size: 10px;
	border: 1px solid #747476;
}

