* { padding: 0; margin: 0; outline: 0;}

body {
    width:100%;
    font-size: 11px;
    line-height: 1.4;
    font-family: Arial;
    text-align: left;
    height: 100%;
    color: #000000;
}

table {
        font-size: 11px;
	font-family: arial;
}

#header {
    background-image: url(../../images/css/saep_01.png);
    background-repeat:no-repeat;
	padding-top:10px;
   	height:121px;
        background-color: black;
   	color:#FFFFFF; 
	border-bottom:1px solid #000000;
}

#header a {
	font-weight: bold;
	text-decoration: none;
	font-family: arial;
	color: #FFFFFF;
}

#header a:visited{
	color: #FFFFFF;
}

#header a:hover{
	text-decoration: underline;
}

#body {
    font-size: 11px;
    margin:0 auto;
    width:900px;
    background-color: #FFFFFF;
    padding-left: 25px;
    padding-right: 25px;
}

#footer {
	position: absolute;
	left:10%;
	width: 80%;
	border-top:1px solid #B8B8B8;
}

#actionbox {
	padding:10px;
	border:1px solid #B8B8B8;
   	-moz-border-radius-bottomleft: 15px;
   	-moz-border-radius-bottomright: 15px;
   	background: #E1E6FA;
}

#actionbar {
	padding:5px;
	border-bottom:1px solid #B8B8B8;
	font-size: 20px;
	font-family: Sans-Serif;
	font-weight: bold;
	color: black;
}

#message {
	background-color:#e5fff4;
	border:1px solid #49a17b;
	color: black;
}

span.message {
	padding:10px;
	background-color:#C4D7ED;
	border:1px solid #B8B8B8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #183152;
}

input {
	font-size: 12px;
	border-radius: 3px;
	border: 1px solid #ccc;
	height: 20px;
}
 
	input:focus {
		border: 1px solid #54b88d;
	}

select {
	padding: 5px;
	font-size: 15px;
	border: 1px solid #ccc;
}
 
	select:focus {
		border: 1px solid #54b88d;
	}

input.button{
   border: 1px solid #e0e0e0;
   background-color: #e5fff4;
   color: black;
   padding: 5px 10px;
   height:30px;
}

	input.button:hover {
	   border: 1px solid #e0e0e0;
	   background-color: #bdfde2;
	   border-radius: 8px;
	   color: black;
	}




textarea {
	padding: 5px;
	font-size: 15px;
	border: 1px solid #ccc;
}
 
	textarea:focus {
		border: 1px solid #54b88d;
	}

a:link {
	text-decoration: none;
	font-family: arial;
	color: black;
}

a:visited {
	text-decoration: none;
	color: #3c9032;
}

a:hover {
	text-decoration: underline;
	color: #3c9032;
}

td.controlpane {
    padding:5px;
    border:1px solid #8c8c8c;
    color: black;
    cursor: pointer;
}

td.controlpane:hover {
    background: #12734B;
    color: #FFFFFF;
}

#tabselected {
	border-left:1px solid; 
	border-right:1px solid; 
    border-top:1px solid; 
    font-weight:bold; 
    text-align:center; 
    background-color:#ABC8E2;
	border-color:#ABC8E2;
		-webkit-box-shadow: 0px 0px 6px #375D81;
		-moz-box-shadow: 0px 0px 5px #375D81;
		box-shadow: 0px 0px 5px #375D81;}

#notabselected {
	border:1px solid #ABC8E2; 
	text-align:center;
}

#untab {
	border-bottom:1px solid #ABC8E2; 
}

#email_header{
 background-color:#ABC8E2;
 color: #183152;
 font-size: 14px;
}

#email_unread{
 background-color: #ACCACC;
 color: #183152;
 font-size: 14px;
}

#email_read{
 background-color: white;
 color: #183152;
 font-size: 14px;
}

div.smartcombo_block{
 background-color: #FFFFFF;
 border:1px solid #ACCACC;
}

#smartcombo_item{
 color: #183152;
 padding:2px;
 cursor: pointer;
}

#smartcombo_item:hover{
 background-color: #375D81;
 color: #FFFFFF;
}

#table_header {
 background:#0f734a;
 color: white;
 text-align: center;
 font-weight:bold;
}
