/* CSS Document */

body {
	margin: 0; padding: 0;
	/* background: #98B22F url(../images/bg_body.gif) repeat top left; */
	background: #B4B9BB;

	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	
	text-align: center;
}

h1 {
	color: #143D55;
	font-size: 18px;
	
	line-height: 1.3em;
	
	margin: 0px 0px 20px 0px;
}

h2 {
	color: #A8C145;
	
	font-size: 18px;
	margin: 0px 0px 20px 0px;
}


p { margin: 0px; padding: 0px 0px 10px 0px; }

.callout { padding: 15px; background: #FFF; border: 1px solid #A8C145; }

.message { padding: .5em; margin-bottom: 1em; font-weight: bold; background: #FFF; color: #A8C145; border: 1px solid #EEE;}
.message strong { color: #FF0000; }

a:hover { background: #FFFFAA; }

#page {
	background: #FFF url(../images/bg_page.gif) repeat-x top left
}

#container {
	width: 815px;
	
	text-align: center;
}

#header {
	background: #143D55 url(../images/bg_header.gif) bottom left no-repeat;
	width: 815px;
	height:110px;
		
	text-align: left;
}

/*#menu {
	float: right;
	width: 450px;
	margin-right: 10px;
	
	text-align: right;
}*/


#menu_left ul {
	float: right;
	margin: 0; padding: 0px;
	list-style-type: none;
}

#menu_left li {
	float: left;	
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
}

#menu_left li a {
	float: left;
	display: block;
	
	background-color: #3E7493;
	padding: 15px 15px 15px 15px;

	color: #FFF;
	text-decoration: none;
	
	font-weight: bold;
}

#menu_left li a:hover { color: #000; }
#menu_left li a.selected { text-decoration: underline; }

.firstmenuitem { background: url(/images/bg_menuleft_left.gif) no-repeat bottom left; padding-left: 14px !important; }
.lastmenuitem { background: url(/images/bg_menuleft_right.gif) no-repeat bottom right; padding-right: 14px !important; }

#menu_right {
	float: left;
}

#menu_right ul {
	margin: 0px; padding: 0px;
	list-style-type: none;
}

#menu_right li {
	float: left;	
	margin: 0px;
	padding: 0px;
	
	background: url(../images/bg_menuright_left.gif) no-repeat bottom left; padding-left: 14px;
	
	font-size: 12px;	
}

#menu_right li a {
	float: left;
	display: block;
	
	background-color: #A8C145;
	background-image: url(../images/bg_menuright_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 15px 20px 15px 6px;

	color: #143D55;
	text-decoration: none;
	
	font-weight: bold;
}

#menu_right li a:hover { color: #FFFFFF; }
#menu_right li a.selected { text-decoration: underline; }

#main {
	text-align: left;
	padding: 15px 15px 40px 15px;
}

#signup {
	float: right;
	
	width: 345px;
	
	background-color: #FFF;
	border: 1px solid #A8C145;
	
	padding: 15px;
	
	text-align: left;
}

#contact {
	float: right;	
	width: 400px;
	
	background-color: #FFF;
	border: 1px solid #A8C145;
	
	padding: 15px;
	
	text-align: left;
}

#homeright {
	float: right;
	width: 322px;
	text-align: center;
	margin: 0px 0px 0px 20px;
}

#homeright img { background: #FFFFFF; padding: 10px; border: 1px solid #A8C145; margin: 0px; }

.animation_title {
	width: 312px;
	
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	
	padding: 8px 5px 8px 5px;
	margin: 0px;
	background: #3E7493 url(../images/bg_animation_title.gif) bottom left no-repeat;
	text-align: center;
}

.animation_title a:link, .animation_title a:visited {
	background: none;
	text-decoration: none;
	color: #FFF;
}

.animation_title a:hover {
	text-decoration: underline;
	color: #DDD;
}

#signup td, #contact td {
	padding-bottom: 15px;
}

