/**
 *	css main for scp
 */

body { margin: 0; padding: 0;}
body.foreign { background: url('../scp-images/header-foreign-background.jpg') white repeat-x; }
body.local { background: url('../scp-images/header-background.gif') white repeat-x; }

.modaloverlay{
	height: 10000px !important;
	position: fixed !important;
}

.cb{clear:both;}
.fl{float: left;}
.fr{float: right;}
.tr{text-align: right;}
.tl{text-align: left;}
.tc{text-align: center;}

/**
 *	images
 */
 
img { border : 0;}
div { margin: 0; padding: 0;}

h1 {font-size: 15px; color: white; font-weight: bold;}
p{
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	text-align: justify;
}

u , td{
	color: black;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13px;
	line-height: 15px;
}

textarea {
	width: 300px;
	max-height: 200px;
	resize: vertical;
}
input[type='text'], select{
	width: 300px;
	height: 30px;
}
input[type='button'],input[type='submit'],input[type='reset']{
	min-width: 90px;
	height: 30px;
}


a , .tdn a:hover { text-decoration: none; }
a:hover { text-decoration: underline; }
a:visited {color: inherit;}

ul { list-style: none; padding: 0px; margin: 0px;}
.scp-main-nav, .scp-footer-nav{ padding: 0px; margin: 0px;}
.scp-main-nav li{ border: 1px solid white; font: 11px sans-serif; padding: 4px 0px; cursor: pointer; }
.scp-main-nav li a{ color: white; padding: 0px 12px; }
.scp-main-nav li.selected , .scp-main-nav li.selected:hover{ background-color: #00a; }
.scp-main-nav li:hover{ background-color: #008; }
.scp-footer-nav2{ margin-left: 150px;}
.scp-footer-nav td{ padding: 6px 4px 0; font-family: Verdana, Sans-Serif; font-size: 10px; text-decoration: none;}
.scp-footer-nav2 td{ padding: 6px 4px 0; font-family: Verdana, Sans-Serif; font-size: 10px; font-weight: bold; text-decoration: none;}
.scp-footer-nav td a{color: #3673C6;}
.scp-footer-nav2 td a{color: #3673C6;}

.global-content{ width: 860px; min-height: 397px;}

.scp-content-footer{
	position: relative;
	left: 119px;
	width: 594px;
	min-height: 50px;
	border-top: 1px solid #3B7ED9;
	border-bottom: 1px solid #d4d4d4;
}

.scp-content-footer2{
	position: relative;
	left: 119px;
	width: 594px;
	font-family: Verdana, Sans-Serif; 
	font-size: 10px;
	padding: 4px 0;
	color: #333;
}


.pop-out-close{
	position: relative;
	top: -20; float: right;
	width: 20px;
	height: 10px;
}

.pop-out-close-button, .pop-out-close-button img{
	padding: 0; margin: 0;
	border-radius: 20px; 
}

.pop-out-header{
	padding: 0px 20px;
	color: #326AB7;
	border-bottom: 3px double #d4d4d4;;
}

.pop-out-tools-holder{
	padding: 0px 20px;
	min-height: 20px;
	border-bottom: 2px solid #d4d4d4;
}

.pp-out-tools-body{
	padding: 0px 20px;
	height: 355px;
	border-bottom: 3px double #d4d4d4;
}