
/**************************************************************/
/* 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;
}





/*****************/
/* IDs for pages */
/*****************/
#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 */
/*****************/
.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;
}

.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;
}









			/* Styles from the application Manager
			
			#pageContainer
			{
				font-family: Arial, Sans-Serif;
			}
			
			#transferApplication
			{
				padding: 15px;
			}
			
			#applicationHeader
			{
				width: 100%;	
			}
			
			#applicationContent
			{
				width: 100%;
			}
			
			.floatLeft
			{
				float: left;	
				width: 50%;
			}
			
			.popupCalendar
			{
				z-index: 900;
				background: #FFFFFF;
				border: 1px solid blue;   
			}
			
			.linkStyle 
			{
				text-decoration: underline;
				color: Blue;
				cursor: pointer;
			}
			
			#AddressColumn
			{
				float: left;
				width: 30%;
				padding: 15px;
				border-right: 2px solid #5D7B9D;
			}
			
			#EditColumn
			{
				float: left;
				width: 60%;
				padding: 15px;
			}
			
			.rightLink
			{
				float: left;	
				width: 50%;
				text-align: right;
			}
			
			.boxHeader
			{
				width: 100%;
				border-bottom: 1px solid black;
			}
			
			.AddressLabel
			{
				font-size:24px;
				font-weight: bold;	
			}


*/
