/* general stuff */


body{
margin:0;
padding:0;
text-align: center;
font-family: verdana, arial, sans-serif;
font-size:12px;
}

h3
{
  width: 100%;
}




.h1
{	height:308px;
	background: url(../images/h1.png) 100% 0% no-repeat;

}
.h2
{	height:308px;
	background: url(../images/h2.png) 0% 0% no-repeat;

}

.header
{	height:308px;
	width:1000px;
	background: url(../images/header.jpg) 0% 0% no-repeat;
    vertical-align:bottom;
    color: #ffd200;
    font-size: 24px;
    text-align: right;
}
.header div{
    width:100px;
    text-align:left;
}


.body
{ 	width:1000px;
	background: url(../images/header1.jpg) 50% 0% no-repeat;
}


#topmenu
{	height:35px;
	vertical-align:bottom;
}

#leftshadow1
{	width:4px;
	height:35px;
	background: url(../images/ct10.png) 100% 100% no-repeat;
}

#leftshadow2
{	width:4px;
	background: url(../images/ct20.png) 0% 0% repeat-y;
}

#rightshadow1
{	width:4px;
	height:35px;
	background: url(../images/ct14.png) 0% 100% no-repeat;
}
#rightshadow2
{	width:4px;
	background: url(../images/ct22.png) 0% 0% repeat-y;
}


#ct11
{	width:13px;
	height:35px;
	background: url(../images/ct11.png) 0% 0% no-repeat;

}

#ct12
{	height:33px;
	text-align:left;
	background: url(../images/ct12.png) 0% 0% repeat-x;
}

#ct13
{	width:11px;
	height:35px;
	background: url(../images/ct13.png) 0% 0% no-repeat;
}



#ct20
{	width:5px;
	background: url(../images/ct20.png) 100% 0% repeat-y;
}

#ct30
{	height:17px;
	width:17px;
	background: url(../images/ct30.png) 100% 0% no-repeat;
}
#ct31
{	height:17px;
	background: url(../images/ct31.png) 0% 0% repeat-x;
}
#ct32
{	height:17px;
	width:15px;
	background: url(../images/ct32.png) 0% 0% no-repeat;
}


#f11
{	height:89px;
	background: url(../images/footer.png)  0% 0% repeat-x;
}
#f12
{	height:89px;
	vertical-align:top;
	background: url(../images/footer.png) 0% 0% repeat-x;
}
#f13
{	
	height:89px;
	background: url(../images/footer.png) 0% 0% repeat-x;
}



a
{
text-decoration:  none;
font-size:10px;
border: none;
}

a:hover {
text-decoration:  underline;
border: none;
 }


/* Modules */

#maincol, #leftcol, #rightcol
{	vertical-align:top;
}
#leftcol
{	width:180px;

}

#leftcol
{	padding-right:10px;
}

#rightcol
{	padding-left:10px;
}


#maincol
{	background:white url(../images/ct21.png) 0% 0% repeat-x;
	padding:4px 10px;
}

#maincol a
{	color:#003399;
	padding:4px 10px;
}

/* Topmenu */

#ct12 .menu ul{
    padding:0px;
    margin:0px;
    list-style:none;
}

#ct12 .menu li{
    padding:0px;
    margin:0px;
    float:left;
    list-style:none;
    white-space: nowrap;
    border:none;
}




#ct12 .menu li a{
font-weight: normal;
font-size:12px;
height: 20px;
display: block;
text-decoration: none;
color: #0066ff;
float: left;
white-space: nowrap;
margin-right:15px;
}



/* Main Menu(s) */

a.mainlevel {
font-size: 12px;
padding-left: 4px;
display: block;
line-height: 26px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
text-align:left;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
color: #003399;
}





a.mainlevel#active_menu {
font-weight:bold;
color: #003399;
}

a.mainlevel:hover
{	text-decoration:underline;
color: #003399;
}
a.sublevel {
padding: 0px;
margin: 0px;
font-size: 10px;
padding-left: 12px;
width: 139px;
display: block;
line-height: 20px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal;
border-right: 4px solid #CACACA;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}

html>body a.sublevel {width:123px;} /* Opera5-Fix-fix ;-) */

a.sublevel:hover, a.sublevel#active_menu {
text-decoration: none;
width: 139px;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
width: 123px;
}
html>body a.sublevel:hover, a.sublevel#active_menu { /* Opera5-Fix-fix ;-) */
width: 123px;
}


/* Module specific */

.moduletable
{	border:none;
}

#leftcol .moduletable th
{	border-bottom:solid 1px #003399;
	font-size:14px;
	color: #003399;
	padding:5px;
	text-align:left;
}

#rightcol .moduletable th
{	border-bottom:solid 1px #ff8a00;
	font-size:14px;
	color: #ff8a00;
	padding:5px;
	text-align:left;
}
/* Other Mambo Stuff */

#title {
}

#pathway {
color: #003399;
font-size: 10px;
text-decoration: none;
font-weight: normal;
width:100%;
height:30px;
line-height:30px;
text-align:left;
}

