﻿body { color: #333; font-size: 11px;
       background: #F2F5FE url(/content/images/bg.gif) 0 0 repeat-x; }

/* Links */
a { color: #444; font-weight:bold; }
a:hover { color:#0F204F; text-decoration: underline; }

/* General message styles */
.message { border: 1px solid #CCC; margin: 5px; background-color: #E8EFFB; padding: 0; }
.message h3 { padding: .2em; margin: 0; background: none !important; border: 0 !important; font-size: medium !important; }
.message p { line-height: normal; padding: .5em; margin: 0; }
.message .success { padding: .5em; margin: 0; background: url(/content/images/accept.png) no-repeat 5px 7px; padding-left: 30px; }
.message .info { padding: .5em; margin: 0; background: url(/content/images/information.png) no-repeat 5px 7px; padding-left: 30px; }
.message .attention { padding: .5em; margin: 0; background: url(/content/images/error.png) no-repeat 5px 7px; padding-left: 30px; color: #F90; font-weight: bolder; }
.message .error { border-style: none; padding: .5em; margin: 0; background: url(/content/images/exclamation.png) no-repeat 5px 7px; padding-left: 30px; color: #C33; font-weight: bolder;}
.message .msgclose { float: right; padding: 5px; }
.middle-msg { margin-bottom: 0; margin-top: 0; }

/* Backgrounds */
.container_12,
.container_16 { background:#fff; }

h1#branding { background: url(/content/images/h1-bg.png); color: #CCC; }
h1#branding a { color: #DDD; }

/* Page Heading */
h2#page-heading { border-bottom: 1px solid #ccc; }
h2.border { border-bottom: 2px solid #0F204F; }

/* boxes */
.box { background: #D1DFEF; border: 1px solid #69c; }
.box h2 { color:#fff; background:#69C; }

.box h2 a,
.box h2 a.visible { color:#fff; background:#69C url("../img/switch_minus.gif") 97% 50% no-repeat; }

.box h2 a.hidden,
.box h2 a.hidden:hover { background-image: url("../img/switch_plus.gif"); }
.box h2 a:hover { background-color:#111; }

/* paragraphs, quotes and lists. */
blockquote { border-left:4px solid #ccc; }

/* menus */
/* menus
----------------------------------------------- */
ul.menu {
	border-top:1px solid #bbb;
}
ul.menu li a {
	border-bottom:1px solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}

/* section menus
----------------------------------------------- */
ul.section li a { background:#bbb; }
ul.section li a:hover { background:#aaa; }
ul.section li a:active { color:#fff; background:#666; }
ul.section li li a { background:#D1DFEF; border-bottom:1px solid #eee; }
ul.section li li a:hover { background:#ccc; }
ul.section li li a:active { color:#000; background:#fff; }
ul.section ul.current li a { background:#eee; border-bottom:1px solid #fff; }
ul.section ul.current li a:hover { background:#D1DFEF; }
ul.section ul.current li a:active { background:#fff; }
ul.section li a.current { color:#fff; background:#666; }
ul.section li a.current:hover { background:#D1DFEF; }
ul.section li a.current:active { background:#444; }
ul.section li a.active { background:#fff; }
ul.section li.current > a.active,
ul.section li.current > a.active:hover { color:#fff; background:#666; }

/* table
----------------------------------------------- */
table {	border:1px solid #6699CC; }
thead th { border-bottom:2px solid #888; background:#6699CC; color: #fff; }
thead th.table-head { color: #FFF; background:#D1DFEF; border:1px solid #D1DFEF; }
tbody th,
tbody td { border-top:1px solid #6699CC; border-bottom:1px solid #6699CC; background:#D1DFEF; }
tbody tr.odd th,
tbody tr.odd td { background:#EFF7FF; }
tfoot th,
tfoot td { border-top:2px solid #666; background:#D1DFEF; }
tfoot tr.total th,
tfoot tr.total td { border-top:6px double #666; }

/* forms
----------------------------------------------- */
fieldset { border:1px solid #bbb; background:#DFF3FF; }
legend { background:#fff; border:1px solid #bbb; }

/* articles
----------------------------------------------- */
.article { border-top:1px solid #666; }
.box .article { border-top:3px solid #fff; }
.article h2 { color:#333; background:transparent; }
.article a.image { border:1px solid #bbb; background:#fff; }
.article a.image:hover { border:1px solid #666; }
.article p.meta { color:#666; border-top:1px dotted #999; border-bottom:1px dotted #999; }
.article img { border: 1px solid #CCC; padding: 1px; margin-right: 1em; float: left; }
/* site information
----------------------------------------------- */
#site_info .box { color:#333; background:#D1DFEF; }
#site_info a { color:#333; }
#site_info a:hover { color:#666; }


/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav { background:#0F204F; font-size: small; }
ul.nav li a { color:#fff; background:#0F204F; }
ul.nav li ul li a { color:#0F204F; }

ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:#000; background:#ccc;}
ul.nav li a:active {color:#0F204F; background:#fff;}
ul.nav li ul,
ul.nav li {background:#ccc !important}
ul.nav li:hover ul li a {color:#444;}
ul.nav li:hover ul li a:hover {color:#000; background:#fff;}
ul.nav li:hover ul li a:active {color:#0F204F; background:#fff;}

ul.nav li.current a {color:#0F204F; background:#fff; }
ul.nav li.current ul,
ul.nav li.current {background:#ccc !important}
ul.nav li.current ul li a {color:#444; background:#ccc;}
ul.nav li.current ul li a:hover {color:#000; background:#fff;}
ul.nav li ul li.current a,
ul.nav li ul li.current a:hover,
ul.nav li.current:hover ul li a:active {color:#0F204F; background:#fff;}


/* navigation (vertical subnavigation)
----------------------------------------------- */
ul.nav { background:#0F204F; }
ul.main li a { color:#fff; background:#0F204F; }
ul.main li ul li a { color:#fff; border-top:1px solid #444; background:#444; }
ul.main li a:focus {color:#fff; background: #0F204F;}
ul.main li ul li a:hover { color:#000; background:#D1DFEF; }
ul.main li:hover a { color:#000; background:#D1DFEF; }
ul.main li:hover ul li a {color:#fff;}
ul.main li:hover ul li a:hover {color:#000; background:#D1DFEF;}
ul.main li:hover a:active {color:#999; background:#D1DFEF;}
ul.main li:hover ul li a:active {color:#999; background:#D1DFEF;}

/* subscribe options */
    div#email { background: url(/content/images/email-28x28.png) no-repeat 0 0; }
    a#rss { background: url(/content/images/feed-icon-28x28.png) no-repeat 0 0; }
    a#twitter { background: url(/content/images/twitter.png) no-repeat 0 0; }    

/* comments */
ol#comment-list li { border: 1px solid #CCC; }
ol#comment-list li .left-col span { color: #444; }
ol#comment-list li .right-col { border-left: 1px dotted #CCC; }

/* sponsors */
ul#sponsors li img { border: 1px solid #CCC; }

ol#reviews { }
ol#reviews li { border: 1px solid #CCC; margin-top: 2em; margin-bottom: 2em; }
ol#reviews li div.heading { clear: both; background: url(/content/images/h1-bg.png) repeat-x; 
                            padding: .5em 1em; }
ol#reviews li div.heading span.left { width: 50%; float: left; text-align: left; font-size: 1.5em;
                                      font-weight: bold; }
ol#reviews li div.heading span.right { width: 50%; float: right; text-align: right; }
ol#reviews li div.details { padding: 10px; }
ol#reviews li div.details p { clear: both; display: block; padding: 10px 0; }
ol#reviews li div.details p label { float: left; font-weight: bold; text-align: right; 
                                    display: block; width: 25%; margin-right: 1em; }
ol#reviews li div.details p span { float: right; display: block; text-align: left; width: 72%; }


/* Latest Reviews */
ul#latest-reviews { list-style: none; }
ul#latest-reviews li { border: 1px solid #CCC; margin: 1.5em 0; padding: 1em; 
                       background: url(/content/images/review-bg.png) repeat-x; }
ul#latest-reviews li img { float: left; padding: 1px; border: 1px solid #CCC; margin-right: 1em; }
ul#latest-reviews li div.review-left { width: 20%; float: left; }
ul#latest-reviews li div.review-right { width: 80%; float: right; }
div.review-right p { margin: 0; }
div.review-right p span { padding: 0; margin: 0; }
div.review-right div label { font-weight: bold; width: 2em; display: block; padding-top: 1em; }
div.review-right div span { padding-left: 1em; padding-bottom: 1em; }

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	float: left;
	position: relative;
	z-index: 1;
	/* border-right: 1px solid #d3d3d3; */
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; 
	text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #E2E6EC;
	border-right: none;
}
.ui-tabs-nav li:last-child { border-right: 1px solid #E2E6EC; }

.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #555555;
	background: #E8EBF0 url(/content/images/E8EBF0_40x100_glass.png) 0 50% repeat-x;
	/* background: #e6e6e6 url(/content/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x; */
}
.ui-tabs-nav li a:hover {
	background: #E2E6EC url(/content/images/E2E6EC_40x100_glass.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
	z-index: 999;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(/content/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff url(/content/images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	color: #222222;
	padding: 1.5em 1.7em;	
	font-size: 1.1em;
	z-index: 5;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* Article tools */
	#tools * { margin: 0; padding: 0; }
	#tools { background: #DFFAFF; border: 1px solid #CCC; font-size: 95%; font-family: Verdana; 
	         padding: 10px; margin-bottom: 2em; }
	#tools p { font-weight: bold; margin-bottom: 1em; }
	
	/* If horizontal, uncomment. */
	/*
	*/
	#tools p { display: inline; margin-right: 1em; }
	#tools ul { display: inline; }
	#tools ul li { display: inline-block; margin-right: 1em; line-height: 16px; vertical-align: center; }
	#tools ul li a.icon { padding-left: 20px; }
	
	/* if vertical, uncomment */
	/*
	#tools ul { margin-left: 10px; }
	#tools ul li { display: block; line-height: 16px; vertical-align: center; 
	               list-style: none; margin-bottom: .5em; }
	#tools ul li:last-child { margin-bottom: 0; }
	#tools ul li a.icon { padding-left: 25px; }
	*/


	#tools ul li a { text-decoration: none; display: inline-block; }
	#tools ul li a:hover { text-decoration: underline; }

	#tools ul li a.printer { background: url(/content/images/printer.gif) no-repeat; }
	#tools ul li a.email { background: url(/content/images/email.png) no-repeat; }
	#tools ul li a.share { background: url(/content/images/share.png) no-repeat; }
	#tools ul li a.comment { background: url(/content/images/comment.png) no-repeat; }
	#tools ul li a.rss { background: url(/content/images/rss.png) no-repeat; }
