/*=======================================================================
|>|	CCMS Gaming v4.5, © 2005-2009, Erik Hillis.
|>|	This code may not to be reproduced in any form, anywhere, without written consent from creator Erik Hillis.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
       _                            __
      / )    __/_     / ) /|/| (        __/_
     (__(/_) /()//)(__/   |__). /)(- /

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|>|	CCMS Gaming v4.5, created by Erik Hillis, is a copyrighted work of authorship.
|>|	Erik Hillis retains ownership of the Software and any copies of it, regardless of the form in which the copies may exist. A license is not a sale of the original Software or any copies. By running this software on your server you have fully agreed to the following terms:
|>|	http://customcms.net/purchase/agreement_v4.html
|>|	=============
|>|	File Version: v1.0 R
|>|	Stay up to date with the current file build @ http://customcms.net/members/viewforum.php?f=22
|>|	=============
|>|	Notes: Release build
=======================================================================*/

/* ######### CCMS 4.5 DEFAULT Red Skin - BODY Properties######### */
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	line-height: 100%;
}

a:link { color: #666666; text-decoration: underline; }
a:visited { color: #666666; text-decoration: underline; }
a:hover { color: #777777; text-decoration: none; }

/* ######### CCMS Content ######### */
.content { 
	font-size: 11px;
	color: #666666;
	font-family: Arial;
	font-weight: none;
	text-decoration: none;
	line-height: 120%;
	margin: 0;
	border: 0;
}
a.content:link { color: #666666; text-decoration: underline; }
a.content:visited { color: #666666; text-decoration: underline; }
a.content:hover { color: #777777; text-decoration: none; }

.content_error {
	font-size: 11px;
	color: #E50000;
	font-family: Arial;
	font-weight: bold;
}

.content_large { 
	font-size: 12px;
	color: #777777;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

a.content_large:link { color: #8B0000; text-decoration: underline; }
a.content_large:visited { color: #8B0000; text-decoration: underline; }
a.content_large:hover { color: #777777; text-decoration: none; }

.contentlight { 
	font-size: 11px;
	color: #8A8A8A;
	font-family: Arial;
	text-decoration: none;
}
a.contentlight:link { color: #7B7B7B; text-decoration: none; }
a.contentlight:visited { color: #7B7B7B; text-decoration: none; }
a.contentlight:hover { color: #000000; text-decoration: underline; }

.content_large_bright { 
	font-size: 12px;
	color: #A3B130;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

/* ######### CCMS Gallery Thumbnails ######### */
.gallery {
	margin: 0;
	padding: 0;
	line-height: 100%;
	border: 0px solid #757575;
}

/* ######### CCMS UCP Text ######### */
.usercp {
	line-height: 1.1;
	font-size: 11px;
	color: #ABABAB;
	font-family: Arial;
}

a.usercp:link { color: #ABABAB; text-decoration: none; }
a.usercp:visited { color: #9D9D9D; text-decoration: none; }
a.usercp:hover { color: #C4C4C4; text-decoration: underline; }

/* ######### CCMS News Ticker ######### */
.ticker {
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
	text-decoration: none;
	line-height: 100%;
}

a.ticker:link { color: #ffffff; text-decoration: none; }
a.ticker:visited { color: #ffffff; text-decoration: none; }
a.ticker:hover { color: #FFFFFF; text-decoration: none; }

/* ######### Featured Slideshow ######### */

#ccms_container {
	overflow: hidden;
	width: 411px;
	height: 199px;
	position: relative;
	margin: 0;
}

#items_container {

	overflow: hidden;
	position: absolute;
	width: 411px;
	height: 199px;
	text-align: left;
}

#prevbtn {
	cursor: pointer;
}

#playbtn {
	cursor: pointer;
}

#nextbtn {
	cursor: pointer;
}

#num_nav {
	display: block;
	z-index: 2;
	position: relative;
	left: 8px;
	top: 8px;
	list-style: none;
	margin: 0;
	border: 0;
	padding: 0;
}

#num_nav li {
	display: block;
	float: left;
	width: 18px;
	height: 15px;
	margin: 2px;
	border: 1px solid #EDEDED;
	font-family: Arial;
	font-weight: bold;
	background: #000000;
}

#num_nav a {
	display: block;
	width: 18px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	color: #878787;
}

div.slide_item {
	z-index: 1;
	position: absolute;
}

div.first_item {
	z-index: 1;
	position: absolute;
}

/* ######### Menu Dropdown ######### */
#menu {
	z-index: 8;
	line-height: 0;
}
#menu-container {
	z-index: 8;
	display:block;
	position:relative;
	padding:0px;
	margin:0px;
	border:0px;
}
#drop_down_menu {
	display:block;
	position:absolute;
	clear:both;
	margin:0px;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:left;
	float:none;
	left:0px;
	top:0px;
	z-index: 8;
}
#drop_down_menu li {
	font-size:12px;
	font-weight:bold;
	float:left;
	padding-right:1px;
	border:0px;
	margin:0px;
	cursor:pointer;
	line-height:0.8;
	height:19px;
	width: 75px;
}

#drop_down_menu li ul {
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:0px;
	list-style-type:none;
	background: #edeae2;
	opacity: .75;
}
#drop_down_menu li ul li {
	display:block;
	float:none;
	clear:both;
}
#drop_down_menu li ul li a {
	font-weight:normal;
	text-decoration:none;
	display:block;
	font-family: Arial;
	color: #730000;
	font-size: 11px;
	font-weight: bold;
}

/* ######### CCMS Footer Text ######### */

.footer {
	font-size: 12px;
	color: #D10000;
	font-family: Arial;
	font-weight: bold;
}
a.footer:link { color: #D10000; text-decoration: none; }
a.footer:visited { color: #D10000; text-decoration: none; }
a.footer:hover { color: #D10000; text-decoration: underline; }

.footer_sub {
	font-size: 11px;
	color: #6f6f6f;
	font-family: Arial;
}

a.footer_sub:link { color: #8f8f8f; text-decoration: none; }
a.footer_sub:visited { color: #8f8f8f; text-decoration: none; }
a.footer_sub:hover { color: #bcbcbc; text-decoration: underline; }

.footer_dark {
	font-size: 11px;
	color: #515151;
	font-family: Arial;
}

a.footer_dark:link { color: #717171; text-decoration: none; }
a.footer_dark:visited { color: #717171; text-decoration: none; }
a.footer_dark:hover { color: #717171; text-decoration: underline; }

/* ######### CCMS Right Nav Text ######### */

.right_colour {
	font-size: 11px;
	color: #D10000;
	font-family: Arial;
	font-weight: bold;
}

a.right_colour:link { color: #D10000; text-decoration: none; }
a.right_colour:visited { color: #D10000; text-decoration: none; }
a.right_colour:hover { color: #ffffff; text-decoration: underline; }

.right_head {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
}

a.right_head:link { color: #FFFFFF; }
a.right_head:visited { color: #FFFFFF; }
a.right_head:hover { color: #FFFFFF; }

.right_reg {
	font-size: 11px;
	color: #bcbcbc;
	font-family: Arial;
	line-height: 1.2;
}
a.right_reg:link { color: #bcbcbc; }
a.right_reg:visited { color: #bcbcbc; }
a.right_reg:hover { color: #ffffff; text-decoration: underline; }

.right_dark {
	font-size: 11px;
	color: #6f6f6f;
	font-family: Arial;
	line-height: 1.2;
}

a.right_dark:link { color: #8f8f8f; text-decoration: none; }
a.right_dark:visited { color: #8f8f8f; text-decoration: none; }
a.right_dark:hover { color: #bcbcbc; text-decoration: underline; }

.right_hr {
	background: transparent url(../images/red_default/right_dots.png) repeat-x;
	height: 1px;
	border: 0;
	padding: 0;
	width: 215px;

}
.right_hr2 {
	background: transparent url(../images/red_default/right_dots.png) repeat-x;
	height: 1px;
	border: 0;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
}

/* ######### Sub-Right Menu ######### */

.shout {
	font-size: 11px;
	color: #707070;
	font-family: Arial;
	line-height: 110%;
}
a.shout:link { color: #787878; text-decoration: none; font-size: 12px; }
a.shout:visited { color: #787878; text-decoration: none; font-size: 12px; }
a.shout:hover { color: #787878; text-decoration: underline; font-size: 12px; }

.shout_date {
	font-size: 9px;
	color: #9D9D9D;
	font-family: Arial;
}

.shoutbox_input {
	margin: 0px;
	padding: 3px;
	font-size: 11px;
	color: #707070;
	font-family: Arial;
	font-weight: normal;
	border: 1px solid #EBEBEB;
	background: #FFFFFF;
	height: 35px;
	width: 137px;
}

.poll {
	font-size: 11px;
	color: #707070;
	font-family: Arial;
}
a.poll:link { color: #707070; text-decoration: none; font-size: 11px; }
a.poll:visited { color: #707070; text-decoration: none; font-size: 11px; }
a.poll:hover { color: #707070; text-decoration: underline; font-size: 11px; }

.pollimg {
	border: 1px solid #C8C8C8;
}
.pollimg_p {
	border: 1px solid #C8C8C8;
}

.tools {
	font-size: 11px;
	color: #707070;
	font-family: Arial;
	font-weight: bold;
}
a.tools:link { color: #707070; text-decoration: underline; font-size: 11px; }
a.tools:visited { color: #707070; text-decoration: underline; font-size: 11px; }
a.tools:hover { color: #707070; text-decoration: none; font-size: 11px; }

.tools_input {

	background:transparent none repeat scroll 50%;
	border: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #707070;
	font-weight: bold;
	text-decoration: underline;
}

.divider {
	font-family: Arial;
	font-size: 12px;
	color: #5E5E5E;
	font-weight: bold;
}

/* ######### Template Misc ######### */

.submit {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	border: 1px solid #7B0000;
	background: #A40000;
}

a.white:link { color: #FFFFFF; text-decoration: none; }
a.white:visited { color: #FFFFFF; text-decoration: none; }
a.white:hover { color: #FFFFFF; text-decoration: underline; }

/* ######### Red / red ######### */
.okay { 
	font-size: 11px;
	color: green;
	font-family: Arial;
	font-weight: bold;
}

.okay_box {
	border: 1px dashed #D5E1BF;
	background: #EDF3E3;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.1;
}

.warning {
	font-size: 11px;
	color: #DC0000;
	font-family: Arial;
	font-weight: bold;
}

a.warning:link { color: #DC0000; text-decoration: underline; }
a.warning:visited { color: #DC0000; text-decoration: underline; }
a.warning:hover { color: #DC0000; text-decoration: none; }

.warning_box {
	border: 1px dashed #F3CECE;
	background: #F3E3E3;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 1.1;
}

.release_red { 
	font-size: 11px;
	color: #DC0000;
	font-family: Arial;
	font-weight: bold;
}

.release_red { 
	font-size: 11px;
	color: red;
	font-family: Arial;
	font-weight: bold;
}

/* ######### CustomCMS Game Nav ######### */
.game_nav_default {font-size: 14px; color: #454545; font-weight: bold;}
a.game_nav_default:link { color: #454545; text-decoration: underline; }
a.game_nav_default:visited { color: #454545; text-decoration: underline; }
a.game_nav_default:hover { color: #454545; text-decoration: none; }

.game_nav_red {font-size: 14px; color: #C30000; font-weight: bold;}
a.game_nav_red:link { color: #C30000; text-decoration: underline; }
a.game_nav_red:visited { color: #C30000; text-decoration: underline; }
a.game_nav_red:hover { color: #C30000; text-decoration: none; }

.game_nav_blue {font-size: 14px; color: #0973AD; font-weight: bold;}
a.game_nav_blue:link { color: #0973AD; text-decoration: underline; }
a.game_nav_blue:visited { color: #0973AD; text-decoration: underline; }
a.game_nav_blue:hover { color: #0973AD; text-decoration: none; }

.game_nav_green {font-size: 14px; color: #617100; font-weight: bold;}
a.game_nav_green:link { color: #617100; text-decoration: underline; }
a.game_nav_green:visited { color: #617100; text-decoration: underline; }
a.game_nav_green:hover { color: #617100; text-decoration: none; }

.game_nav_purple {font-size: 14px; color: #9E00A8; font-weight: bold;}
a.game_nav_purple:link { color: #9E00A8; text-decoration: underline; }
a.game_nav_purple:visited { color: #9E00A8; text-decoration: underline; }
a.game_nav_purple:hover { color: #9E00A8; text-decoration: none; }

.game_nav_default {font-size: 14px; color: #454545; font-weight: bold;}
a.game_nav_default:link { color: #454545; text-decoration: underline; }
a.game_nav_default:visited { color: #454545; text-decoration: underline; }
a.game_nav_default:hover { color: #454545; text-decoration: none; }

.game_nav {
	font-size: 11px;
	color: #9D9D9D;
	font-family: Arial;
}
a.game_nav:link { color: #9D9D9D; text-decoration: none; }
a.game_nav:visited { color: #9D9D9D; text-decoration: none; }
a.game_nav:hover { color: #454545; text-decoration: underline; }

/* ######### CCMS Generic ######### */

#p { margin-bottom: 0.0em; margin-top: 0.0em; }

/* ######### CCMS Rating Links ######### */

.item_rating {
	font-size: 11px;
	color: #660C0C;
	font-family: Arial;
	font-weight: bold;
}
a.item_rating:link { color: #660C0C; text-decoration: none; }
a.item_rating:visited { color: #660C0C; text-decoration: none; }
a.item_rating:hover { color: #5E5E5E; text-decoration: underline; }

/* ######### CCMS Skin Misc. ######### */

.headertitle {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

a.headertitle:link { color: #FFFFFF; text-decoration: underline; }
a.headertitle:visited { color: #FFFFFF; text-decoration: underline; }
a.headertitle:hover { color: #FFFFFF; text-decoration: none; }

.headertitle_small {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial;
	text-decoration: none;
}

a.headertitle_small:link { color: #FFFFFF; text-decoration: underline; }
a.headertitle_small:visited { color: #FFFFFF; text-decoration: underline; }
a.headertitle_small:hover { color: #FFFFFF; text-decoration: none; }

.post_user {
	font-size: 18px;
	color: #666666;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

a.post_user:link { color: #666666; text-decoration: none; }
a.post_user:visited { color: #666666; text-decoration: none; }
a.post_user:hover { color: #000000; text-decoration: underline; }

.large_heading {
	font-size: 11pt;
	color: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	letter-spacing: -0.0px;
	line-height: 100%;
}

.huge_heading {
	font-size: 20pt;
	color: #8B0000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bolder;
	letter-spacing: -1.0px;
	line-height: 100%;
	text-transform:uppercase;
}

.texthuge { 
	font-size: 18px;
	color: #8B0000;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

.texthuge_link { 
	font-size: 18px;
	color: #8B0000;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
}

a.texthuge_link:link { color: #8B0000; text-decoration: none; }
a.texthuge_link:visited { color: #8B0000; text-decoration: none; }
a.texthuge_link:hover { color: #8B0000; text-decoration: underline; }

.rate_lg_txt {
	color: #545454;
	font-weight: bold;
	font-family: Arial;
	font-size: 28px;
	line-height: 110%;
}
.ratebg { 
	background: url(images/default/ratebg.png);
	width: 460px;
	height: 70px;
	padding: 0px;
}
.page_content_area { 
	margin: 0px;
	border: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#available {
	display: none;
	color: red;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
#not_available {
	display: none;
	color: #DC0000;
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.date {
	font-size: 11px;
	color: #ADBAC5;
	font-family: Arial;
}
a.date:link { color: #ADBAC5; text-decoration: none; }
a.date:visited { color: #ADBAC5; text-decoration: none; }
a.date:hover { color: #BAD0E3; text-decoration: none; }

.featured {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial;
}

a.featured:link { font-size: 20px; color: #FFFFFF; text-decoration: none; }
a.featured:visited { font-size: 20px; color: #FFFFFF; text-decoration: none; }
a.featured:hover { font-size: 20px; color: #FFFFFF; text-decoration: underline; }

a.featured2:link { font-size: 11px; color: #FFFFFF; text-decoration: underline; }
a.featured2:visited { font-size: 11px; color: #FFFFFF; text-decoration: underline; }
a.featured2:hover { font-size: 11px; color: #FFFFFF; text-decoration: none; }

.breadcrumb { 
	font-size: 11px;
	color: #6A6A6A;
	font-family: Arial;
	text-decoration: none;
}
a.breadcrumb:link { color: #6A6A6A; text-decoration: underline; }
a.breadcrumb:visited { color: #6A6A6A; text-decoration: underline; }
a.breadcrumb:hover { color: #870000; text-decoration: none; }

.adsplit {
	width: 100%;
	padding: 5px;
}
.ads {
	font-size: 10px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
}
a.adsplit:link { color: #000000; text-decoration: none; font-weight: bold; }
a.adsplit:visited { color: #000000; text-decoration: none; font-weight: bold; }
a.adsplit:hover { color: #CFCFCF; text-decoration: none; font-weight: bold; }

.legend {
	font-size: 11px;
	color: #660C0C;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

.fieldset {
	padding: 8px;
	background: #E7E7E7;
	border: 1px solid #BCBCBC;
}

.fieldset2 {
	border: 1px outset #FFFFFF;
	background: #FFFFFF;
}

a.fieldset2_link:link { color: #660C0C; text-decoration: none; font-size: 11px; }
a.fieldset2_link:visited { color: #660C0C; text-decoration: none; font-size: 11px; }
a.fieldset2_link:hover { color: #000000; text-decoration: underline; font-size: 11px; }

.fieldset3 {
	border: 1px solid #BCBCBC;
}

.comment {
	font-size: 11px;
	color: #707070;
	font-family: Arial;
}
a.comment:link { color: #660C0C; text-decoration: underline; font-size: 12px; }
a.comment:visited { color: #660C0C; text-decoration: underline; font-size: 12px; }
a.comment:hover { color: #660C0C; text-decoration: underline; font-size: 12px; }

.spacer {
	height: 2px;
	padding: 0px;
	margin: 0px;
}

.file_input {
	padding: 2px;
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	border: 1px solid #BCBCBC;
	background: #FFFFFF;
	line-height: 0;
}

.input {
	margin: 0px;
	padding: 1px;
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	border: 1px solid #BCBCBC;
	background: #FFFFFF;
	line-height: 1.2;
}

.textarea_class, .textbox_class {
	padding: 0px;
	width: 100%;
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	border: 1px solid #BCBCBC;
	background: #FFFFFF;
}

.dropdown {
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	border: 1px solid #BCBCBC;
	background: #FFFFFF;
	line-height: 1.2;
}

.signature {
	font-size: 11px;
	color: #707070;
	font-family: Arial;
	line-height: 1.2;
	margin: 0;
}
.padding1 { 
	border: 0px;
	margin: 0px;
	padding: 1px;
	line-height: 1.2;
	margin: 0;
}
.padding2 { 
	margin: 0px;
	border: 0px;
	padding: 2px;
	line-height: 1.2;
	margin: 0;
}
.padding3 { 
	margin: 0px;
	border: 0px;
	padding: 3px;
	line-height: 1.2;
	margin: 0;
}
.padding5 {
	margin: 0px; 
	border: 0px;
	padding: 5px;
	line-height: 1.2;
}
.padding10 { 
	margin: 0px;
	border: 0px;
	padding: 10px;
	line-height: 1.2;
	margin: 0;
}
.nav {
	font-family: Arial;
	font-size: 11px;
	color: #7E7E7E;
	line-height: 100%;
	margin: 0;
}
a.nav:link { color: #9F1818; text-decoration: underline }
a.nav:visited { color: #9F1818; text-decoration: underline }
a.nav:hover { color: #9F1818; text-decoration: none }

.browse {
	font-family: Arial;
	font-size: 11px;
	color: #7E7E7E;
	line-height: 100%;
	margin: 0;
}
a.browse:link { color: #940000; text-decoration: underline }
a.browse:visited { color: #940000; text-decoration: underline }
a.browse:hover { color: #940000; text-decoration: none }

.hr {
	border: 1px transparent;
	color: #CFCFCF;
	background-color: #CFCFCF;
	height: 1px;
}

.hr2 {
	border: 1px transparent;
	color: #CFCFCF;
	background-color: #CFCFCF;
	height: 1px;
}

.quote { 
	padding: 10px;
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	font-style: italic;
	border: 1px dashed #C0C0C0;
	background: #FFFFFF;
	line-height: 100%;
	margin: 0;
}

.frontendpopup {
	border: 0px;
	padding: 10px;
	background: #FFFFFF;
}

.error {
	font-size: 12px;
	color: red;
	font-family: Arial;
	font-weight: bold;
	padding: 5px;
}
.select { 
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	width: 145px;
}
.adrepeat {
	align: center;
}

.tablereg { 
	border-collapse: collapse;
	border-width: 0px;
	spacing: 0px;
	border: 0px;
}
.tdreg { 
	border-collapse: collapse;
	padding: 0px;
	border-width: 0px;
	border: 0px;
	spacing: 0px;
}

.pagenav { 
	font-size: 12px;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
	font-weight: bold;
}

.texthuger {
	font-size: 50px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}


.forumthread { 
	font-size: 11px;
	color: #000000;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}

a.forumthread:visited { color: #787878; }
a.forumthread:hover { color: #000000; }
a.forumthread:link { color: #750000; }

.forumjump { 
	font-size: 10px;
	color: #8A8A8A;
	font-family: Arial;
}
.slideshow { 
	font-size: 11px;
	color: #8A8A8A;
	font-family: Arial;
}
.slideshowb { 
	font-size: 11px;
	color: #CDCDCD;
	font-family: Arial;
}
.popupmessage { 
	padding: 10px;
	border: 1px dashed #DADADA;
	background: #F8F8F8;
}

a.latest:hover { color: #767676; text-decoration: none }

/* ######### Milkbox ######### */

#mbOverlay {
	position: absolute;
	left: 0;
	width:100%;
	background-color: #000; /* set the Milkbox overlay color // opacity: see the js options */
	z-index:100;
	cursor: pointer;
}

#mbCenter {
	/* for default width and height, see the js options */
	position: absolute;
	z-index:101;
	overflow:hidden;
	left: 50%;
	top:10%;/* overwritten in the js options to properly position the milkbox when activated in a scrolled window */
	background-color: #fff;/* set the Milkbox background color */
	border: 5px solid #fff;/* set the Milkbox border */
	margin:0; padding:5px;/* set the Milkbox padding */
}

.mbLoading{ background: #fff url(../images/spinner.gif) no-repeat center; }/* IMAGE: loading gif */

#mbImage{ margin:0; padding:0; height:0; border:none; font-size:0; overflow:hidden; }

.clear{ clear:both; height:0; margin:0; padding:0; font-size:0; overflow:hidden; }


/* *** BOTTOM *** */

#mbBottom { 
	/* set text options */
	font-family: Arial;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	padding-top:8px;
	margin:0;
}

/* navigation */
/* be careful if you change buttons dimensions */

#mbNavigation{
	float:right;
	width:27px;
	padding-top:3px;
	border-left:1px solid #9c9c9c;/* set nav border */
}


#mbCount{ 
	width:55px; 
	overflow:hidden;
	padding-top:1px;
	float:right;
	text-align:right;
	font-size:9px; /* count font size */
}

#mbCloseLink, #mbPrevLink, #mbNextLink{
	outline:none;
	display:block;
	float:right;
	height:20px;
	cursor: pointer;
}


#mbPrevLink, #mbNextLink{ width:17px; }
#mbPrevLink{ background: transparent url(../images/prev.gif) no-repeat; }/* IMAGE: prev */
#mbNextLink{ background: transparent url(../images/next.gif) no-repeat; }/* IMAGE: next */

/* NOTE: doesn't work in ie6, so, just see the js options :) */
a#mbPrevLink:hover,a#mbNextLink:hover,a#mbCloseLink:hover { background-position: 0 -23px; }

#mbCloseLink {
	width:20px;
	background: transparent url(../images/close.gif) no-repeat;/* IMAGE: close */
}

/* description */

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 0;
	font-weight: normal;
	text-align:justify;
}

/* ######### Tabs ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border-left: 1px solid #C0C0C0;
border-right: 1px solid #C0C0C0;
border-top: 1px solid #C0C0C0;
color: #2d2b2b;
background: #F0F0F0;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
background: white;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
background: white;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* ######### CCMS Ajax ######### */
 
#log {
	padding: 0.0em;
	margin-left: 0px;
	border: 0px;
	margin-top: 0px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat center;
}

/* ######### CCMS Slider ######### */

div.slider {
	width: 100px;
	height: 12px;
	background: #eee;
}
div.slider div.knob {
	background: #000;
	width: 12px;
	height: 12px;
}
div#fontSize {
	height: 100%;
}

div.advanced {
	width: 400px;
	margin: 5px 0;
	background: url(../images/slider.png) 0 center repeat-x;
}
div.advanced div.knob {
	background: no-repeat center center;
	cursor: pointer;
}
div#red div.knob {
	background-image: url(images/red.png);
}
div#red div.knob {
	background-image: url(images/red.png);
}
div#blue div.knob {
	background-image: url(images/blue.png);
}

/* ######### CCMS Rounded Corners ######### */

.roundedcornr_box_618444 {
   background: #f8f8f8 url(../images/red_default/roundedcornr_618444_grad.gif) repeat-x top left;
}
.roundedcornr_top_618444 div {
   background: url(../images/red_default/roundedcornr_618444_tl.gif) no-repeat top left;
}
.roundedcornr_top_618444 {
   background: transparent url(../images/red_default/roundedcornr_618444_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_618444 div {
   background: url(../images/red_default/roundedcornr_618444_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_618444 {
   background: transparent url(../images/red_default/roundedcornr_618444_br.gif) no-repeat bottom right;
}

.roundedcornr_top_618444 div, .roundedcornr_top_618444,
.roundedcornr_bottom_618444 div, .roundedcornr_bottom_618444 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_618444 { margin: 0 10px; }

/*========================================================
|>|	Having problems? post in the member forums at http://customcms.net
|>|	Or use the "quick help" / "quick bug report" feature on the admincp index
|>|	CCMS by Erik Hillis - CONTACT: erik.hillis AT gmail.com or erik AT customcms.net
|----------------------------------------------------------------------------------------------------->
     _____)                    __    __)             
   /                ,  /)        (, /   /      ,  /)  /)   ,    
   )__     __      (/_         /---/         //  //       _  
  /        / (__(_/(__    )  /    (___(_(/_(/__(_/_)_
 (_____)                  (_/ 

========================================================*/