.pathway a{
color: #003399;
text-decoration: none;
font-weight: normal;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

hr {
width:  90%;
 }
hr.separator {
width:  40%;
 }
a.pnav {
}
.pnav:hover {
}
.small {
font-size: 10px;
color: #ABABAB;
line-height: 0.7;
}
.smalldark {
font-size: 10px;
color: #000;
height: 10px;
line-height: 10px;
text-align: left;
}

.sectiontableentry1 {
text-align: left;
background: #EFEFEF;
font-size: 10px;
padding: 2px;
}
.sectiontableentry2 {
background: #FFF;
font-size: 10px;
text-align: left;
padding: 2px;
}
.button {
border: 1px solid #BBBBBB;
}
.inputbox {
border: 1px solid #BBBBBB;
}

.createdate {
font-size: 10px;
color: #ABABAB;
height: 10px;
line-height: 0.7;
}
.modifydate {
font-size: 10px;
color: #ABABAB;
height: 20px;
line-height: 20px;
margin-bottom: 5px;
}
a.readon {
font-size: 10px;
text-decoration: none;
line-height: 15px;
border: 1px solid #EEEEEE;
padding-left: 13px;
background: url(../images/readon.gif) no-repeat left;
margin-top: 10px;
text-decoration: none;
font-weight: normal;
}

.blog_more {
font-size: 10px;
}

a.readon:hover {
background: #EEEEEE url(../images/readon.gif) no-repeat left;
text-decoration: none;
}

.blog {
width: 100%;
}

.componentheading, .contentheading  , #vmMainPage h3, #leftcol .moduletable h3{
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: "Trebuchet MS", Verdana, sans serif;
border-bottom: 1px solid #003399;
color: #003399;
margin-bottom: 5px;
text-align:left;
}
#rightcol .moduletable h3{
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: "Trebuchet MS", Verdana, sans serif;
border-bottom: 1px solid #ff9900;
color: #ff9900;
margin-bottom: 5px;
text-align:left;
}

.contentpaneopen {
text-align: left;
background: transparent;
font-size: 12px;
line-height: 1.8;
}

table.contentpane td.contentheading {
font-weight: bold;
font-size: 16px;
height: 23px;
line-height: 20px;
font-family: 'Trebuchet MS', verdana, sans-serif;
border: none;
}

table.contentpane ul {
margin: 0px;
padding: 0px;
list-style: none;
}

table.contentpane ul li{
padding: 0px;
margin: 0px;
padding-left: 15px;
}

.contentdescription {
font-size: 10px;
}
.sectiontableheader {
font-weight: bold;
font-size: 10px;
height: 25px;
line-height: 25px;
}
.categorytitle {
font-weight: bold;
font-size: 16px;
height: 25px;
line-height: 25px;
font-family: "Trebuchet MS", Verdana, sans serif;
}
a.category {
text-decoration:  underline;
 }
a.category:hover {
text-decoration:  underline;
 }
table.moduletable {
width:  100%;
font-size: 80%;
 }
table.moduletable th  {
font-size: 80%;
}

.poll {
font-size: 10px;
text-align: center;
}


.back_button a{
font-size: 10px;
font-weight: normal;
}

.blogsection {
font-size: 10px;
}

.blog_more ul li{
list-style: none;
padding-left: 14px;
line-height: 18px;
}

table.contenttoc {
border: 1px solid #CCCCCC;
padding: 3px;
}

table.contenttoc th{
font-weight: bold;
font-size: 10px;
border-bottom: 1px solid #BBBBBB;
}

form {
margin: 0px;
padding: 0px;
}


#vmMainPage #listGoods
{   background-color:#003399;
}

#vmMainPage #listGoods .sectiontableentry1 td
{   padding:4px 10px;
    background-color:#FFF;
}
#vmMainPage #listGoods .sectiontableentry2 td
{   padding:4px 10px;
    background-color:#e8e8e8;
}

#vmMainPage #listGoods th,#vmMainPage #listGoods .sectiontableheader td
{   padding:4px 10px;
    font-size:11px;
    background-color:#003399;
    color:#FFF;
}

#vmMainPage #orderForm
{   width:100%;
    text-align:left;
    margin-top:10px;
    margin-bottom:10px;
}

#vmMainPage .pagination
{   text-align:center;

}


#vmMainPage .pagination .pagenav
{   list-style: none;
    padding: 0;
    margin-right: 5px;
    margin-left:5px;
    float: left;
    font-size:10px;
    white-space: nowrap;
    color:#003399;
}
.creater a{
    color:#FFF;
}

.creater{
    color:#FFF;
}

td.label
{	text-align:right;
	vertical-align:top;
	font-size:12px;
	font-weight:bold;
	padding-right:4px;
	padding-top:4px;
	padding-left:14px;
}

dt 
{
    margin-top: 1em;
    color: red;
}
dd
{
	margin-top: 1em;
	margin-right: 1em;
	text-align: left;
}