*** ALGEMEEN ***/

td, th, select, textarea {
	font-family: Arial,"Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.block3 {
	margin-top: 10px;
}

.longSelect {
	width: 560px;
}
.selectWidth-250 {
	width: 250px;
}

#web2 {
	margin: 8px;
}

#web2 div {
	margin-bottom: 4px;
}

#web2 img {
	border: none;
}

.sac-title {
	font-size:12px;
	font-weight: normal;
	text-transform: none;
	
/*	color:#666666;
	font-weight:bold;
	text-transform: uppercase;
	height:19px;
	width:764px;
	border-bottom:1px solid #9f9f9f;
	margin-top:10px;
	margin-bottom:8px;*/
}

div#resultmessage h1 {
	padding-top:0;
	padding-bottom: 11px;
	font-size: 12px;
	color: #000000;
}

div#resultmessage p {
	font-size: 12px;
	color: #000000;
}

div#resultmessage a {
	color:#0058a7;
	text-decoration:none;
}

div#resultmessage a:hover {
	text-decoration:underline;
}



/*** MY PROFILE ACTIONS ***/
.profile-actions {
	background-color: #FFF;
	height: 80px;
	width: 133px;
}

.profile-actions .action-link {
	font-size: 11px;
	font-weight: bold;
	color: #6ebd44;
	padding-left: 10px;
	padding-top: 5px;
}

.profile-actions .action-link a, .profile-actions .action-link a:link, .profile-actions .action-link a:visited {
	color: #6ebd44;
	text-decoration: none;
}

.profile-actions .action-link a:hover {
	color: #6ebd44;
	text-decoration: underline;
}

.profile-text {
	font-size: 9pt;
}

.profile-text span {
	padding-top: 3px;
}



/*** MENU ADAPTATIONS ***/
.menu-firstlevel, .menu-firstlevel-on, .menu-firstlevel-down { /** .menu-secondlevel-on, .menu-secondlevel {*//
	cursor: pointer;
}

.menu-secondlevel-off {
	background:url(dropmenu-arrow-secondlevel.jpg) no-repeat 7px 5px;
	border-top:1px solid #f4f4f4;
	border-bottom:1px solid #e3e2e2;
	background-color:#efefef;
	font-size:11px;
	height:19px;
	padding:0px 9px 0px 17px;
	cursor: pointer;
}

.menu-secondlevel-down {
	background:url(dropmenu-arrow-secondlevel-down.jpg) no-repeat 7px 5px;
	border-top:1px solid #f4f4f4;
	border-bottom:1px solid #e3e2e2;
	background-color: #efefef;
	font-size:11px;
	height:19px;
	padding:0px 9px 0px 17px;
	cursor: pointer;
}

.menu-thirdlevel {
	border-top:1px solid #f8f8f8;
	border-bottom:1px solid #ededed;
	background-color: #f5f5f5;
	font-size: 11px;
	/*height:18px;*/
	min-height: 19px;
	height: auto;
	padding:0px 9px 0px 30px;
}

.menu-thirdlevel-on{
	/*background:url(secondlevel-onbg.jpg) repeat-x;*/
	font-size:11px;
	height:18px;
	padding:0px 9px 0px 30px;
}	
/*
.menu-secondlevel-sub {
	border-top:1px solid #f4f4f4;
	border-bottom:1px solid #e3e2e2;
	background:url(dropmenu-arrow.jpg) no-repeat 6px 10px;
	background-color:#efefef;
	font-size:11px;
	height:19px;
	padding:0px 9px 0px 14px;
}
*/

/*** VIEW ***/
div#view {
	width: 100%;
}
div#view table {
	width: 100%;
	/*border: 1px solid #9FA9D4;*/
	border-top: none;
	border-spacing: 0;
	border-collapse: collapse;
}
div#view table th {
	background:#d3e1ef;
	line-height:23px;
	font-weight:bold;
	font-size:12px;
	color:#333333;
	text-indent:6px;	
}
div#view table td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 11px;
	color: #666666;
}

div#view table td a {
	color:#0058a7;
	text-decoration:none;
}
div#view table td a:hover {
	text-decoration:underline;
}

