@import url('content.css');

/*** General Styles ***/

* {
	padding: 0px;
	margin: 0px;
	}

/* No display */

.nd {
	display: none;
	}

/* Clearfix */

.cf {
	clear: both;
	line-height: 1%;
	font-size: 1%;
	width: 1px;
	border-top: 1px solid #FFF;
	}

body {
	/*font-family: Trebuchet MS, Verdana, Arial, Courier;*/
        font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 11px;
	/*background: #f2f2f2 url('../imgs/temp_bg.jpg') repeat-x top center;*/
	color: #222;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

a {
	color: #B62F71;
	text-decoration: none;
	display: inline;
	}

a:hover {
	color:#1A5CAA;
	text-decoration: none;
	}

p {
	margin: 8px 0px 8px 0px;
        text-align: left;
	}


h2 {
	font-size: 105% !important;
	/*color: #333;*/
         color: #FA3295;
	}

h2 a {
	color: #333;
	}

h2 a.tiny_link {
	font-size: 80% !important;
	color: #B62F71 !important;
	font-weight: bold;
	}


h3 {
	font-size: 110%;
	}

li {
	list-style-image: url('../imgs/bull1.gif');
	}

.dbtr_on td {
	background-color:#ccc;
	padding: 5px;
	border-top: 1px solid #ccc;
	font-size: 8pt;
	}

.dbtr_on td.db_bt {
	color: #666;
	font-size: 7pt;
	}

.dbtr_on td.db_purple {
	color: purple !important;
	}

.dbtr_on td.db_blue {
	color: blue !important;
	}

.dbtr_on td.db_red {
	color: red !important;
	}

.dbtr_on td.db_green {
	color: green !important;
	}




/* Miscellaneous page error */

.errors_misc {
	padding: 10px;
	border: 1px solid red;
	color: red;
	background-color: pink;
	margin-bottom: 20px;
	font-size: 85%;
	width: 400px;
	}

/* Missing form field error */

.errors_fields {
	padding: 10px;
	border: 1px solid purple;
	color: white;
	background-color: purple;
	margin-bottom: 20px;
	font-size: 85%;
	width: 460px;
	}

/* Good messages returned */

.good_msgs {
	padding: 10px;
	border: 1px solid green;
	color: green;
	background-color: lightgreen;
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 20px;
	font-size: 85%;
	width: 460px;
	}

/* Text field error */

.text_error {
	border: 2px solid purple !important;
	background: white !important;
	}

/* File field error */

.file_error {
	border: 2px solid purple !important;
	background: white !important;
	}


/* Breadcrumb */

.bread {
	border-bottom: 1px solid #DDD;
	padding-bottom: 5px;
	font-size: 90%;
	width: 755px;
	}



/************* Form fields *************/


.form_fields {
	padding: 0px 10px 10px 10px;
	font-size: 8pt;
	margin-bottom: 18px;
	margin-right: 15px;
	border-top: 1px solid #fff;
	border-bottom: 0px;
	border-left: 1px solid #fff;
	border-right: 0px;
	background-color: #DDD;
	}

input.cust{
	border: 1px solid #bbb; /* #50936C; */
	display: block;
	float: left;
	clear: right;
	background-color: #f5f5f5;
	font-size: 9pt;
}

select.cust{
	border: 1px solid #bbb; /* #50936C; */
	background-color: #f5f5f5;
	font-size: 9pt;
}

input.check{
	border: 0px !important;
	background-color: #f5f5f5;
}

textarea {
	border: 1px solid #bbb; /* #50936C; */
	float: left;
	clear: right;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #f5f5f5;
	font-size: 9pt;
}

label {
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	}

legend {
	font-weight: bold;
	font-size: 9pt;
	color: #333;
	}

/* Field help to be display next to field */

.field_help {
	color: #666;
	clear: both;
	padding-top: 5px;
	margin: 8px 0px 15px 0px;
	font-size: 85%;
}

/* Indicate a required field */

.req {
	color: red;
}


/* Submit buttons */

.button1 {
	color: #fff;
	font-weight: bold;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #3F1B2E;
	}

.button2 {
	color: #333;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #3F1B2E;
	}


/* Page container */

.container {
	width: 100%;
	margin: auto auto;
	text-align: center;
	}

.sub_container {
	width: 780px;
	margin: 20px auto;
	text-align: left;
	font-size: 85%;
	}

.top_area {
	background: #fff;
	height: 225px;
	}
.top_img {
	background: #fff;
	height: 115px;
	}	
.nav_area {
	height: 25px;
	background: yellow;
	}
.menu-bg {
	background-color: #660A31;
	background-image: url(../imgs/menu_bg.jpg);
	background-repeat: repeat-y;
	height: 43px;
}
.menu-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu-links:hover {
	color: #080206;
}
.shadow {
	background-image: url(../imgs/drop_shadow.jpg);
	background-repeat: no-repeat;
}
.cont_area {
	border: 1px solid #ddd;
	margin-top: 6px;
	background-color: #EEE;
	}

.sub_cont_area {
	padding: 10px;
	}

.foot_area {
	border: 1px solid #ddd;
	margin-top: 6px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 85%;
	padding: 10px;
	}


/* Logo */


.logo {
	background: #fff url('../imgs/stfLogo.jpg') no-repeat 10px 0px;
	display: block;
	height: 130px;
	width: 150px;
	}


/* Page navigation */

.tab {
	width: 130px;
	height: 25px;
	float: left;
	display: block;
	}

.tab1_off {background: #585858 url('../imgs/nav.gif') no-repeat -1px -4px;}
.tab2_off {background: #585858 url('../imgs/nav.gif') no-repeat -131px -4px;}
.tab3_off {background: #585858 url('../imgs/nav.gif') no-repeat -261px -4px;}
.tab4_off {background: #585858 url('../imgs/nav.gif') no-repeat -391px -4px;}
.tab5_off {background: #585858 url('../imgs/nav.gif') no-repeat -521px -4px;}
.tab6_off {background: #585858 url('../imgs/nav.gif') no-repeat -651px -4px;}

.tab1_off:hover {background: #585858 url('../imgs/nav.gif') no-repeat -1px -33px;}
.tab2_off:hover {background: #585858 url('../imgs/nav.gif') no-repeat -131px -33px;}
.tab3_off:hover {background: #585858 url('../imgs/nav.gif') no-repeat -261px -33px;}
.tab4_off:hover {background: #585858 url('../imgs/nav.gif') no-repeat -391px -33px;}
.tab5_off:hover {background: #585858 url('../imgs/nav.gif') no-repeat -521px -33px;}
.tab6_off:hover {background: #585858 url('../imgs/nav.gif') no-repeat -651px -33px;}

.tab1_on {background: #585858 url('../imgs/nav.gif') no-repeat -1px -63px;}
.tab2_on {background: #585858 url('../imgs/nav.gif') no-repeat -131px -63px;}
.tab3_on {background: #585858 url('../imgs/nav.gif') no-repeat -261px -63px;}
.tab4_on {background: #585858 url('../imgs/nav.gif') no-repeat -391px -63px;}
.tab5_on {background: #585858 url('../imgs/nav.gif') no-repeat -521px -63px;}
.tab6_on {background: #585858 url('../imgs/nav.gif') no-repeat -651px -63px;}


/* Left navigation */

.left_nav {
	width: 170px;
	float: left;
	margin-right: 15px;
	padding-right: 8px;
	}

.left_nav_menu {
	padding: 0px;
	}

.left_nav_head {
	font-size: 100% !important;
	font-weight: bold;
	margin: 8px 8px 3px 8px !important;
	color: #B62F71;
	}

.left_nav_menu p {
	margin: 2px auto !important;
	padding: 3px;
	color: #50936C;
	border: 1px solid #AAA;
	background-color: #EFEFEF;
        text-align: center;
	}

.left_nav_menu p a {
	font-size: 100%;
	}

.left_nav_menu p a.on {
	font-weight: bold;
	}


/* Links */

a.tiny_link {
	font-size: 75%;
	font-weight:bold;
	}


/* Table lists */

table.down_list {
	border: 1px solid #ccc;
	width: 550px;
	}

table.down_list thead td {
	font-weight: bold;
	background-color: #ccc;
	padding: 6px;
	}

table.down_list tbody td {
	padding: 6px;
	}


table.misc_list {
	width: 100%;
	margin-bottom: 5px;
	}

table.misc_list thead td {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 6px;
	background-color: #DDD;
	font-size: 100%;
	font-weight: bold;
	}

table.misc_list tbody td {
	padding: 6px;
	border-bottom: 1px solid #CCC;
	font-size: 100%;
	}

table.misc_list tbody td.bor_right {
	border-right: 1px solid #CCC;
	}

table.misc_list thead td.bor_right {
	border-right: 1px solid #AAA;
	}

table.misc_list tbody td.bor_left {
	border-left: 1px solid #CCC;
	}

table.misc_list thead td.bor_left {
	border-left: 1px solid #AAA;
	}

table.misc_list tfoot td {
	padding: 6px;
	}


