﻿HTML, BODY {
	height:100%;
	margin:0;
	padding:0;

}
FORM {
	padding:0;
	margin:0;
	height: 100%;
}

BODY, TD
{
	font-family:Verdana, Arial;
	font-size:11px;
	line-height:1.4em;
	color:#333;
}

SELECT, INPUT
{
    font-size:11px;
    color:#333;
}

DIV
{
	margin:0;
	padding:0;
}

IMG { border:none; }

TABLE { border-collapse:collapse; }
TABLE, TR, TD { padding:0; }

TABLE.reg TR 
{
    vertical-align:top;
}
TABLE.reg TD
{
	padding:2px 10px 3px 2px;
}

H1 
{
	font-size:22px;	
	line-height:1.4em;
}

H2 
{
	font-size:16px;
}

H3 
{
	font-size:14px;
	margin-bottom:5px;
}

h4 
{
    font-size:1.2em;
    margin:0;
    padding:0 0 10px 0;   
}


DIV#container 
{
	margin:0 auto;
	width:960px;
	background-image:url(http://www.orionadvisor.com/pdf/images/oac/homepage_tile.png);
	background-repeat:repeat-y;
	border-bottom:solid 1px #ccc;
}
	
DIV#footer 
{
	width:945px;
	margin:10px auto;
	border:solid 1px #999;
	background-color:#cfcfcf;
}

DIV#footer P 
{
	padding:12px 22px;
}

DIV#topCap {
	height:140px;
	background-image:url(http://www.orionadvisor.com/pdf/images/oac/homepage_top.png);
	background-repeat:no-repeat;
}

DIV#home {

 /* unused */
}

DIV#lnksTopRight {
	margin:0 10px 0 8px;
	border-bottom:solid 1px #ccc;
	position:relative;
	height:28px;
}

DIV#lnksTopRight A {
	float:left; /* need to clear this float? */
	text-decoration:none;
	padding:0;
	margin:1px 0 0 0;
	color:#3f3f3f;
	font-weight:bold;
}

DIV#lnksTopRight A.firstLnk /* spaces the first link of the menu to the right */
{
	margin-left:34px;
}

DIV#lnksTopRight A SPAN 
{
	padding:10px 18px 4px 18px;
	display:block;
}

DIV#lnksTopRight A.on 
{
	background-image:url(http://www.orionadvisor.com/pdf/images/oac/tab_on.png);
}

DIV#lnksTopRight A.on SPAN 
{
	background-image:url(http://www.orionadvisor.com/pdf/images/oac/tab_on_right.png);
	background-position:top right;
	background-repeat:no-repeat;
}



DIV#colLeft {
	width:650px;
	float:left; /* layout problems - make sure a DIV is clearing after these floated divs */
	margin:0;
	padding:0;
	height:100%;
}

DIV#colRight {
	float:left;
	width:290px;
	margin:0;
	padding:0;
	border-left:dotted 1px #ccc;
}

DIV#containerLeft 
{
	margin:25px 12px 12px 35px;
	padding:0 14px 12px 5px;
}
DIV#containerRight 
{
	margin:25px 12px 12px 14px;
	padding:0 4px 12px 5px;
}

DIV#colLeft P {
	margin-bottom:16px;
}



DIV.slider {
	background-image:url(images/sliders_bottom.png);
	background-position:bottom center;
	background-repeat:repeat-y;
	width:243px;
}
DIV.sliderCap {
	/*background-image:url(images/sliders_top.png);*/
	height:18px;
}

DIV.sliderContent {
	padding:2px 8px 22px 14px;
	position:static;
	margin-bottom:8px;
}

DIV.sliderContent STRONG {
	font-size:1.4em;
	line-height:1.5em;
	text-transform:uppercase;
	font-style:oblique;
}

DIV.clear {
	clear:both;
}

DIV.regsec 
{
	border:solid 1px #999;
	background-color:#efefef;
	padding:15px 20px;	
	margin:0 0 12px 0;
}

/* Common */

.namePerson 
{
	font-size:118%;
}

.bgGreen { background-color: #439639; }
.txtGreen { color: #439639; }
.GeminiText { color: #439639; }
 
.bgBlue { background-color: #0093ef; }
.txtBlue { color: #0093ef; }
.OrionText { color: #0093ef; }
 
.bgGrey { background-color:#999; }
.txtGrey { color:#3f3f3f; }

/********** MessageProvider **********/



.MessageSection
{
	line-height: 1.3em;
	padding: 6px;
	margin-top: 2px;
}

.MessageList
{
	margin: 0px;
	list-style-type: none;
}

#MessageProvider div.MessageSection:first-child
{
	margin-top: 0px;
}

#ErrorMessages
{
	background: #B22E2E;
	border: solid 2px #A10000;
	color: #FFFFFF !important;
}

#ErrorMessageList li
{
	border-top: solid 1px #C35D5D;
	border-bottom: solid 1px #A10000;
	padding: 6px 0px;
}

#ErrorMessageList li.last
{
	border-top: solid 1px #C35D5D;
	border-bottom: solid 0px #A10000;
	padding-bottom: 0px;
}

#ErrorMessageList li.first
{
	border-top: solid 0px #C35D5D;
	padding-top: 0px;
}

#ErrorMessages a
{
	color: #FFFFFF !important;
	text-decoration: underline;
}

#ErrorMessages a:hover
{
	color: #FFFFFF !important;
	text-decoration: underline;
}

#ErrorMessages a:visited
{
	color: #FFFFFF !important;
	text-decoration: underline;
}

#WarningMessages
{
	background: #e6e277;
	border: solid 2px #a28f30;
	color: #62571D !important;
}

#WarningMessages li
{
	border-bottom: solid 1px #B7A953;
	padding: 6px 0px;
}

#WarningMessages li.last
{
	border-bottom: solid 0px #B7A953;
	padding-bottom: 0px;
}

#WarningMessages li.first
{
	padding-top: 0px;
}

#WarningMessages a
{
	color: #62571D !important;
	text-decoration: underline;
}

#WarningMessages a:hover
{
	color: #62571D !important;
	text-decoration: underline;
}

#WarningMessages a:visited
{
	color: #62571D !important;
	text-decoration: underline;
}

#InformationMessages
{
	background: #4a7283;
	border: solid 2px #3C5C69;
	color: #ffffff !important;
}

#InformationMessages li
{
	border-top: solid 1px #527E90;
	border-bottom: solid 1px #3C5C69;
	padding: 6px 0px;
}

#InformationMessages li.last
{
	border-top: solid 1px #527E90;
	border-bottom: solid 0px #3C5C69;
	padding-bottom: 0px;
}

#InformationMessages li.first
{
	border-top: solid 0px #527E90;
	padding-top: 0px;
}

#InformationMessages a
{
	color: #ffffff !important;
	text-decoration: underline;
}

#InformationMessages a:hover
{
	color: #ffffff !important;
	text-decoration: underline;
}

#InformationMessages a:visited
{
	color: #ffffff !important;
	text-decoration: underline;
}