#signup form, #contact form {
	color: #333;
}

#signup input, #contact input {
	border: 1px solid #666;
	padding: 3px;
}

#signup .button:hover, #contact .button:hover {
	background: #FFFFAA;
	border-color: #AAA;
	cursor: pointer;
}

#welcome {
	float: left;

	text-align: left;
	
	width: 408px;
}

#welcome ul {
	margin: 0px 30px 0px 20px; padding: 0px;
}

#welcome li {
	color: #333;
	font-size: 14px;
	line-height: 1.2em;
	
	margin-bottom: 15px;
	
	list-style-image: url(../images/bullet_checkmark.gif);
}

/*-------------------------------
	Search Stuff
--------------------------------*/
#searchresults, #searchresults ul {margin: 0; padding: 0}
#searchresults li.cynocastcategory {margin: 0; padding: 5px 0px 15px 5px; list-style-type: none }
.cynocastcategory strong a { font-size:150%; color:black; text-decoration: none;}
.cynocastcategory strong a:hover { color:gray; text-decoration: none;}
#searchresults li.cynocastlist {margin: 0; padding: 5px 0px 5px 30px; list-style-type: none; background: url(/images/page_white_c.png) no-repeat 5px 6px;}
#searchresults li.locked {background: url(/images/lock.png) no-repeat 5px 6px;}


#lockform {margin-top: 2em; margin-bottom: 2em; text-align: center; font-size: 14px; vertical-align: middle;}
#lockform h1 {font-size: 14px;}
#lockform input {vertical-align: middle;}

#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x; 
	background-position: 0px 15px;

	text-align: center;
}

#footerinner {
	width: 785px;
	background: #143D55 url(../images/bg_footerinner.gif) top left no-repeat;
	text-align: left;
	
	color: #FFF;
	
	padding: 5px 15px 15px 15px;
}

#footerinner h3 {
	margin: 0px 0px 10px 0px; padding: 0px;
}


.popular_cynocast {
	background-color: #CBDA90;
	padding: 4px 4px 0px 4px;
}

.popular_cynocast img {
	border-color: #999999;
}

.popular_cynocast .title {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.popular_cynocast .launch {
	padding: 5px 0px 5px 0px;
}

.footerbase {
	width: 815px;
	padding: 15px 0px 15px 0px;
	color: #333;
	font-size: 12px;
	
	text-align: center;
}

.footerbase a:link, .footerbase a:visited {
	color: #000;
	font-weight: bold;
}

.footerbase a:hover {
	color: #FFF;
	text-decoration: none;
	background: none;
}

/*-------------------------
	Admin
--------------------------*/
#admin { font-size: .8em; }

#admin h1, #admin h2, #admin h3 {margin-bottom: 0; }

#admin table {margin-top: 5px;}
#admin table thead td { background-color: #CCC; }
#admin table tbody td { background-color: #F3F3F3; }

div.section { margin-bottom: 1em; padding: 5px; }
div.section h2 { margin-top: 0; margin-bottom: 5px; }
div.section h2 small { font-size: .6em; }
div.section_controls { float: right; text-align: right; }

#scriptcontrols { margin-top: 6px; }
#scriptcontrols input { width: 125px; }
#frmMenu input { width: 100px; }
input.normal { width: auto !important; }
input.tall { height: 3em; }


/*-------------------------
	Misc
--------------------------*/

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.nb { border: none !important; }


.greybox {
	border: 1px solid #BBB;
	padding: 10px;
	margin-bottom: 15px;
}

.button_search {
	font-size: 10px;
	padding: 2px 0px 2px 0px;
	
	cursor: pointer;
}

.lite {
	color: #999;
}

.notop {margin-top: 0 !important;}
.nobottom {margin-bottom: 0 !important;}

.green {color: #A8C145 !important;}

.divider { border: 1px dashed #EEE; margin: 2em 0 1em 0;}
