@import url("nav/nav.css");
html, body, form
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body
{
	background: #152f55;
	font-family:Arial, Sans-Serif;
	font-size:10pt;
	color:#152f55;
}

a, a:link, a:visited, 
a.CommandButton, a.CommandButton:link, a.CommandButton:visited  
a.SkinObject, a.SkinObject:link, a.SkinObject:visited  
{color:#0a94d6; text-decoration:none; cursor:pointer;font-weight:normal;}

a:hover, a.CommandButton:hover {text-decoration:underline; color:#0a94d6;}

a img {border:none;}

h1, h2, h3,
h1 a, h1 a:link, h1 a:visited, h1 a:hover, 
h2 a, h2 a:link, h2 a:visited, h2 a:hover,
h3 a, h3 a:link, h3 a:visited, h3 a:hover{
	color:#e58e1a;
	font-family:Arial,Sans-Serif;
	padding:0;
	margin:0;
	text-transform:uppercase;
	font-weight:bold;
}

h1 {font-size:20px;}
h2 {font-size:14px;}
h3 {font-size:11px;}

p {margin:0; padding:0;}

ul {list-style-image: url(images/orange_bullet_on_white.gif);}

.clear {clear:both; height:0px; overflow:hidden;}

div.relativity_header
{
	height:150px;
	background: transparent url(images/Relativity_header2.jpg) no-repeat scroll center top;
	position:relative;
}

div.relativity_banner
{
	position:absolute;
	top: 75px;
	left: 320px;
}
a.relativity_client_login
{
   background: transparent url(images/clientlogin.jpg) no-repeat scroll center top;
   position:absolute;
   width:83px;
   height:26px;
	top: 10px;
	left:3px;
}
a.relativity_client_login:hover
{
   background: transparent url(images/clientlogin.jpg) no-repeat scroll center bottom;
   position:absolute; 
}
a.relativity_home_link
{
    background: transparent url(images/Relativity_logo.jpg) no-repeat scroll center bottom;
    position:absolute;
	display:block;
	width:306px;
	height:92px;
	top:50px;
	left:3px;
}
a.relativity_home_link:hover
{
    background: transparent url(images/Relativity_logo.jpg) no-repeat scroll center top;
	position:absolute;
	display:block;
	width:306px;
	height:92px;

}

div.relativity_footer
{
	font-size:8pt;
	text-align:center;
}

div.relativity_button
{
	display:block;
	float:left;
	background: url(images/button.gif) no-repeat scroll right top;
	height:22px;
	padding-right:5px;
}

div.relativity_button a, div.relativity_button a:link, div.relativity_button a:visited, div.relativity_button a:hover
{
	display:block;
	float:left;
	padding-top:4px;
	height:18px;
	background: url(images/button.gif) no-repeat scroll left top;
	text-decoration:none;
	text-transform:uppercase;
	color:#152f55;
	padding-left:15px;
	padding-right:10px;
	font-size:8pt;
	font-weight:bold;
}

div.relativity_programs
{
    margin: 20px 0;
}
div.relativity_programs div.leftimage
{
    display: block;
    float: left;
    width: 200px;
}
div.relativity_programs div.leftimage img
{
    padding: 0px 0 0 0;
}
div.relativity_programs div.leftimage img.notextlogo
{
    padding: 5px 48px 10px;
}
div.relativity_programs div.rightinfo
{
    margin: 0px 0px 0px 200px;
    display: block;
}
div.clear
{
    clear: both;
}
/*partners page*/
div.partners-sidebar h2
{
    margin-top: 12px;
    margin-bottom: 6px;
    margin-left: 28px;
}
div.partners-sidebar p
{
    margin-bottom: 0 px;
}
div.partners-sidebar img
{
    display: block;
    margin-left: 14px;
    margin-bottom: 5px;
}
div.partners-sidebar h1 
{
    margin-bottom: 4px;
}


/*certified admin page*/
div.certifiedadmin-sidebar h2
{
    margin-top: 12px;
}
div.certifiedadmin-sidebar p
{
    margin-bottom: 5px;
}
div.certifiedadmin-sidebar img
{
    margin-top: -10px;
    margin-left: 11px;
}
div.certifiedadmin-sidebar div.examdates
{
    margin: 12px 0;
    font-size: 11px;
}
div.certifiedadmin-sidebar div.examdates p
{
    margin: 0;
}
/* DNN Fixes */

.c_contentpane 
{
	padding:0;
}

.Normal, .NormalDisabled {
	font-family:Arial,sans-serif;
	font-size:10pt;
	font-weight:normal;
}

#facebox td.TitleCell, #facebox td.SizeCell, #facebox td.DescriptionCell,
td.TitleCell, td.SizeCell, td.DescriptionCell {font-size:9pt; padding: 0 5px 5px 0 !important; vertical-align:top;}
td.SizeCell {white-space:nowrap;}

td.TitleCell {width:250px;}
td.SizeCell {width:75px;}

#facebox td.TitleCell {width:auto;}


table.FCKLinkGalleryContainer {background:#fff;}

/*new relativity button ( jQuery for hoverover )*/
div.buttonOrange
{
	display:block;
	float:left;
	background: url(images/buttonOBG.gif) no-repeat scroll right top;
	height:22px;
	padding-right:10px;
	margin-bottom: 10px;
}

div.buttonOrange a, div.buttonOrange a:link, div.buttonOrange a:visited
{
	display:block;
	float:left;
	padding-top:4px;
	height:18px;
	background: url(images/buttonOBG.gif) no-repeat scroll left top;
	text-decoration:none;
	text-transform:uppercase;
	color:#152f55;
	padding-left:20px;
	padding-right:10px;
	font-size:8pt;
	font-weight:bold;
}

div.buttonOrange:hover
{
    background: url(images/buttonOBG.gif) no-repeat scroll right bottom;
	
}
div.buttonOrange:hover a
{
    background: url(images/buttonOBG.gif) no-repeat scroll left bottom;
    text-decoration: none;
	color: #152f55;
}

div.buttonOrange2 a, div.buttonOrange2 a:link, div.buttonOrange2 a:visited
{
	display:block;
	float:left;
	padding-top:4px;
	height:18px;
	background: url(images/buttonOBG.gif) no-repeat scroll left top;
	text-decoration:none;
	text-transform:uppercase;
	color:#152f55;
	padding-left:20px;
	padding-right:10px;
	font-size:8pt;
	font-weight:bold;
}

div.buttonOrange2:hover
{
    background: url(images/buttonOBG.gif) no-repeat scroll right bottom;
	
}
div.buttonOrange2:hover a
{
    background: url(images/buttonOBG.gif) no-repeat scroll left bottom;
    text-decoration: underline;
	color: #152f55;
}

div.buttonBlue
{
	display:block;
	float:left;
	background: url(images/buttonOB4.gif) no-repeat scroll right top;
	height:22px;
	padding-right:10px;
	margin-bottom: 10px;
}

div.buttonBlue a, div.buttonBlue a:link, div.buttonBlue a:visited
{
	display:block;
	float:left;
	padding-top:4px;
	height:18px;
	background: url(images/buttonOB4.gif) no-repeat scroll left top;
	text-decoration:none;
	text-transform:uppercase;
	color:#152f55;
	padding-left:20px;
	padding-right:10px;
	font-size:8pt;
	font-weight:bold;
}

div.buttonBlue:hover
{
    background: url(images/buttonOB4.gif) no-repeat scroll right bottom;
	
}
div.buttonBlue:hover a
{
    background: url(images/buttonOB4.gif) no-repeat scroll left bottom;
    text-decoration: none;
	color: #152f55;/*!#e58e1a*/
}

div.relativity_footer a.SkinObject
{
    font-size: 8pt;
}
div.relativity_footer a.SkinObject:hover
{
    text-decoration:underline;
}

img.partnerRbis
{
    margin-left: 43px !important;
}