﻿DIV.Partners_SearchBox
{
    margin:0 auto;
    text-align:left;
}

DIV.Partner_ContactBox
{
	margin:10px 0;
	color: #777777;
	padding:2px 0;
}


DIV.Partner_Box
{
	margin:0 auto;
	border:solid 1px #5A7C91;
	padding:5px;
	background-image: url(../../Images/topBG2.jpg);
    background-repeat: repeat-x;
    overflow: hidden;
}

DIV.Partner_Top
{
	padding:3px 5px 10px 5px;
	font-weight:bolder;
	font-size:12px;	
}

DIV.Partner_TopBlue
{
	padding:3px 5px;

	font-weight:bolder;
	font-size:12px;	
}

DIV.Partners_Title
{
	color:#ff5500;
	font-weight:bolder;
	font-size:14px;
    float: left;
    width: 60%;
}
DIV.Partners_Rank
{
	font-weight:bold;
	font-size:11px;
	float: left;    
    width: 40%;
    text-align:right;
}

DIV.Partner_PlatinumBox
{
	border-left:solid 2px #C0C9D3;
	padding-left:5px;
}

.Error
{
	color:#ff0000;	
}


DIV.AddLocation
{
	display:none;
	border:dotted 1px #999999;
	padding:10px;
	margin-top:2px;
}

DIV.TopSub
{
	font-weight:bold;
	font-size:11px;
}

DIV.TopSub a:link, DIV.TopSub a:visited
{
	color:#1e5687;	
}


DIV.LocationsGridHeader
{
	overflow:hidden;
}

DIV.LocationsGridHeader table
{
	table-layout:fixed;
	background-color:#bcceda;
}
DIV.LocationsGridHeader td
{
	background-color:#1e5687;
	color:#FFFFFF;
	font-weight:bold;
}


DIV.LocationsGridItems
{
	height:114px;
	overflow:auto;
	overflow-y:scroll;
	border-left:solid 2px #bcceda;
	border-right:solid 2px #bcceda;
	border-bottom:solid 2px #bcceda;
}

DIV.LocationsGridItems table
{
	table-layout:fixed;
}

DIV.LocationsGridItems tr:hover
{
    background-color:#F0F0F0;    
}

DIV.LocationsGridItems td
{
	overflow:hidden;
	border-bottom:solid 1px #bcceda;
}

DIV.LocationsGridItems td.pointer:hover
{
    cursor:pointer;
}

DIV.LocationsGridItems td span
{
	overflow:hidden;
}


TABLE.TrimCells td
{
	overflow:hidden;	
}

A.link_button
{
	color:#3563ff;
	padding:5px 20px;
	border:solid 2px #AAAAAA;
	text-decoration:none;
	font-weight:bold;
}
A.link_button:hover
{
	border:solid 2px #999999;
	background-color:#F1F1F1;
	cursor:pointer;
}


DIV.Left
{
	float: left;
}
DIV.Right
{
	float: right;
}
DIV.Clear
{
	clear: both;
}



/* PORTAL
----------------------------------------------------------*/

ul.portal_tabs {
	margin:0px; 
	padding:0 0 0 10px;
	list-style:none;
	border-bottom:solid #0668a9 1px;
	height:31px;
}


ul.portal_tabs li {
	margin:0 3px 0 0;
	padding:0px;
	float:left;
}

ul.portal_tabs li a {


	display:block;
	padding:0px 10px 0px 0px;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	
	font-weight:bold;
	background-color:transparent;
	background-image:url(../../images/partners/portal/tab_right.gif);
	background-repeat:no-repeat;	 
	background-position:right top;	
}

ul.portal_tabs li a span {
	line-height:32px;
	display:block;
	padding:3px 0 0 10px;
	background-color:transparent;
	background-image:url(../../images/partners/portal/tab_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	
}


ul.portal_tabs li.selected a {


	display:block;
	padding:0px 10px 0px 0px;
	cursor:pointer;
	color:#000000;
	text-decoration:none;
	font-size:12px;
	
	font-weight:bold;
	background-color:transparent;
	background-image:url(../../images/partners/portal/selected_tab_right.gif);
	background-repeat:no-repeat;	 
	background-position:right top;	
}

ul.portal_tabs li.selected a span {
	line-height:32px;
	display:block;
	padding:3px 0 0 10px;
	background-color:transparent;
	background-image:url(../../images/partners/portal/selected_tab_left.gif);
	background-repeat:no-repeat;
	background-position:left top;
	
}


div.portal_tab_content
{
	padding:20px 30px;
}

div.portal_tab_content_bg
{
	padding:10px 30px;
	background-color:transparent;
	background-image:url(../../images/partners/portal/portal_background.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	border-bottom:solid 1px #6B9CD7;
	position:relative;
	height: 590px;
}

div.portal_header
{
	padding:10px 15px 5px 15px;	
	border-bottom:solid 1px #E0E0E0;
	position:relative;
}

div.portal_breadcrum
{
	padding:5px 10px;
	font-size:10px;
	font-weight:bold;
}
div.portal_breadcrum a
{
	text-decoration:none;
}

div.portal_breadcrum a:hover
{
	text-decoration:underline;
}

div.portal_sections
{
	width:192px;
	height:344px;
	position:absolute;
	
	bottom:8em;
	right:1.5em;
	
	background-color:transparent;
	background-image:url(../../images/partners/portal/blue_container.png);
	background-repeat:no-repeat;
	background-position:left top;
}

div.portal_sections ul
{
	list-style-type:none;
	margin:0;
	padding:65px 0 0 10px;	
}

div.portal_sections ul li
{
	margin-bottom:10px;	
}


/*TABS*/
div.portal_tab_title
{
	padding:0 0 10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
hr.portal_separator
{
	color: #6B9CD7;
	height:1px;
}
table.resources_table
{
	margin:0 auto;
}

table.resources_table td
{
	border-bottom:dashed 1px #999999;
}


ul.form_list
{
	margin:5px 40px;
}

ul.form_list li
{
	margin-bottom:7px;
}


ul.homepage_links
{
	list-style-type:none;
	padding:0 0 0 30px;
	margin:0;
}

ul.homepage_links li
{
	margin-bottom:15px;	
}