@import "reset.css";
@import "grid.css";

/* Elements
-----------------------------------------------------------------------------*/
body {
	background:#D3E5F4 none repeat scroll 0 0;
	font-family:'helvetica','arial',sans-serif;
	color:#333333;
	line-height:1;
} 
h1, h2, h3, h4, h5 {
	line-height:15px;
	margin:15px 0;
	font-weight:bold;
}
h1 {
	font-size:25px;
	line-height:27px;
	margin-top:10px;
}   
h2 {
    border-bottom:1px solid #DDDDDD;
	font-size:19px;
	line-height:21px;
	padding-bottom:10px; 
}   
h3 {
    font-size:17px;
	line-height:19px;
	margin-bottom:5px;
    border-bottom:1px dashed #DDDDDD;
}   
h4 {
    font-size:15px;
	line-height:17px; 
}
h5 {
	font-size:14px;
   	font-style:italic;   
}   
p, ul, ol, table, legend, label, input, textarea, select{
   font-size:14px
} 
a {
	color:#0281CF;
	text-decoration:none;
}
a:hover {
	color:#222222;
}

strong {	
	font-weight:bold
}
/* Forms
-----------------------------------------------------------------------------*/
fieldset {
 	padding: 0.5em;
}
legend {
	margin-bottom:0.5em;
	padding:0.1em 0.5em 0.1em 0.5em;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#333;	
}
input, textarea {
    padding: 3px;
    border: 1px solid #7A8C97; 
	margin-bottom:10px;
} 
label {
	font-weight:bold;
	margin-right:10px;
}
input.button {
	background-color:#0281CF;
	color:#FFFFFF;
	border:none;
}
.hidden {
	display:none;	
}
form div.row {
	display:block;
}
/* Tables 
-----------------------------------------------------------------------------*/
table { 
    border-spacing: 0;
    border-collapse: collapse;
}
th {
	text-align: left;
    font-weight: bold;
	padding:5px;
} 
td {
	text-align: left;
    font-weight: normal;
	padding:5px;
} 
/* Toolbox
-----------------------------------------------------------------------------*/
div#toolbox {
	height:32px;
	color:#2E4457;
	margin-top:10px;
}
div#toolbox .container_12 {	
	/*background-color:#7A8C97;*/ 
} 
div#toolbox p{
	font-weight:bold;
	padding-top:7px;
	text-align:right;
	font-size:16px;
}
div#toolbox p{
}
div#toolbox ul{
}
div#toolbox ul li{
	display:inline-block;
	padding:7px 5px;
}
div#toolbox ul li a{
	color:#2E4457;
	text-decoration:underline;
}
/* Header
-----------------------------------------------------------------------------*/
div#header {
	/*height:80px;*/
	/*padding:20px;*/
	background-color:#D3E5F4 ;
}
div#header h1{
	padding:0px;
	margin: 50px 0px 0px -40px;
	font-size:28px;
	line-height:30px;
}
div#header h2{
	padding:0px 0px 10px 0px;
	margin-left:0px;
	margin-top:0px;
	font-size:22px;
	line-height:24px;
}
div#header img{
	padding:0px 0px 20px 0px;
}
/* Navigation
-----------------------------------------------------------------------------*/
#navigation {
	padding:20px;
	background-color:#2E4457;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}
#navigation ul {
	color:#FFFFFF;
	font-size:16px;
}
#navigation ul > li {
	margin:0px;
	padding:0px;
	line-height:16px;
}
#navigation ul li a {
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#navigation ul > li > a:hover {
	background:#7A8C97 none repeat scroll 0 0;
}
#navigation ul > li > a.current {
	background:#7A8C97 none repeat scroll 0 0;
}
#navigation ul > li > ul {
	margin-bottom:-10px;
	margin-top:10px;
}
#navigation ul > li > ul li {
	border-bottom:medium none;
	padding:10px 10px 10px 15px;
}
#navigation ul > li > ul li a {
	display:block;
	font-size:15px;
	font-weight:normal;
	margin:-10px;
	padding:10px 10px 10px 15px;
}
#navigation ul > li > ul li a.sub_selected {
	background:transparent url(/images/img_arrow.png) no-repeat scroll left center;
}
/* Account 
-----------------------------------------------------------------------------*/
div#account {
	padding:20px;	
	background-color:#7A8C97
}
div#account label{
	display:block;
	margin-bottom:5px;
	color:#FFF;
	width:240px;
}
div#account input{
	width:250px;
}
div#account input.button{
	width:auto;
	font-weight:bold;
	margin:1px;
	font-family:'helvetica','arial',sans-serif;
}
div#account form p{
	font-size:14px;
	display:inline-block;
	margin-top:3px;
	margin-left:10px;

}
div#account a{
	color:#FFF;
}
div#account ul {
	color:#FFFFFF;
	font-size:16px;
}
div#account ul > li {
	margin:0px;
	padding:0px;
	line-height:16px;
}
div#account ul li a {
	background:transparent none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	padding:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#account ul > li > a:hover {
	background:#2E4457 none repeat scroll 0 0;
}
div#account ul > li > a.current {
	background:#2E4457 none repeat scroll 0 0;
}
/* Banner
-----------------------------------------------------------------------------*/
div#banner{
	background:#DDD;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
