.page_title{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#333;
	height:20px;
	padding:0 30px 10px 0;
}


#tab_content div.section_classic
{
    padding: 0 0 0 0;
	
}

/*fixes blue link outline dot in firefox */
#tab_content div.section_classic a, a:hover, a:active{
	outline:none;
}


.panelcollapser
{
	cursor: pointer;
}



#tab_content div.section_classic-holder
{
	border: solid 1px #999;
	
}

/* entry screens: title */

div.title 
{
	margin-left:5px;
	margin-right:5px;
	padding: 3px 0 5px 5px;
    vertical-align: middle;
	border-left: solid 1px #080288;
	border-right: solid 1px #080288;
	border-top: solid 1px #080288;
	background:url(../images/title-bar.jpg);
	height:18px;
	/*ROUNDED CORNERS*/
	-moz-border-radius-topleft: 5px;  
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}

#tab_content div.section_classic div.title a, a:hover, a:visited, a:active{
	text-decoration:none;
	cursor: pointer;
}
/* remove link underline IE*/
#tab_content div.section_classic a div.title 
{
	text-decoration:none;
}
/* remove link underline chrome*/
#tab_content div.section_classic a
{
	text-decoration:none;
}

div.title span
{
    color: #FFF;
}


#tab_content div.section_classic div.title span
{
	font-size:16px;
    font-weight:bold;
	text-decoration:none;
}


#tab_content div.section_classic div.title span.action
{
	
    font-size: 10px;
    font-weight: normal;
	color:#FFF;
}

.donor{
	font: Verdana, Arial, Helvetica, Sans-Serif;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	color:#0d317f;
	text-align:center;
	padding-bottom:5px;
	width:980px;
}



/* entry screens: section_classic content */

/* 
 * hack: collapser creates helper div if the same class 'content'
 * define margin on the outer tab, border on the inner
 * otherwise border will persists in collapsed state.
 */
#tab_content div.section_classic div.content
{
    margin-left: 5px;
	margin-right:5px;
	margin-bottom:0px;
	padding-bottom:5px;
	padding-left:0px;
	background-color: #f5f5f5;
	border-top: solid 1px #efefef;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	
}




#tab_content div.section_classic div.content table td.label
{
    text-align: right;
	width:150px;
	color: #353634;
}

#tab_content div.section_classic div.content table td.label label
{
    display: block;
    padding: 0;
    padding-right: 0.5em;
    padding-top: 0.3em;
}
