html, body{	
    	font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		width: 100%;	/* make the body expand to fill the visible window */
		height: 100%;
		/*overflow: hidden;*/	/* erase window level scrollbars */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote,table,td,th,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:normal;
	margin:0pt;
	padding:0pt;
}

a {
	color:#999999;
	cursor:pointer;
	text-decoration:none;
}
a:hover {
	color:#D20020;
}

th{	
	font-size: 12px;
	text-align: left;
}

img
{
	/*border:0px;*/
}



#logoheader h1
{
	background:none;
	position: absolute;
	width: 987px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:right;
	clear: right;
	text-align: right;
}

option{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-x-system-font:none;
	
	margin:0 4px 4px 0;
	
}

input,textarea,select,file{
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-x-system-font:none;
	background:#FFFFFF url(../../pics/v2/idc-grey-0926.png) no-repeat scroll -713px -121px;
	border-color:#B0B0B0 #CCCCCC #CCCCCC;
	border-style:solid;
	border-width:1px;
	color:#333333;
	float:left;
	font-family:Helvetica,Arial,sans-serif;
	/*font-size:10px;*/
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.3em;
	margin:0 4px 4px 0;
	padding:3px;
}

input.button , .messages-button
{
	background:url(../../pics/v2/button-bg.png) repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	width: 150px;
	height: 25px;
	margin-bottom:10px;
}

.checkboxstyle
{
	background: none;
	border-style: none;
	border-width: 0px;
}

select{
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	width: 150px;
}

.topbar {
	width: 100%;
	background-color: #D20020;
	margin-bottom: 2px;
	padding-top: 0.05em;
	padding-bottom: 0.05em;
	height: 20px;
}

#toplinks {
	margin-left: 30px;
}

#toplinks li {
	color: #FFFFFF;
	font-weight: bold;
	display: inline;
	font-size: 12px;
	padding-right: 0px;
	padding-left: 10px;
	background-image: url(../../pics/dash.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#toplinks #first {
background-image: none;
}

#toplinks li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#toplinks .selected li {
	color: #FFFFFF;
}

#toplinks ul {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#toplinks li a:hover {
	text-decoration: underline;
}

#toplinks .product-alert
{
	color: #002060;
	font-size: 12px;
}

#content
{
	width:1000px;
	
}
#filelist
{
	font-size: 10px;
	border: 0;
	width: 100%;
}

#filelist th
{
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	color:red;
	
	border-bottom: 1px;
	border-bottom-color: blue;
	border-bottom-style: dashed;
	background: url(../../pics/bg_select.gif) repeat-x top left;
}



#ipclogo
{
	float: right;
	vertical-align: top;
}

#footer
{
	background-image:url(../../pics/v2/bdr_footer.gif);
	background-position:20px 6px;
	background-repeat:repeat-x;
	color:#133A5A;
	clear: both;
	
	font-size:11px;
	margin-bottom:30px;
	margin-left:4%;
	margin-top:25px;
	width:96%;
}

#footer h5 {
	background-color:#FFFFFF;
	color:#133A5A;
	display:inline;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	margin-top:0px;
	padding-top:0px;
	text-indent:0px;
}

.footersign {
	background-color:#FFFFFF;
	display:block;
	float:left;
	text-align:left;
	padding-left:0px;
}

#footer ul {
	list-style-type:none;
}
#footer li {
	display:inline;
	padding-left: 6px;
}

#footer img {
	display:none;
}

#footer .karakas {
	clear:left;
	color:#888888;
	display:block;
	line-height:normal;
	margin-top:0px;
	padding-top:0px;
	text-align:right;
	text-decoration:none;
}

.copyr {
	float:right;
	right:0px;
	text-align:right;
}
.Rmarginfix {
display:none;
}

.messagesectionheader
{
	border-bottom:1px solid #D20020;
	border-top:1px solid #D20020;
	color:#D20020;
	font-weight:bold;
	font-size: 14px;
	background-color: #F2F3F3;
	/*color: white;
	font-size: 14px;
	border-bottom:1px solid #D9D9D9;*/
	text-align: left;
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	
}

.infoheader
{
	font-size: 15px;
	font-weight: bold;
	color: #002060;
	padding-bottom: 10px;
}

.messagesection td
{
	padding: 2px;
}

#buttonbar
{
	text-align: left;
	margin-top: 10px;
	border-top:1px solid #D9D9D9;
}


.calendarpopup
{
	position:absolute;
	visibility:hidden;
	background-color:white;
	z-index:10;/*any value*/
	width: 250px;
}

.calendarpopup a
{
	color: #002060;
	text-decoration: underline;
}

.calendarpopup a:hover
{
	text-decoration: none;
}

.cpMonthNavigation
{
	width:100px;
}

.cpYearNavigation
{
	width: 50px;
}

.cpBorder
{
	width: 190px;
}

.cpBorder td
{
	background: none;
	text-align: center;
	border-bottom: 1px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#awardLogo
{
	margin-left: 2px;
	width: 156px;
	height: 131px;
}