/*
Cosmopolitian Chamber of Commerce
*/

/* default elements */
* {margin: 0; padding: 0;}

body {
	color: #222;
	padding: 0px;
	background-color: #eef2f3;
	background-image: url(http://cosmococ.org/shared/bg_1024.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

a {
	color: #46688c;
}
a:visited {

	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}

big {
	font-size: 1.1em;
}

h1,h2,h3 {
	padding: 8px 0 2px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #2e3192;
	padding-bottom: 14px;
}
h1 a {
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #667381;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #667381;
}

blockquote {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6B8398;
	border-bottom-color: #6B8398;
	padding: 10px;
	color: #999999;
}

form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}
ol {padding: 0 2em 1.2em;}

#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li 
{
padding-left: 14px;
background-image: url(http://cosmococ.org/shared/bullet_002.gif);
background-repeat: no-repeat;
background-position: 0 0.5em;
}


/* structure */
#wrapper {
	width: 757px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 757px;
	background-color: #fff;
}

/* header */

#title {
	height: 112px;
	background-color: #bfd1e2;
	background-image: url(http://cosmococ.org/shared/title_bg.jpg);
	background-repeat: repeat-x;
}
#title h1 {
	color: #31328F;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-size: 1.4em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#logo {
	margin:0; padding:0;
	position:relative;
	width: 418px; height: 112px;
	overflow:hidden;
}

#logo span {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width: 418px;
	height:112px;
	margin:0;
	padding:0;
	background-image: url(http://cosmococ.org/shared/cosmo_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.titleright {
	width: 33%;
	text-align: right;
	float: right;
	padding-right: 50px;
	padding-top: 20px;
}

#search {
	float: right;
	padding-top: 10px;
	width: 300px;
	padding-right: 10px;
	height: 10px;
	text-align: right;
	clear: both;
}

.tools {
	font-size: 11px;
	color: #2e3192;
}

.tools a {
	text-decoration: none;
	color: #2e3192;
}

.tools a:visited {
	text-decoration: none;
	color: #2e3192;
}

.tools a:hover {
	text-decoration: underline;
	color: #222;
}

#textsize li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	padding-right: 6px;
}

#mysubmit {
	background-color: #eee;
	font-size: 11px;
	padding: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* splash */
#header {
	height: 207px;
	color: #fff;
	background-color: #667381;
	background-image: url(http://cosmococ.org/shared/header_bg2.jpg);
	background-repeat: repeat-x;
}

#header .image {
	float: left;
	width: 418px;
	height: 207px;
}

#header .content {
	float: right;
	width: 339px;
	padding: 0px;
}

