/* Safari input fix */
:focus { outline: none; }

/* Rating Stuff. */
.radioOff, .radioOn
{
	display: block;
	margin: 0px;
	width: 12px;
	height: 12px;
	float: left;
}
.radioOff
{
	background: transparent url(images/fmfreaks/rating_off.gif) repeat-x 0% 0%;
}
.radioOn
{
	background: transparent url(images/fmfreaks/rating_on.gif) repeat-x 0% 0%;
}
#ratingform br, #ratingform label span
{
	display: none;
}
#ratingform
{
	background-color: transparent;
}

/* Normal, standard links. */
a:link
{
	color: #F2F4F8;
	text-decoration: underline;
}
a:visited, a:hover
{
	color: #F2F4F8;
	text-decoration: underline;
}

/* Style for Sitemap */
.showSwitch {
	display: block;
}
.hideSwitch {
	display: none;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #F2F4F8;
	text-decoration: none;
}
.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
}

/* Navigation links1 - Player Search */
.nav1, .nav1:link, .nav1:visited
{
	color: #cc3333;
	text-decoration: underline;
}
a.nav1:hover
{
	color: yellow;
	text-decoration: underline;
}

/* Navigation links2 - for the link tree. */
.nav2, .nav2:link, .nav2:visited
{
	color: #D5EDF3;
	text-decoration: none;
}
a.nav2:hover
{
	color: yellow;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav3, .nav3:link, .nav3:visited
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #F2F4F8;
	padding: 3px;
}
a.nav3:hover
{
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
	padding: 3px;
}

/* Navigation links - for the hall of fame links. */
.nav4, .nav4:link, .nav4:visited
{
	font-size: 7pt;
	color: #D5EDF3;
	text-decoration: underline;
}

a.nav4:hover
{
	font-size: 7pt;
	color: yellow;
	text-decoration: underline;
}

.nav5, .nav5:link, .nav5:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a.nav5:hover
{
	color: yellow;
	text-decoration: none;
}

.nav6, .nav6:link, .nav6:visited
{
	color: #e3e361;
	text-decoration: none;
}
a.nav6:hover
{
	color: yellow;
	text-decoration: none;
}

.nav7, .nav7:link, .nav7:visited
{
	color: yellow;
	text-decoration: underline;
}
a.nav7:hover
{
	color: #cc3333;
	text-decoration: underline;
}

.nav8, .nav8:link, .nav8:visited
{
	color: yellow;
	text-decoration: none;
}
a.nav8:hover
{
	color: #cc3333;
	text-decoration: none;
}

.nav9, .nav9:link, .nav9:visited, .nav9:hover
{
	text-decoration: none;
	background-color: transparent;
	border-style: solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
	border-width: 0 0 0 0px;
	padding: 0px;
	color: #FFFFFF;
}

/* News navigation links - Unselected */
.nav_news_u, .nav_news_u:link, .nav_news_u:visited
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 9px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color: transparent;
	color:#FFFFFF;
}
a.nav_news_u:hover
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 9px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color: #417350;
	color:#FFFFFF;
}

/* News navigation links - Selected */
.nav_news_s, .nav_news_s:link, .nav_news_s:visited
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 9px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color: #417350;
	color:#FFFFFF;
}
a.nav_news_s:hover
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 9px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color: #417350;
	color:#FFFFFF;
}

/* Profile navigation links - Unselected */
.nav_profile_u, .nav_profile_u:link, .nav_profile_u:visited
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 9px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color: transparent;
	color:#FFFFFF;
}
a.nav_profile_u:hover
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 9px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color: #494d53;
	color:#FFFFFF;
}

/* Profile navigation links - Selected */
.nav_profile_s, .nav_profile_s:link, .nav_profile_s:visited
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 9px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color: #494d53;
	color:#FFFFFF;
}
a.nav_profile_s:hover
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 9px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color: #494d53;
	color:#FFFFFF;
}

/* Player search navigation links - #2 (Select Player) */
.nav_player_2, .nav_player_2:link, .nav_player_2:visited
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 12px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color:#7C899C;
	color:#FFFFFF;
}
a.nav_player_2:hover
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 12px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color:#417395;
	color: yellow;
}

