/* COMMON_START */
form{
padding:0;
margin:0;
}
img{
border:0;
}
body,li,td,th,div,p{
font-family:Arial;
font-size:12px;
color:#000000;
background-color:inherit
}
p{
padding: 0px;
margin: 2px 0px 5px 0px;
line-height: 14px;
}
li{
padding: 0px;
margin: 2px 0px 2px 0px;
}
ol,ul{
padding:0;
margin:5px 0 5px 21px;
}

a:link,
a:visited {
color:#004491;
text-decoration: underline;
}
a:hover,a.active,a.active:visited{
color:#F35C38;
text-decoration: underline;
}
h1,h2,h3,h4,h5{
color:#F54619;
font-family: Arial;
font-weight: bold;
}
h1{
font-size: 15px;
padding: 0px;
margin: 1px 0px 2px 0px;
}
h2{
font-size: 13px;
padding: 0px;
margin: 3px 0px 3px 0px;
}
h3{
font-size: 12px;
padding: 0px;
margin: 3px 0px 3px 0px;
}

h4 {
font-size: 12px;
padding: 0px;
margin: 3px 0px 3px 0px;
}
.right{
text-align:right;
}
.Ferr{
color:red;
}
.bu{
}
a.bu,a.bu:visited,a.bu:hover{
color:#fff;
font-weight:bold;
border:0;
font-size:11px;
line-height:17px;
height:18px;
width:152px;
background:#ED805E url(p/bu.gif) no-repeat center center;
text-align:center;
display:block;
}

/* COMMON_END */
html,body{
margin:0px;
padding:0px;
height:100%;
}
body{
background:#F5F5F4;
text-align:center;
}



table{
padding:110;
margin:0;
}
#layoutTable{
table-layout:fixed;
margin:0 auto;
height:100%;
}


/* links */
div.rlink{
text-align:right;
padding:0;
}
div.rlink a,div.rlink a:visited,div.rlink a:link{
padding:0 9px 0 0;
background:url(p/forward.gif) no-repeat right center;
margin-right:5px;
color:#E4625C;
}
div.llink{
text-align:right;
}
div.llink a,div.llink a:visited,div.llink a:link{
padding:0 5px 0 9px;
background:url(p/back.gif) no-repeat left center;
color:#E4625C;
}

/* Main menu styles */


#ttmenu td.menu,#ttmenu td.menu_active{
background-repeat: repeat-x;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
vertical-align: middle;
text-align: center;
padding: 0px 8px 0px 8px;
height: 25px;
}
#ttmenu td.menu {
background-image: url(p/menu_bg.png);
}
#ttmenu td.menu_active{
background-image: url(p/menu_bg-active.png);
}

#ttmenu a:visited,
#ttmenu a:link,
#ttmenu a:visited,
#ttmenu a:link {
border:0;
color: #FFFFFF;
text-decoration: none;
}
#ttmenu a:hover,
#ttmenu a:hover {
color: #000000;
text-decoration: underline;
}
/* forms */
input,textarea{
font-size:12px;
color:#595959;
}
select{
font-size:10px;
font-family:Arial,Arial,tahoma;
}
input.t{
font-family:Arial,Arial,tahoma;
background:#fff;
border:#818181 1px solid;
font-size:11px;
padding:1px;
}

input.bu{
color:#fff;
border:0;
font-size:11px;
height:18px;
width:152px;
font-weight:bold;
background:url(p/bu.gif) no-repeat center center;
cursor:pointer;
}



.clr{
clear:both;
}
/* message */
.message{
text-align:center;
border:#FFB325 3px dashed;
padding:15px;
background:#F9F2D5;
margin-top:10px;
}




.nobr{
white-space:nowrap;
}


/* common */
table.com{
width:100%;
background:#F3F0D1;
}
table.com th{
text-align:left;
padding:5px;
background:#E8EFC3;
}

table.com td.c{
text-align:center;
}
table.com td{
background:#fff;
padding:5px;
}
table.com .odd td{
}
table.com .l{
text-align:right;
}
table.com td.name a{
font-weight:bold;
}

/* nav */
.nav{
margin:5px 0;
}
.nav a{
font-size:12px;
display:block;
padding:1px 3px;
font-weight:bold;
}
.nav a.active:visited,.nav a.active,.nav a:hover{
background:#f00;
color:#fff;
}


.red{
color:red;
}