div#view p.nothingFound {
	font-weight:bold;
	font-size:12px;
	color:#333333;
}

/*Links below view to jump to next x documents, "Google"-wise*/
div#viewlinks {
	margin: 20px;
}

div#viewlinks p {
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 13px;
	padding-left: 0pt;
	font-size: 11px;
	color: #666666;
}

div#viewlinks p a {
	color:#666666;
	text-decoration:underline;
}
div#viewlinks p a:hover {
	text-decoration:underline;
}

/*Categorized views contain tables for the categories, these rules are for those categories*/
div#view table table {
	width: auto;
	margin: 0;
	border: 0;
	padding: 0;
}
div#view table table td {
	padding: 0;
}

/*Icons in views*/
img.icon {
	margin-right: 2px;
	border: 0;
}

/*Links below view to jump to next x documents, "Google"-wise*/
div#viewlinks {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*** SEARCH DIV ***/

div#searchpcdiv {
	width: 260px;
	float: right;
	padding: 3px 6px;
	margin: 0;
	font-size: 12px;
	color: #666666;
	border: 1px solid #9f9f9f;
	height: auto;
}

div#searchpcdiv a, div#searchpcsectdiv a {
	color:#0058a7;
	text-decoration:none;
}
div#searchpcdiv a:hover, div#searchpcsectdiv a:hover {
	text-decoration:underline;
}

div#searchdiv {
	/*width:361px;*/
	width: 410px;
	float:right;
	padding:0 6px;
	margin:0;
	font-size:12px;
	color:#666666;
	border:1px solid #9f9f9f;
	height: auto;
}

div#searchdiv-de {
	width: 460px;
	float:right;
	padding:0 6px;
	margin:0;
	font-size:12px;
	color:#666666;
	border:1px solid #9f9f9f;
	height: auto;
}

.searchResult h2 {
	font-size: 14px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 10px;
}

.searchResult .Err {
	font-size: 11px;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 10px;
}

.Search-spacer {
	width: auto;
	height: 5px;
	overflow: hidden;
}
.searchRadio {
	color: #666666;
	font-size: 12px;
	height: 40px;
}

div#searchpcsectdiv {
	width: 700px;
	padding: 0 6px;
	margin: 0;
	font-size:11px;
	color: #666666;
	border: 1px solid #9f9f9f;
	height: auto;
	left: 0px;
}

div#searchpcsectdiv .search-col1, .search-col2, .search-col3, .search-col4 {
	height: 18px;
	float:left;
}

div#searchpcsectdiv .search-col1, .search-col3 {
	width:115px;
}
div#searchpcsectdiv .search-col2, .search-col4 {
	width:200px;
}
input#searchpc, select#searchtheme, select#searchtype {
	height: auto;
	font-size: 11px;
}

input#searchpc {
	padding: 0 2px;
}

/*** CONTENT BLOCK ADDITIONS ***/

/*#ftn1, #ftn2, #ftn3, #ftn4, #ftn5, #ftn6, #ftn7, #ftn8, #ftn9, #ftn10 {
	width: 95%;
}

div.rt_content {
	width: 99%;
}*/

div.block_content {
	width: 99%
}

.block_content a {
	color:#0058a7;
	text-decoration:none;
}

.block_content  a:hover {
	text-decoration:underline;
}

.block_content p {
	margin-top: 8px;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0pt;
}

.block_content blockquote {
	margin-left: 15px;
}

.block_content ul {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 15px;
	list-style-type: disc;
}

.block_content ul ul {
	list-style-type: circle;
}

.block_content ul ul ul {
	list-style-type: square;
}

.block_content ol {
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 15px;

}

.block_content ul li, .block_content ol li {
	margin-top: 2px;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 15px;
	text-align: left;
}

.block_content h1, .pubtitle {
	font-size: 20px;
}
.block_content h2 {
	font-size: 16px;
}
.block_content h3 {
	font-size: 14px;
}
.block_content h4 {
	font-size: 12px;	
}
.block_content h5 {
	font-style: italic;
}
.block_content h1, .block_content h2, .block_content h3, .block_content h4, .block_content h5, .pubtitle {
	line-height:110%;
	color: #666666;
	padding-top: 11px;
	padding-bottom: 5px;
	text-indent: 0px;
}

