/*
Eastfist.com stylesheet
Copyright (c) 2009 By Chongchen Saelee
*/

body {
margin: 0px;
padding: 0px;
overflow: auto;
}

a:link, a:active, a:visited { color: #cc0000; }

ul, ol, li { font-size: 11px; }

img { border: 0px; }
img a:link, img a:active, img a:visited { border: 0px; }
img.border { border: 1px solid gray; }

textarea, input, select, option, label, button { font-size: 12px; color: #6699cc; }
form { padding: 10px; border: 1px dotted #efefef; }

table, tr, td { border: 0px; border-collapse: collapse; margin: 0px; padding: 0px; }

.font_red { color: red; }
.font_silver { color: silver; }
.font_white { color: white; }
.font_blue { color: #6699cc; }

.font_11px { font-size: 11px; }

.sidebarItem { background-color: #666666; border-bottom: 1px solid white; padding: 10px; font-size: 12px; }
.sidebarItem a:link, .sidebarItem a:active, .sidebarItem a:visited { color: white; text-decoration: none; }
.sidebarItem a:hover { background-color: #cc0000; }
.sidebarItem img { margin-bottom: 5px; border: 1px solid white; }

.heading { font-weight: bold; font-size: 14px; line-height: 12px; }

.moduleCaption {
padding: 10px;
text-align: center;
color: white;
background-color: #cc0000; /* #6699cc; */
}

.moduleContents { padding: 10px; }


#flag {
text-align: center;
padding: 7px;
font-family: "Trebuchet MS", sans-serif;
font-weight: bold;
font-size: 36px;
background-color: black;
background: url("../img/menuGradBkgnd.jpg") repeat-x 0px -50px;
}


#menu {
padding: 10px;
background-color: #efefef;
background: url("../img/menuGradBkgnd.jpg") repeat-x; 
border-bottom: 1px solid black;
font-family: "Trebuchet MS", sans-serif;
}
#menu a {
padding: 5px;
font-weight: bold;
font-size: 16px;
text-decoration: none;
}
#menu a:link, #menu a:active {
color: #cc0000;
background-color: none;
border: 1px solid silver;
}
#menu a:visited {
color: #990000;
background-color: none;
border: 1px solid silver;
}
#menu a:hover {
color: white;
background-color: red;
border: 1px solid white;
}



#full {
width: 100%;
float: left;
clear: both;
margin-top: 10px;
}

#lt {
width: 200px;
float: left;
clear: left;
margin-left: 10px;
}

#rt {
width: 200px;
float: right;
clear: right;
border-left: 1px solid #efefef;
margin-right: 10px;
}

#contentDiv {
margin-left: 220px;
margin-right: 220px;
}

#news {
margin-bottom: 10px;
border: 1px solid #cc0000;
}

#cesspool {
margin-bottom: 10px;
border: 0px solid #efefef;
}

#mySites {
margin-top: 10px;
font-size: 12px;
}

#footer {
width: 100%;
text-align: center;
margin-top: 10px;
float: left;
border-top: 1px solid silver;
}