/* Player search navigation links - #1 (Header) */
.nav_player_1, .nav_player_1:link, .nav_player_1:visited
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 11px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color:#417350;
	color:#FFFFFF;
}
a.nav_player_1:hover
{
	margin-left:0px;
	text-decoration:none;
	display:block;
	text-indent:2px;
	text-align:left;
	border-style:solid;
	border-color:#000000 #FFFFFF #FFFFFF #FFFFFF;
	border-width:0 0 0 0px;
	padding:0px;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 11px;
	font-weight: bold;
	width:'.$nav_width.'px;
	background-color:#417370;
	color:#FFFFFF;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000000;
	font-size: 10pt;
	font-family: Tahoma, arial, helvetica, serif;
}
td
{
	clear: both;
}

/* The main body of the entire forum. */
body
{
	background-image: url(images/fmfreaks/bg.jpg);
	background-color: transparent;
	scrollbar-darkshadow-color: #98AAB1;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-track-color: #B0BAC4;
	scrollbar-arrow-color:  #006699;
	overflow: auto;
	margin: 0;
	padding: 0;
}

}/* alternate scroll - fm green style
	scrollbar-darkshadow-color: #596D51;
	scrollbar-highlight-color: #749270;
	scrollbar-face-color: #859E80;
	scrollbar-3dlight-color: #566A47;
	scrollbar-shadow-color: #657B57;
	scrollbar-track-color: #677C5B;
	scrollbar-arrow-color:  #FFFFFF;
*/

.submit {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #00F;
	border-left: 0;
	color: #00F;
	display: inline;
	margin: 0;
	padding: 0;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	border: 1.0px solid #FFFFFF;
	background-color: transparent;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F2F4F8;
}

/* Player Search */
.input_psearch
{
	border-top: 0px;
	border-bottom: 1.0px solid #CCCCCC;
	border-left: 0px;
	border-right: 0px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

/* Player Search */
.input_psearch2
{
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: yellow;
}

/* Search input */
.input_search
{
	border: 0px;
	background-color: transparent;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #54627B;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	border: 0px;
	background-color: transparent;
}

span.bigcheck-target {
    font-family: FontAwesome; /* use an icon font for the checkbox */    
}

input[type='checkbox'].bigcheck {     
    position: relative;
    left: -999em; /* hide the real checkbox */
}

input[type='checkbox'].bigcheck + span.bigcheck-target:after {
    content: "\f096"; /* In fontawesome, is an open square (fa-square-o) */
}
input[type='checkbox'].bigcheck:checked + span.bigcheck-target:after {
    content: "\f046"; /* fontawesome checked box (fa-check-square-o) */
}

span.bigcheck { 
    display: block;
    padding: 0.5em;;
}

.input_contact
{
	border: 1.0px solid #d2d9e4;
	background-color: transparent;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F2F4F8;
	width: 290px;
}

.input_chat_text
{
	border: 1.0px solid #d2d9e4;
	background-color: transparent;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F2F4F8;
	width: 140px;
}

.input_chat
{
	border: 1.0px solid #d2d9e4;
	background-color: transparent;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #F2F4F8;
}

.input_chat2
{
	border: 1.0px solid #d2d9e4;
	background-color: transparent;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: yellow;
}

INPUT.loginsave 
{
	border: 4.0px solid #6E7C94;
	font-size: 8pt;
	font-weight: normal;
	color: #6E7C94;
	font-family: Tahoma, arial, helvetica, serif;
	background-color: #6E7C94;
}
	
INPUT.delete_selected
{
	border: 0px;
	background-color: transparent;
}

@media {
	INPUT.loginsave
		{
		background-color: #FFFFFF;
		}
	}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Tahoma, arial, helvetica, serif;
	background-color: #6E7C94;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
.hr2
{
	height: 1px;
	border: 0;
	color: #57657e;
	background-color: #57657e;
}

.hr3
{
	height: 1px;
	border: 0;
	color: #d2d9e4;
	background-color: #d2d9e4;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #FFFFFF;
	background-color: #748193;
	border: 1px solid #59677a;
	margin: 2px;
	padding: 1px;
	font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	padding: 1px;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: 8pt;
	width: 99%;
	margin: 1px auto 1px auto;
	white-space: nowrap;
	overflow: auto;
}

.news
{
	color: #ffffff;
	font-family: "courier new", helvetica, "times new roman", serif;
	font-size: 8pt;
	margin: 1px auto 1px auto;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
	color: red;
}

/* The main post box - this makes it as wide as possible. */

.editor
{
	width: 96%;
	background-color: transparent;
}

/* Highlighted text - such as search results ;). */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Player Search Font. */
.psearch
{
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 12px;
	font-weight: bold;
	color: #F2F4F8;
	background-color: transparent;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	font-size: 10pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #F2F4F8;
	background-color: transparent;
}
.windowbg2
{
	color: #FFFFFF;
	background-color: transparent;
}
.windowbg3
{
	color: #FFFFFF;
	background-color: transparent;
}

.windowbg4
{
	color: yellow;
	background-color: transparent;
}

.windowbg5
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: yellow;
	background-color: transparent;
}

