/********************************************************
	APIVISION.COM WEBSITE STYLE SHEET
********************************************************/

/**
* BASIC STUFF
*/

body {
	background-color: #FFFFFF;  
	text-align: left;
}

body, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited {
	color: #9B2775;
}

a:hover {
	color: #FFCC00;/*#7C1F5E;*/
}

.bold {
	font-weight: bold;
}

/**
* HEADERS
*/

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	text-align: center;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	color: #9B2775;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	color: #9B2775;
	font-weight: normal;
	text-align: center;
}

h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #9B2775;
	text-align: center;
}


/**
* PAGE components
*/

#bg {
	width: 100%;
	background: url(bg_bg.png) repeat-x;
	clear: both;
	height:273px;
}

#html {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px dotted #9B2775;
	border-left: 1px dotted #9B2775;
}

#main{
	width: 730px;
	padding: 10px;
	clear: both;
	line-height: 16px;
}

#bg_bottom {
	width: 750px;
	background: url(bg_bottom.png) repeat-x;
	clear: both;
	height:73px;
}

#bg_bottom_text {
	text-align: center;
	padding: 10px;
	font-size: 11px;
	line-height: 16px;
	color: #f9f9f9;
}

#bg_bottom_text a {
	color: #fff;
}


#bottom{
	width: 750px;
	font-size: 11px;
	line-height: 14px;
	clear: both;
	text-align: center;
	background: url(underline.png) no-repeat;
	padding-top: 6px;
	margin-bottom: 10px;
}

#body{
	width: 500px;
	float: left;
	padding: 4px 12px 16px 0px;
	border-right: 1px dotted #9B2775;
}

#margin {
	width: 200px;
	float: right;
	padding-top: 6px;
	padding-right: 6px;
}






/**
* ADMIN
*/

#menu_main {
	margin: 25px 0px 0px 20px;
	padding: 0px 0px 5px 10px;
	list-style-type: none;
}

#menu_main li {
	margin: 0px 0px 0px 10px;
	padding: 10px;
	display: inline;
	text-align: center;
	font-weight: bold;
}

#menu_main a {
	color: #fff;
	text-decoration: none;
}

#menu_main a:hover {
	color: #FF9933;
	text-decoration: underline;
}

#menu_main .current a {
	color: #FF9933;
}




/**
* ADMIN
*/

.msg {
	float: right;
	background-color: #009900;
	color:#fff;
	font-weight: bold;
	padding: 2px;
	margin-right: 10px;
}

.label, .label_div {
	padding: 4px;
	vertical-align: text-bottom;
	display: block;
	float: left;
	margin-bottom: 4px;
}

.label {
	width: 150px;
	text-align: right;
}

.red {
	color: #008000;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
	display: none;
}

.admin_listing {
	border-bottom: #000 dotted 1px;
	padding: 4px;
}

.admin_btn {
	font-size: 14px;
	font-weight: bold;
}

#admin_menu {
	margin: 0px;
	padding: 0px 0px 5px 10px;
	border-bottom: 5px solid #c0c0c0;
	list-style-type: none;
}

#admin_menu li {
	margin: 0px 0px 0px 10px;
	padding: 5px;
	display: inline;
	text-align: center;
	background: #e9e9e9;
}

#admin_menu .current {
	background: #c0c0c0;
	color: #333;
}


/********************************************************
	RSS Style Sheets
********************************************************/

.rss_title {
	padding: 2px;
	background-color: #ff6300;
	font-size: 12px;
	font-weight: bold;
}

.rss_title a {
	text-decoration: none;
	color: #fff;
}

.rss_description {
	margin-left: 4px;
	padding: 2px;
	font-size: 11px;
}

.rss_item_date {
	margin-left: 8px;
	font-size: 11px;
	color: #A9A9A9;
}

.rss_item_title {
	margin-top: 8px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

.rss_item_title a {
	text-decoration: none;
}

.rss_item_description {
	margin-left: 8px;
	padding: 2px;
	font-size: 11px;
}

.rss_foot {
	padding: 4px;
	font-size: 11px;
}
