/*
#303547 dark blue
#f2f2f2 gray
#009CDA light blue
*/
img{border:none;}
*
{
	font-size: 12px;
}

td p span div
{
	font-size: 12px;
}

body
{
	background: #f2f2f2 url('images/deco_bar_bg.png') left top repeat-y;
	margin: 0px;
	padding: 0px;
	font-family: helvetica,arial,optima,sans-serif;
	font-size: 12px;
}

a
{
	color: #009cda;
	text-decoration: none;
}

a:hover
{
	color: gray;
}

a:visited
{
	color: #009cda;
}

h1
{
	color: #303547;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 33px;
}

h1 a
{
	color: #009cda;
	font-size: 20px;
}

h1 a:visited
{
	color: #009cda;
	font-size: 20px;
}

.h1-separator
{
	color: #303547;
	font-size: 20px;
}

.h1-section
{
	color: #009cda;
	font-size: 20px;
}

.h1-link
{
	color: #009cda;
	font-size: 20px;
}


h2
{
	color: #009cda;
	font-size: 16px;
	padding-top: 11px;
}

h3
{
	color: gray;
	font-size: 14px;
	padding-top: 9px;
}

hr
{
	border: 0px solid #009edb;
	height: 1px;
	background-color: #009edb;
}

th
{
	color: gray;
	text-align: left;
	font-size: 12px;
}

small
{
	font-size: smaller;
}


input[type="text"], textarea
{
	color: grey;

}
input[type="text"]:focus, textarea:focus
{
	color: black;
}


div#menu
{
	position: absolute;
	top: 80px;
	left: 0px;
	font-size: small;
}

div#contentarea
{
	border: 0px dashed gray;
	display:block;
	position: relative;
	left: 33px;
	width:95%;
	font-size: 12px;
	top:180px;
}

div#sidebarpix
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#topbarpix
{
	position: absolute;
	top: 0px;
	right: 0px;
}

div#logotext
{
	position: relative;
	top: 28px;
	left: 9px;
	width: 150px;
	height: 50px;
}

div#navigation
{
	border:1px dashed silver;
	position: absolute;
	top: 150px;
	right: 10px;
}

table#table
{
	height: 88%;
}

td#sidebar
{
	background: transparent url('images/deco_bar_top.png') left top no-repeat;
	/*min-height: 560px;*/
}

td#contentarea
{
	background: transparent url('images/deco_contentarea_arch.png') left top no-repeat;
}

.dropdown
{
	color: #009cda;
}

.separator
{
	color: #303547;
}


.article
{
	display: block;
	padding-left: 111px;
	position: relative;
}

.hidden
{
	display:none;
	visibility:hidden
}

.dialog
{
	display: block;
	z-index: 9;
	position: absolute;
	top: 30%;
	left: 30%;
	background: #f2f2f2;
	border: 1px solid gray;
	width: 30%;
	height: 222px;
	visibility: hidden;
	display: none
}

.partnerinfo
{
	width: 100%;
}
.partnerinfo p {margin-top:0px;padding-top:0px}

.partnerinfo th
{
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.partnerinfo h3 {margin-top:0px;padding-top:0px}

.caption
{
	font-size: x-small;
	padding-top: 9px;
	text-align: left;
	vertical-align: top;
}

.thumbnail
{
	border: 1px solid #f2f2f2;
	position: relative;
	z-index:64;
}

.columns
{
	padding: 0px;
}

.column
{
	padding-right: 11px;
}



.iconholder
{
	width: 22px;
	float: left;
}

.icon:
{

}

#d_center {
float:left;
width:100%;
}

#d_right {
width: 300px;
float:left;
}

#main_app_container {
	width:100%;
	height: 100%;
	background-color: #F0F0F0;
	overflow: hidden;
	position: relative;
}



#popup {
  	left: 50% ;
  	margin-left: -220px;
	/*top: 150px;*/
	height: 100px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFF;
	padding: 0 20px;
	display: none;
	width:220px;
	position:absolute;
	background-image:url(img/login-rachel.png);
}
#popup h2 {color:#fff;}

#text {

}

#popup2 {
  	left: 50% ;
  	margin-left: -100px;
	/*top: 150px;*/
	height: 20px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFF;
	padding: 0 20px;
	width:100px;
	position:absolute;
	background-image:url(img/login-rachel.png);
	top:0px;
	text-align:center;
}

ul {line-height:20px; padding-left:15px}

/* ie6 */

#ie6 {
	position: absolute;
	top: 0px;
	/*left: -20px;*/
	display: block;
	height: 220px;
	width: 100%;
	filter: alpha(opacity=94);
	background: #fff;
	border-bottom: 4px solid #999;
	z-index: 1001;
}
#ie6 div {
	width: 800px;
	height: 210px;
	margin: 0 auto;
	color: #333;
	line-height: 20px;
	background: transparent url('images/ie7.gif') no-repeat 0 0;
	padding-left: 256px;
        padding-bottom:20px;
}
#ie6 h2 {
	color: #ff0000;
	margin-bottom: 0;
}
#ie6 h3 {
	color: #4574A1;
	margin-bottom: 10px;
}