.windowbg6
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
	background-color: transparent;
}
.windowbg7
{
	color: #D5EDF3;
	background-color: transparent;
}
.windowbg8
{
	text-decoration: none;
	font-style: normal;
	font-size: 12px;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
	background-color: transparent;
}
.windowbg9
{
	font-size: 7pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: yellow;
	background-color: transparent;
}
.sscopyright
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #F2F4F8;
	background-color: transparent;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	color: white;
	font-style: normal;
	background-color: transparent;
}
.titlebg a:hover
{
	font-weight: bold;
	background-color: transparent;
	color: #dfdfdf;
}

/* This is used for categories, page indexes, and several other areas in the forum. */
.catbg
{
	font-weight: bold;
	background-color: transparent;
	color: #000000;
}

/* This is used for profile headings. */
.downloadheader
{
	background-color: #494d53;
	font-weight: bold;
	color: #FFFFFF;
}


/* This is used for profile index labels. */
.profileindex
{
	font-weight: bold;
	background-color: transparent;
	color: #E7F600;
}

/* This is used for profile item labels. */
.profileitem
{
	background-color: transparent;
	color: #FFFFFF;
}

/* This is used for profile headings. */
.profileheader
{
	background-color: transparent;
	background-image: url(images/fmfreaks/profileheader.jpg);
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #7C875F;
}

/* This is used for profile items (white version). */
.profilestats1
{
	background-color: transparent;
	font-size: 10pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
	border-bottom: 1px solid #7C875F;
}

/* This is used for profile items (stats - yellow / below 10 - also used for stats text). */
.profilestats2
{
	background-color: transparent;
	font-size: 10pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: yellow;
	border-bottom: 1px solid #7C875F;
}

/* This is used for profile items (stats - orange / 10 or above). */
.profilestats3
{
	background-color: transparent;
	font-size: 10pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: orange;
	border-bottom: 1px solid #7C875F;
}

/* This is used for award headings (white version). */
.awardstat1
{
	background-color: transparent;
	font-size: 10pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
}

/* This is used for award items (yellow version). */
.awardstat2
{
	background-color: transparent;
	font-size: 10pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: yellow;
}

/* This is used for award descriptions (white version). */
.awarddesc
{
	background-color: transparent;
	font-size: 10pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
	border: 1px solid #57657e;
}

.profile_a:link
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: yellow;
	text-decoration: underline;
}
.profile_a:visited, a:hover
{
	color: yellow;
	text-decoration: underline;
}

/* This is used for the frame around the profile picture */
.profilepicture
{
	background-color: transparent;
	border: 1px solid #7C875F;
}

/* This is used for VM group headings. */
.vmheader
{
	background-color: transparent;
	background-image: url(images/fmfreaks/profileheader.jpg);
	font-weight: bold;
	color: #FFFFFF;
}

/* This is used for forum headings. */
.forumheader
{
	background-color: transparent;
	background-image: url(images/fmfreaks/profileheader.jpg);
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	border-bottom: 1px solid #7C875F;
}
.forumstats
{
	background-color: transparent;
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
	border-right: 1px solid #57657e;
}
.forumstats2
{
	background-color: transparent;
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
	border-left: 1px solid #57657e;
}