/*.block_content div table td {
	border: 1px solid #9f9f9f;
}*/

.block_content table {
	font-size: 12px;
	color: #666666;
}

.block_content div table td {
	padding-left: 5px;
}

#attachTable {
	border: none;
}

#attachTable td {
	font-size: 11px;
	padding: 0px;
}

#attachTable td a {
	color:#0058a7;
	text-decoration:none;
}

#attachTable td a:hover {
	text-decoration:underline;
}

.actionbar {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*** Print References Agent **/
H1.printRef {
	font-size: 22px;
}

H2.printRef {
	font-size: 20px;
}

H3.printRef {
	font-size: 18px;
}

H1.printRef, H2.printRef, H3.printRef {
	line-height:110%;
	color: #333333;
	padding-top: 11px;
	padding-bottom: 5px;
	text-indent: 0px;
}

/*** CALENDER ***/
table.calendar {
	border: 1px solid #9f9f9f;
}

table.calendar td {
	padding-left: 6px;
/*	padding-right: 2px;*/
	padding-right: 6px;
	line-height: 23px;
}

table.calendar td.calYear {
	background: #d3e1ef;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #9f9f9f;
}

table.calendar td.calYear_New {
	background: #d3e1ef;
	font-weight: bold;
	text-transform: uppercase;
}

/*** FORMTABLE ***/
table.formTable {
	width: 100%;
	border: 0px;
}

td.labelCell, table#lookupTable td.labelCell {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	padding: 5px 0pt 6px 12px;
	vertical-align:top;
}
td.fieldCell {
	font-size: 12px;
	padding: 5px;
	vertical-align:top;
}

td.headinglabel{
	color: #666666;
	font-size: 12px;
	width: 150px;
	padding: 1px 0pt 2px 12px;
	vertical-align:top;
}

td.headingfield{
	color: #666666;
	font-size: 12px;
	padding: 1px 0pt 2px; 5px;
	vertical-align:top;
}

/*** BUTTON LABEL ***/
.buttonlabel
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(button_bg.jpg) repeat-x scroll 0 0;
	font-size: 12px;
	border-style:none;
	vertical-align: middle;
	padding:2px 5px 5px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	/* to remove extra padding for buttons in IE */
    width: 0;
    overflow:visible;
}

input.buttonlabel[class] { /*ie ignores [class]*/
    width: auto;
}

/*** FOOTER (toplink) ***/
div.bottom-toplink {
	margin-top: 10px;
	float: right;
}
div.bottom-toplink a#top {
	background-image: url(./but_top.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-right: 20px;
}
div.bottom-toplink a#top:hover {
	text-decoration: underline;
}


/*** OLD STYLES TO ADAPT ***/
div#wait {
	position: absolute;
	left: 50%;
	top: 50%;
	width:160px;
	height: 70px;
	margin-left:-80px;
	margin-top:-35px;
	visibility: hidden;
	z-index:2;
	border: 1px solid black;
	background-color:#C7CDE0;
}
div#waitshade {
	position: absolute;
	left: 50%;
	top: 50%;
	width:160px;
	height: 70px;
	margin-left:-75px;
	margin-top:-30px;
	visibility: hidden;
	z-index:1;
	background-color: #666666;
	filter:alpha(opacity=50);
}
div.hidden {
	display: none;
}
#searchpcsectbackdiv {
	font-size: 11px;
	left: 0px;
}

.searchpcsectdiv td {
	font-size: 11px;
	left: 0px;
	padding-left: 10px;
	padding-top: 1px;
}
img.printicon {
	border: 0;
	margin-left: 5px;
}
div.arrows {
	/*float: right;*/
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 80%;
}
div.arrows img {
	border: 0;
	vertical-align:middle;
}
div.arrows a {
	color: #0058a7;
	text-decoration: none;
}
.profile-text a{
	color:#FFF;
}
