/* CSS Document */

body 
{
background-color: #EEEBEB;

scrollbar-base-color: #EEEBEB;
    scrollbar-highlight-color: #EEEBEB;
    scrollbar-track-color: #E0E0E0;
    scrollbar-darkshadow-color: #EEEBEB;
    scrollbar-3dlight-color: #9C9E9C;
    scrollbar-shadow-color: #9C9E9C;
    scrollbar-arrow-color: #CE0031;
}

hr {
    clear: both;
    height: 1px;
    color: #737573;
    background-color: transparent;
}

.content {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none; text-align: justify}

td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #3f3f3f; text-align: justify}

h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; color: #3f3f3f; text-decoration: none}

b { font-weight: bold; color: #61685F; font-size: 12px; line-height: normal; text-decoration: none}
b2 { font-size: 12px; font-weight: bold; line-height: normal; color: #61685F}
.b2 { font-size: 12px; font-weight: bold; line-height: normal; color: #FFFFFF}
.light2 { font-size: 12px; line-height: normal; color: #FFFFFF}

a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CE0031; text-decoration: none}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CE0031; text-decoration: none}
a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #CE0031; text-decoration: none}

textarea {
    border: 1px solid #737573;  
    color: Black;
    background-color: #E9E9E9;
    width: 88%;
    padding: 0.1em;
}

input {
	border: 1px solid #737573;
	color: #CE0031;
	background-color: #E9E9E9;
	vertical-align: middle;
	margin-bottom: 1px; /* IE bug fix */;
	padding: 0.1em;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


select {
    font: bold 100% Arial, Helvetica, Arial, sans-serif;
color: #9C9E9C;
	background-color: #E9E9E9;
    border: 1px solid #737573; 
	vertical-align: top;
	
	}




#mainCenter {
	height:100%;
}

#titleframe {
	width: 100%;
	/*height: 92px;*/
	background-color: #CCCCCC;
	
}

#TopFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

#BottomFrame {
	width: 100%;
	height: 100%;
	border: 0px;
}

a 			{ color: #000; text-decoration: none; font-weight:normal;} 
a:hover		{ color: #000; text-decoration: underline; }


.userAlert{
	float:right;

}

/* title frame */

.titleContent { padding: 6px 0 6px 6px; }

.banner
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	color: #333;
}

.banner .title{
	font-size:1.2em;
	font-weight:bold;
}

.banner .info{
	font-size:0.9em;
}

.banner .email{
	font-weight:bold;
}

/* index frame */

.indexContent {
	width:95%;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.indexInfo {
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 0 0 6px;
}

.indexInfo .filename {
	color: #000;
}

.indexInfo .date {
	color: #666;
}

/* file info */

#imageInfo{
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 0 6px 0 6px;
}

.content {
	font-size:11px;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.header {
	font-size:9px;
	font-weight:bold;
	color: #999;
}

.contentLast {
	font-size:11px;
	color: #333333;
	padding-top:6px;
}


/* feedback */

.feedback {
	width: 461px;
	font-family: Trebuchet MS, verdana, arial;
	padding: 6px 6px 0 6px;
}

.checkBoxText
{
	font-size: 11px;
	color: #333333;
}
.button {
	font-weight:bold;
	font-size: 11px;
	color:#ffffff;
	width:100%;
	background-color:#666;
}
	