/* This is used for a category that has new posts in it... to make it light up. */
.catbg2
{
	font-weight: bold;
	background-color: transparent;
	color: #000000;
}

.catbg, .catbg2
{
	font-weight: bold;
	background-color: transparent;
	color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
	background-color: transparent;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
}

/* This is used on tables that should just have a border around them. */
.forumtitle1
{
	color: #FFFFFF;
	background-color: transparent;
	border-right: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.forumtitle2
{
	color: #FFFFFF;
	background-color: transparent;
	border-right: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

.forumtitle3
{
	height: 1px;
	border: 0;
	color: #FFFFFF;
	background-color: transparent;
}

.forumtitle4
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
	background-color: transparent;
	border-right: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.vsmalltext
{
	font-size: 7pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
}
.smalltext
{
	font-size: 8pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
}
.normaltext
{
	font-size: 10pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
}
.largetext
{
	font-size: 14pt;
	font-family: Tahoma, arial, helvetica, serif;
	color: #FFFFFF;
}

/* This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
	background-color: white;
	border-bottom: 1px solid gray;
}
/* This is the main area of the forum, the part that's gray. */
#bodyarea
{
	background-color: #D4D4D4;
	background-image: url(images/fmfreaks/midpage.jpg);
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
	color: black;
	background-color: transparent;
	font-size: 4pt;
	font-weight: normal;
}

/* This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
	background-color: #6B8EAE;
	border: 1px solid #6B8EAE;
}
.headerbodies
{
	border: 1px solid #7A7777;
	background-color: #EFEFEF;
	background-repeat: repeat-x;
	background-position: bottom;
}
.infolabel1
{
	text-align: left;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 12px;
	color:#D5EDF3;
}
.infolabel2
{
	text-align: left;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 12px;
	color:#FFFFFF;
}
.infolabel3
{
	text-align: center;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 12px;
	color:#FFFFFF;
}
.HovedTopLeft,.HovedTopMid,.HovedTopRight
{
	text-align: left;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 12px;
	color:#D5EDF3;
}
.HeaderTopMid
{
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 12px;
	font-weight: Bold Condensed;
	color:#FEFFFF;
}
.NewsIndex
{
	text-align: left;
	vertical-align: top;
	font-family: Tahoma, arial, helvetica, serif;
	font-size: 12px;
	font-weight: Bold;
	color:#F3F414;
}
form { margin-bottom: 0 ; }
.LButton
{
	background-color: #7C889D;
	background-repeat: repeat-n;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px;
	border: 1px #646E7B solid;
	vertical-align: top;
	text-align: center;
	font-family: Trebuchet MS;
	font-weight: Bold;
	font-size: 11px;
	color: #CCCCCC;
}

.pollpercentage
{
	background-color: #668460;
	padding-left:2px;
}

.pollpercentage2
{
	background-color: #6E7D94;
	padding-left:2px;
	border: 1px solid #000000;
}

.star-rating
{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.star-rating li
{
	display: inline;
}

.star-rating a,
.star-rating .current-rating
{
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus
{
	background-position: left bottom;
}

.star-rating a.one-star
{
	width: 20%;
	z-index: 6;
}

.star-rating a.two-stars
{
	width: 40%;
	z-index: 5;
}

.star-rating a.three-stars
{
	width: 60%;
	z-index: 4;
}

.star-rating a.four-stars
{
	width: 80%;
	z-index: 3;
}

.star-rating a.five-stars
{
	width: 100%;
	z-index: 2;
}

.star-rating .current-rating
{
	z-index: 1;
	background-position: left center;
}

.small-star
{
	width: 70px;
	height: 12px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating
{
	background-image: url(images/fmfreaks/star_rating.gif);
	line-height: 12px;
	height: 12px;
}

span.stars, span.stars span
{
	display: block;
	background: url(images/fmfreaks/stars_rate.png); 0 -16px repeat-x;
	width: 80px;
	height: 16px;
}

span.stars span
{
	background-position: 0 0;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
