﻿/* baseline */
/* BEGIN PRE-FORMAT TAGS */
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
html,body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,pre,form,fieldset,input { margin: 0px; padding: 0px; }
a img,:link img,:visited img { border: none; }
table, div { border-collapse: collapse; }
tr { vertical-align: top; }
br { clear: left; }
strong, b {	font-weight: bold; }
/* END PRE-FORMAT TAGS */

/* classes */
.notes
{
	font-family: Arial;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 5px;
}

.moreNews
{
	text-align: right;
}

.user_header
{
	margin-bottom: 15px;
}

.table_row
{
	margin-bottom: 5px;	
	width: 700px;
	vertical-align: top;
	display:table;
}

.table_cell
{
	float: left;
	margin-right: 5px;	
	vertical-align: top;
}

.compliance_selection
{
	float: left;
	margin-right: 15px;	
	vertical-align: top;
	width: 315px;
}

.bold
{
	font-weight: bold;	
}

.italic
{
	font-style: italic;
}

.wizard_button_container
{
	width: 740px;
	height: 20px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;	
	vertical-align: middle;
}

.error_message
{
	color: red;		
	font-weight: bold;
}

/* redefinitions */
body 
{
	background-color: #666666;
}

p
{
	margin-bottom: 10px;
}

#leftColumnWrapper h1
{
  background: url('../../UIObjects/Graphics/content_line_dotted.jpg') repeat-x bottom;
  height: 33px;
  font-family: Georgia;
  font-size: 18px;
  color: #687819;
  font-weight:400;
  margin-bottom:5px;
  padding-bottom:3px;
}

#leftColumnWrapper h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}

#rightColumnWrapper h1
{
	text-align: center;
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	color: #3c607b;
	margin-bottom: 4px;
}

#rightColumnWrapper h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px dotted #ffffff;
	color: #3c607b;
	padding-top: 10px;
}

#contentWrapper a:link
{
	color: #2f87de;
}

#contentWrapper a:hover
{
	color: #0c7ef0;
}

#contentWrapper a:visited
{
	color: #3c607b;
}

p.moreNews a
{
	font-family: Georgia;
	font-style: italic;
}

#footerLinksWrapper a
{
	color: White;
}

/* structure */
#frameWrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-image: url(../../UIObjects/Graphics/layout/shadow.gif);
	background-repeat: repeat-y;
	padding: 0px 10px;
}

#headerWrapper
{
	width: 800px;
	height: 107px;
	background-image: url(../../UIObjects/Graphics/layout/banner.gif);
	background-repeat: no-repeat;
}

#logoWrapper
{
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#donateWrapper
{
 float: right;
 padding-right: 50px;
 padding-top: 30px;
}

#menuWrapper
{
	height: 31px;
	width: 800px;
	background-image: url(../../UIObjects/Graphics/layout/navigation-background.gif);
	background-repeat: repeat-x;
}

#contentWrapper
{
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.4em;
}

#rightColumnWrapper
{
	vertical-align: top;
	padding: 30px 15px 30px 15px;
	margin: 0px;
	width: 180px;
	background-color: #e0dbb3;
}

#leftColumnWrapper
{
	vertical-align: top;
	width: 740px;
	padding: 30px 30px 30px 30px;
	background-color: White;
	color: #666666;
}

#footerWrapper
{
	color: White;
	font-size: 11px;
	font-family: Arial;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	background-image: url(../../UIObjects/Graphics/layout/bottom-shadow.gif);
	background-repeat: no-repeat;
	height: 33px;
	
}

#copyRightWrapper
{
	padding: 6px 0px 6px 90px;
	width: 520px;
}

#footerLinksWrapper
{
	padding: 6px;
}

#pageTitle
{
  background: url('../../UIObjects/Graphics/content_line_dotted.jpg') repeat-x bottom;
  height: 33px;
  font-family: Georgia;
  font-size: 18px;
  color: #687819;
  font-weight:400;
  margin-bottom:5px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:White;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

input.button_default
{   
	color:#004780;   
	font: bold Arial,sans-serif;   
	padding: 2px;
	background-color:#e9eddf;   
	border:1px solid;   
	border-color: #0080E2 #004780 #004780 #0080E2;  
}   

input.button_default_hover 
{   
	color:#004780;   
	font: bold Arial,sans-serif;   
	padding: 2px;
	background-color:#e9eddf;   
	border:1px solid;   
	border-color: #c63 #930 #930 #c63; 
}