.text1 {
	font-size: 22px;
	color: #c5d5e4;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5E3EE;
	background-image: url(http://cosmococ.org/shared/header_bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.text2 {
	font-size: 16px;
	color: #c5d5e4;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 30px;
	padding-left: 16px;
}

.text3 {
	font-size: 12px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 16px;
	padding-right: 10px;
}
.text4 {
	font-size: 22px;
	color: #c5d5e4;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 70px;
	padding-left: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5E3EE;
	padding-bottom: 4px;
}
/* navigation */
.navigation {
	height: 40px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #c18e51;
	background-color: #f9af56;
	background-image: url(http://cosmococ.org/shared/nav.jpg);
	background-repeat: repeat-x;
}

.navigation a {
	background: #FFF url(http://cosmococ.org/shared/nav.jpg) repeat-x;
	color: #444;
	float: left;
	padding: 0 14px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2D0C0;
	text-transform: capitalize;
}

.navigation a:hover,.navigation a.active {
	background-position: left bottom;
	color: #fff;
	text-decoration: none;
}
.navigation a:visited {
	text-decoration: none;
}

/* main */
.main#two-columns {
	background-color: #fff;
	background-image: url(http://cosmococ.org/shared/two-columns.gif);
	background-repeat: repeat-y;
	clear: both;
	padding-bottom: 0px;
	/*/*/font-size: 100%; /* */
}

.main#text{	
	/*/*/font-size: 100%; /* */
}


/* bottom */
.bottom {
	color: #444;
	background-color: #fff;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
.bottom .left,.bottom .right {width: 49%;}

/* footer */
.footer {
	color: #fff;
	padding: 10px;
	background-color: #6b8398;
	background-image: url(http://cosmococ.org/shared/bg_footer1.gif);
	background-repeat: repeat-x;
	height: 64px;
	background-position: top;
	font-size: 11px;
}

.footer .footerwidth {
	width: 757px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.footerleft {
	width: 490px;
	padding-left: 14px;
	float: left;
}

.footerright {
	width: 200px;
	text-align: right;
	padding-right: 10px;
	float: right;
}

.footer a {
	text-decoration: none;
	color: #fff;
}

.footer a:visited {
	text-decoration: none;
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
	color: #fff;
}

/* lower */
.lower {
	color: #575757;
	padding: 10px;
	background-image: url(http://cosmococ.org/shared/bg_lower.jpg);
	background-repeat: repeat-x;
	height: 53px;
	background-position: top;
	font-size: 11px;
	text-align: center;
	background-color: #eef2f3;
}

.lower .lowerwidth {
	width: 757px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.lowerleft {
	width: 490px;
	padding-left: 14px;
	float: left;
}

.lowerright {
	width: 200px;
	text-align: right;
	padding-right: 10px;
	float: right;
}

.lower a {
	text-decoration: none;
	color: #575757;
}

.lower a:hover {
	text-decoration: underline;
	background-color: #fff;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}

.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {
	width: 530px;
	background-color: #fff;
}
.col2 .right .content {
	background-color: #d5e3ee;
}

.col2 .right {
	width: 215px;
}

.content {
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 14px;
}
.left {
	float: left;
}

.right {
	float: right;
}

.right .content {
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.right .content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #667381;
	background-image: url(http://cosmococ.org/shared/bullet_001.gif);
	background-repeat: no-repeat;
}

/* block list */
ul.block {
	margin: 4px 0;
	padding: 0;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}

.block li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.block li a,.block li em {
	color: #553;
	display: block;
}

.block li em {
	font-size: 0.9em;
	font-style: normal;
}

.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}

.block li a span {
	font-weight: bold;
}

.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #fff;}
.right .block li a:hover {background: #c0d2e2;}

.right a:hover,.right a.active {
	background-color: #c0d2e2;
	font-weight: bold;
}

.right a:visited {
	text-decoration: none;
}

#side1 {
	width: 359px;
	float: left;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#side2 {
	width: 338px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ccc;
	float: right;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#side3 {
	width: 240px;
	float: left;
	background-color: #fff;
	padding-right: 6px;
	padding-top: 6px;
}

#side4 {
	width: 240px;
	background-color: #fff;
	float: right;
	padding-left: 10px;
	padding-top: 6px;
}

.side {
	clear: both;
	float: left;
	padding-right: 10px;
	padding-top: 4px;
}

.photoleft {
	clear: both;
	float: left;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.photoright {
	clear: both;
	float: right;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
}

/* Tabs 2*/
.shadetabs2{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
}

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

.shadetabs2 li a{
	text-decoration: none;
	border: 1px solid #fff;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-right: 3px;
	font-weight: bold;
}


.shadetabs2 li a:hover{
	text-decoration: underline;
}



.shadetabs2 li.selected a{ /*selected main tab style */
	border-bottom-color: #fff;
}

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

.tabcontentstyle2{ /*style of tab content oontainer*/
	border: 1px #fff;
	width: 470px;
	margin-bottom: 1em;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.tabcontent2{
	display:none;
}

@media print {
.tabcontent2 {
display:block!important;
}
}
#tabs2 {
	padding-right: 6px;
	padding-left: 6px;
}

/* Form styles */
div.form-container {
	background-color: #FFF;
	margin-right: 6px;
	margin-left: 6px;
	padding-right: 5px;
	padding-left: 5px;
}

.legend { margin-bottom: 1em; }
.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #444; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 130px; display: block; float: left; text-align: left; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 10px; }
div.form-container div.buttonrow { margin-left: 180px; }

/* calendar */

table#cal {
    background-color:#fff;
    width: 470px;

}

table#cal td {
    padding: 6px;

}

.data {
	text-align: left;
	background-color: #fff;
}

.toprow {
	text-align: center;
	background-color: #d5e3ee;
	font-weight: bold;
	font-size: 13px;
}

.secondrow {
	text-align: center;
	background-color: #c0d2e2;
	font-weight: bold;
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 4px;
}

.thirdrow {
	background-color: #fff;
}

.fourthrow {
	text-align: left;
	background-color: #d5e3ee;
	font-weight: bold;
	font-size: 13px;
}

.colleft {
    font-weight: normal;
    text-align: left;
    width: 235px;
    background-color: #fff;

}

.colright {
    font-weight: normal;
    text-align: right;
    width: 235px;
    background-color: #fff;

}

.currentdate {
	font-weight: bold;
	text-align: right;
	width: 235px;
	color: #cc0000;
}

.days {
	font-weight: bold;
	text-align: center;
	background-color: #eee;
}

/* newsfeed */
.labelfield{ /*CSS for label field in general*/
color: #6699cc;
font-size: 10px;
}

.datefield{ /*CSS for date field in general*/
color: gray;
font-size: 10px;
}

#newsfeed div{ /*CSS specific to demo 2*/
margin-bottom: 5px;
}

#newsfeed div a{ /*CSS specific to demo 2*/
	font-size: 11px;
}

code{ /*CSS for insructions*/
color: #6699cc;
}

/*Scrollbox*/

.scrollbox {
	overflow: auto;
	border: none;
	width: 300px;
	padding-right: 4px;
	font-size: 11px;

}
