a:link, a:visited { color: #313131; font-weight: bold; text-decoration: none; }
a:hover { color: #FF0099; font-weight: bold; text-decoration: none; }

body {
	padding: 0px;
	margin: 0px;
	height:100%;
	text-align: center;
}
td,tr,p, div { font-family: Book Antiqua; font-size: 14px; color: #313131;}
h1 { padding: 0 ;margin: 0; color: #00CCCC; font-family: Book Antiqua; font-size: 26px; font-weight: bold; }
h2 { padding: 0 ;margin: 0; color: #313131; font-family: Book Antiqua; font-size: 16px; font-weight: bold; }
h3 { padding: 0 ;margin: 0; color: #313131; font-family: Book Antiqua; font-size: 14px; font-weight: bold; }

li { list-style: inside url(/bullet.gif) 2px; list-style-image: url(/bullet.gif); }
div#wrapper {
	background: url(/images/bg_admin.gif) repeat-y 0 0;
	width: 771px;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
text-align: left;
padding:0;
height:100%;
}

div.pageHeader {
	margin: 0 -10px 1ex 10px;
	width: 749px;
    padding-top: 100px;
	border-bottom: 1px solid #ddd;
    background: url(/images/aquaWavesLightBlueLines_top.gif) no-repeat;
}
div#footer {
    text-align: center;float:top;
	background: url(/forum/templates/subVereor/images/_c_bg.gif);
	width: 748px;
	margin: -32px 10px 0 10px;
	padding: 8 0 7 0;
}
div#bot {
	background: url(/images/bot.gif) no-repeat;
	width: 771px;
}
/* button styles */
a.button, a.buttonDis {
display: block;
background-color: transparent;
background-image:   url(/images/buttonB.gif);
background-repeat: no-repeat;
width: 146px;
height: 35px;
margin: 2px center;
padding: 0 10px 10px 10px;
font-family: Book Antiqua;
font-size: 16;
font-weight: bold;
text-decoration: none;
}
a.button:link, a.button:visited {
color: #00CCCC;
}
a.button:hover, a.button:active {
background-position: 0 -36px;
color: #00CCCC;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
background-position: 0 -72px;
color: #FF6699;
cursor: default;
}
.icon {
display: inline-block;
background-repeat: no-repeat;
padding: 0 0 2px 0;
}
a.button:hover .icon, a.button:active .icon {
background-position: 0 -28px;
}
a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
background-position: 0 -56px;
}

