<!--
body { 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 200px;	
}

.top_image {
background-image: url(../images/main_image.jpg);
}

#title{
font-size:20px;
color:#7da1dd;
font-family: "Arial";
border-bottom: 1px dotted #4e71ab;
}
#pdf {
text-align:center;
padding:5px;
border-top: 1px dotted #4e71ab;
}
/******** OLD MAGAZINES *************/
#tbl {
padding:5px;
width:100%;
}
#cover {
padding:5px;
text-align:center;
background-color: #f9f9f9;
}
#mag_info {
text-align:center;
background-color: #f9f9f9;
}
/******** FORMS **************/
#fbutton {
font-size:10px;
}
#finput {
background-color:#FFFFFF;
vertical-align:middle;
font-size:11px;
}
select {
font-size:10px;
}
/******** Font size **********/
.medium{
font-size:14px;
color:#000000;
}

.small{ font-size:12px;
color:#000000;
}

.x-small{ font-size:10px;
color:#000000;
}

.xx-small{ font-size:9px;
color:#000000;
}
/******** Lists **********/
ul {
line-height: 20px;
list-style-type: circle;
}
/************************/
.reg{
background-image: url(../images/register.gif);
width: 61px;
}

a.logout:link, a.logout:visited {
	font-weight:bold;
	color: #000000;
	text-decoration: underline;
}
a.logout:hover, a.logout:active {
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}

a:link {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: underline;
}
/************* FOOTER **************/
#footer {
color: #666666;
font-size:10px;
text-align:center;
vertical-align:middle;
width: 100%;
background-color:#f7f4e2;
}
/************ MANAGER *****************/
#page_title {
font-size:14px;
font-weight:bold;
}
#mgr_tbl {
width:auto;
text-align:left;
font-size:11px;
}
#mgr_tbl td{
text-align:left;
vertical-align:top;
padding:2px;
border-bottom: 1px #000000 solid;
}
/********* BBCODE ***********/
.toolbar {
	background: #DDD url('images/background_silver.jpg') repeat-x;
	border: 0px solid #DDD;
	height: 23px;
	width:623px;
	margin: 0px;
	padding:0px;
}
.bbcode_button {
	border: 1px solid #DDD;
	margin: 0px;
}
.bbcode_button:hover {
	background-color: #C1D2EE;
	border: 1px solid #316AC5;
	cursor: pointer;
	margin: 0px;
}
#fbbcodeselectinput {
	font-size:12px;
	height:20px;
}
#bbcode {
	width:620px;
	font-size:12px;
}
-->