div#banner .grid_4 {}

div#banner .grid_4 h3{
	padding:0px 10px 0px 10px;
	margin-bottom:5px;
	text-align:center;
	color:#0281CF;
}
div#banner .grid_4 img{
	padding:10px;
	margin-bottom:10px;
	background-color:#FFF
}
div#banner .grid_4 p{
	padding:0px 10px 0px 10px;
	margin:0px;
}
/* Content
-----------------------------------------------------------------------------*/
div#content {
	background:#D3E5F4;
}
div#content p {
	line-height:140%;
	font-size:14px;
	margin:15px 0 0 0;
}
div#content .container_12 {
	background:#FFFFFF;
}

/* Main
-----------------------------------------------------------------------------*/
div#main {
	padding-top:0px;
	margin-bottom:40px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
}
div#main p {
	line-height:16px;
	font-size:14px;
	margin:15px 0 0 0;
}

div#main ul {
	margin:15px 0 0 0;
}
div#main li {
	line-height:18px;
	font-size:14px;
	list-style:disc;
}
div#main img {
	background-color:#DAE6F4;
	padding:10px;
	margin-top:10px;
}
div#main .content {
	margin-top:10px;
}
div#main .article {
	margin-bottom:10px;
}
div#main .article h3{
	margin:0px;
}
div#main .article h3 span{
	font-size:14px;
}
div#main .article p.info{
	margin:0px;
	font-size:10px;
	color:#999;
}
div#main .profile {
	background-color:#EEEEEE;
	padding:10px;
	margin-bottom:10px;
}
div#main .profile h3{
	margin-top:0px;
}

div#main .profile p{
	line-height:14px;
}
div#main .profile img{
	float:left;
	margin:0px 10px 0px 0px;
}
div#main .partner {
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom:1px solid #EEEEEE ;
}
div#main .partner .grid_3{
	width:160px
}
div#main .partner img{
	margin-top:0px;
}
div#main .partner p{
	margin-top:5px
}

div#main .planners {
	margin-bottom:20px;
}
div#main .planners .grid_2 {
	width:150px;
}
div#main .planners img{
	padding:5px;
}
div#main .planners p{
	margin:0px;
	text-align:center
}
div#main .planners h4, div#main .planners h5 {
	margin-bottom:0px;
	text-align:center;
	font-style:normal;
}
div#left {
	background-color:#D3E5F4 ;	
}


div#main .topic h2 span, div#main .topic h3 span, div#main div#my_account h2 span,  div#my_account .topic h3 span{
	font-size:14px;
	float:right
}
div#main .category h1 span{
	font-size:12px;
	float:right;
	margin-left:10px;
}
div#main .category h1 span img{
	margin:0;
	padding:0;
	background-color:#FFF;
	vertical-align:text-top;
}
div#main .topic img{
	margin-top:0px;
}
 div#main .topic p.tags{
	font-size:12px;
}
div#main .topic p.comments {
font-size:12px;
	float:right	
}

div#main div.errors {
	font-size:12px;
	background-color:#FFF6A9;
	margin-top:0px;
	padding:0px 10px 0px 10px;
	margin-bottom:10px;

}
div#main div.errors ul{
	font-size:12px;
	background-color:#FFF6A9;
	margin-top:0px;
	padding:10px;
	margin-bottom:10px;

}
div#main ul.errors li{
	margin-left:20px;
}

div#main div.expires p{
	background-color:#FFF6A9;
	margin:0;
	margin-bottom:10px;
	padding:5px;
}
div#main p.options {
	background-color:#DAE6F4;
	margin:0;
	padding:10px;
	text-align:center;
}
div#main p.options img{
	background-color:#DAE6F4;
	vertical-align:text-top;
	margin:0;
	margin-right:5px;
	padding:0;
}
div#main div.images{
	text-align:center;
	background-color:#DAE6F4;
}
div#main div.cloud span{
	margin:10px;
	float:left;
}
div#main div.cloud span.smallest{
	font-size:x-small;
}
div#main div.cloud span.small{
	font-size:small;
}
div#main div.cloud span.medium{
	font-size:medium
}
div#main div.cloud span.large{
	font-size:large;
}
div#main div.cloud span.largest{
	font-size:x-large;
}

