@charset "utf-8";
/* CSS Document */
body {
font: 11px Tahoma;
color: #555451;
}

.header {
background: url(images/main_bg.gif) repeat-x;
}

.leftnav {
padding: 10px 20px 20px 30px;
background-color: #EDEAD9;
}

.subnav {
background: url(images/dot.gif) left center no-repeat;
padding: 7px 0 7px 10px;
}

.thumbBorder {
background: url(images/prop_border.gif) no-repeat;
}

.login {
margin-top: 50px;
background: url(images/login_bg.gif) repeat-x;
}

.leftboxbg {
background-color: #EDEAD9;
}

/* for text formatting */
.footer {
font: 10px Tahoma;
}

.redText {
font-weight: bold;
color: #da0000;
text-align:left;
}

.redTextNormal {
color: #cd3333;
}

input, select, option, textarea {
font: 11px Tahoma;
color: #555451;
}

.thumbDetails{
font: bold 11px "Trebuchet MS", Arial;
color: #da0000;
padding: 0 10px 0 10px;
margin: 0;
}

.thumbDetails h1{
font: bold 16px "Trebuchet MS", Arial;
color: #da0000;
padding: 0;
margin: 0;
}
/* end for text formatting */

/* for the links */
.footer a {
color: #555451;
text-decoration: underline;
}

.footer a:hover {
color: #555451;
text-decoration: none;
}

.thumbDetails a{
font: bold 11px "Trebuchet MS", Arial;
color: #da0000;
text-decoration: none;
}

.leftnav a{
text-decoration: none;
color: #555451;
}

.leftnav a:hover{
text-decoration: underline;
color: #cc3433;
}

a{
text-decoration: underline;
color: #555451;
}

a:hover{
text-decoration: none;
color: #555451;
}

.redTextNormal a{
color: #cd3333;
text-decoration: underline;
}

.redTextNormal a:hover{
color: #cd3333;
text-decoration: none;
}
a.link-download {
	color: #CD2E32;
}
a.link-download:hover {
	color: #CD2E32;
}
/* end for the links */

/* for the positions */
p {
padding: 0;
line-height: 18px;
}

.content {
padding: 20px;
}

.agentPic {
padding: 0 15px 0 0;
}

input, textarea, option {
padding: 3px;
}

ul, ol {
margin: 0px;
padding: 0px;
}

li {
margin-left: 40px;
}

.subtextpos {
margin-left: 30px;
}
/* end for the positions */