div#main ol.terms{
	list-style-type:decimal;
	margin-left:30px;
	margin-top:10px;
}
div#main ol.terms li{
	
	list-style-type:decimal;
}
div#main div.breadcrumb ul li
{	
	list-style-type:none;
	float:left;
	margin-right:5px;
}
/* Footer
-----------------------------------------------------------------------------*/
div#footer {
	background-color:#D3E5F4;
	font-size:12px;
}
div#footer .container_12 {
	background-color:#DDD;
}
div#footer h6{
	padding:20px 0px 10px 10px;
	font-size:16px;
	font-weight:bold;
	color:#2E4457;
}
div#footer p{
	padding:0px 0px 10px 10px;
	font-size:14px;
}

/* Sitemap
-----------------------------------------------------------------------------*/
div#sitemap ul {
	margin-left:10px;
}
div#sitemap ul li{
	font-size:14px;
	margin:2px;
}
div#sitemap ul li a{
	padding:2px;
}
div#sitemap ul li > a:hover {
	background:#2E4457 none repeat scroll 0 0;
}
/* Copyright
-----------------------------------------------------------------------------*/
div#copyright p {
	font-size:12px;
	margin-top:5px;
	padding:5px 0px 5px 10px;
	color:#666;
	text-align:right;
}
/* Login
-----------------------------------------------------------------------------*/

div#login, div#register, div.edit{
	padding:15px;	
	background:#DDD;
}
div#login label, div#register label, div.edit label{
	display:block;
	margin-bottom:5px;
	width:240px;
}
div#login input, div#register input, div.edit input{
	width:250px;
}
div#login input.button, div#register input.button, div.edit input.button{
	width:auto;
	font-weight:bold;
	margin:1px;
	font-family:'helvetica','arial',sans-serif;
}
div#login form p, div#register p, div.edit p{
	font-size:14px;
	display:inline-block;
	margin-top:3px;
	margin-left:10px;

}
div.edit input[type=checkbox]{
	width:auto;
}/* Forgotten
-----------------------------------------------------------------------------*/

div#forgotten {
	margin-top:20px;
	padding:15px;	
	background:#DDD;
}
div#forgotten label{
	display:block;
	margin-bottom:5px;
	width:240px;
}
div#forgotten input{
	width:250px;
}
div#forgotten input.button{
	width:auto;
	font-weight:bold;
	margin:1px;
	font-family:'helvetica','arial',sans-serif;
}
div#forgotten form p{
	font-size:14px;
	display:inline-block;
	margin-top:3px;
	margin-left:10px;

}
/* Topic/Categories
-----------------------------------------------------------------------------*/
div#main div.topic h1 {
	margin-bottom:5px;
}
div#main div.topic h1 span.edit, div#main div.category h1 span.edit{
	font-size:12px;
	float:right;
}
div#main div.topic .details span.authors {
	font-size:14px;
}
div#main div.topic .details span.date {
	font-size:12px;
}
div#main div.topic .details span.tags {
	font-size:12px;
}
div#main div.topic p.description {
	font-size:16px;
	line-hieght:20px;
	margin:10px 0 10px 0;
}
div#main div.subcategory h2 {
	margin-bottom:5px;
	padding-bottom:5px;
}
div#main div.subcategory h4 {
	margin-bottom:5px;
}
div#main div.subcategory p.description {
	font-size:12px;
	margin-top:5px;
}
/* Misc
-----------------------------------------------------------------------------*/
p.error {
	color:#C00;	
}
p.complete {
	text-transform:uppercase;
	color:#FFF;
	background-color:#B4D56F;
	display:inline-block;
	padding:0.1em 0.5em 0.1em 0.5em;
	font-weight:bold;
	margin-bottom:0.5em;
}
body div.clear {
	clear:both;
	font-size:0 !important;
	height:0 !important;
	line-height:0 !important;
	margin:0 !important;
	padding:0 !important;
	visibility:hidden;
}

/* Fancy Box
-----------------------------------------------------------------------------*/
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/public/themes/normal/images/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/public/themes/normal/images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/public/themes/normal/images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/public/themes/normal/images/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('/public/themes/normal/images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/public/themes/normal/images/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/public/themes/normal/images/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/public/themes/normal/images/fancy_title_right.png') repeat-x;
}
