body {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 76%;
	color: #333333;
	background-color: #F2F2F2;
}

.red {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1em;
	color: #FF0000;
	background-color: #F2F2F2;
}


.sometext {
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #F2F2F2;
}

#wrapper {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 1.2em;
	color: #666666;
	margin-right: 10px;
}

h2 {
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #2E8AA9;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	color: #2E8AA9;
}

a:link {
	color: #2E8AA9;
	text-decoration: none;
}
a:visited {
	color: #2E8AA9;
	text-decoration: none;
}
a:hover {
	color: #8ACADF;
	text-decoration: none;
}

#logo {
	float: left;
}

.smalltext {
	font-size: 11px;
}

.mediumtext {font-size: 1.2em}

.largetext {
	font-size: 1.5em;
	font-weight: normal;
	color: #666666;
}

/*navigation for homepage topright */

#navigation {
	display: inline;
	width: 380px;
}

#mainnav ul { margin:0; padding:0; }

#mainnav li {
	margin:0;
	padding:0;
	list-style-type: none;
}

#mainnav {
	width:380px;
	text-align:left;
	vertical-align:top;
	margin: 0;
	padding: 0;
}

#mainnav li a {
	color:#2E8AA9;
	text-decoration:none;
	width:160px;
	display:block;
	margin:0;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#mainnav li a:hover {
	color: #8ACADF;
}

#mainnav li a.active { font-weight:bold;  }

/* end of navigation for homepage topright */

#hpgraphic {
	width: 976px;
	height: 130px;
	background-image: url(images/blueswishbg.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-align: right;
}

#titles {
	width: 976px;
	height: 40px;
	text-align: right;
	padding-top: 10px;
}


/*navigation for horizontal menu bar  */

td.topnavbar {
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2E8AA9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E8AA9;
	padding-bottom: 3px;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
}


/*homepage text areas  */

#hpmain {
	display: inline;
	float: left;
	width: 600px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2E8AA9;
}


#hpsecondary {
	display: inline;
	width: 300px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}



/*navigation for sector modules */

#modulenav {
	text-align:left;
	vertical-align:top;
	padding: 0;
	width: 750px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 60px;
}

#modulenav ul { margin:0; padding:0; }

#modulenav li {
	margin:0;
	padding:0;
	list-style-type: none;
}

#modulenav li a {
	color:#2E8AA9;
	text-decoration:none;
	width:200px;
	display:block;
	margin:0;
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#modulenav li a:hover {
	color: #8ACADF;
}

#modulenav li a.active { font-weight:bold;  }


#faq a:link {
	color: #2E8AA9;
	text-decoration: underline;
}

#faq a:visited {
	color: #2E8AA9;
	text-decoration: underline;
}

#faq a:hover {
	color: #8ACADF;
	text-decoration: none;
}

.screenshot {
	float: right;
}

#footergraphic {
	width: 976px;
	clear: both;
	height: 140px;
	background-image: url(images/blueswish2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

td.topnavbar a {
	text-transform: uppercase;
}

td.topnavbar table {
  margin-left: auto;
}

div#messages {
	position: absolute;
	top: 0px;
	right: 15px;
}

#messages>div {
	border: 1px solid;
	padding: 5px 10px;
}

#messages div.success {
	border: 1px solid #0C0;
	background-color: #EFE;
}

#messages div.error {
	border: 1px solid #C00;
	background-color: #FEE;
}

#downloads th,
#downloads td {
	text-align: left;
	vertical-align: top;
}

#downloads th.category {
	color: #2E8AA9;
	padding: 5px 1px;
	font-size: 120%;
	border-bottom: 2px solid #999;
}

form {
	clear: both;
}

form p {
	clear: both;
}

form div.hidden {
	clear: both;
}

form p label {
	display: block;
	float: left;
	padding-top: 2px;
	width: 150px;
}
form p.textarea label {
	float: none;
}
form p.inline label {
	display: inline;
	float: none;
	padding-top: auto;
	width: auto;
}

p.error,
form div.form_error {
	color: #F00;
}

form span.group-elements {
	display: block;
	float: left;
}

form span.group-elements label {
	display: inline;
	float: none;
}

form span.group-elements span.checkbox {
	display: block;
	clear: both;
}

table.entry-list {
	border-collapse: collapse;
}

table.entry-list th {
	border: 1px solid #2E8AA9;
	background-color: #2E8AA9;
	color: #FFF;
	padding: 1px 4px;
}

table.entry-list td {
	border: 1px solid #2E8AA9;
	padding: 1px 4px;
}

table.entry-list tr.alt td {
	background-color: #E2F2F7;
}

ul#categories-sortable,
ul#categories-sortable li, 
ul#categories-sortable ul {
	margin: 0;
	padding: 0;
}

ul#categories-sortable li {
	list-style-type: none;
	margin-left: 20px;
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold;
	cursor: move;
}

ul#categories-sortable ul li {
	list-style-type: none;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}

#content table#admin-twocol {
	width: 100%;
}
#content table#admin-twocol td {
	vertical-align: top;
}
#content table#item-list {
	width: 100%;
	line-height: 18px;
}
#content table#item-list caption {
	font-size: 14px;
	margin: 0.8em 0;
	font-weight: bold;
}
#content table#item-list input {
	border: none;
	padding: 0;
	margin: 0;
	background-color: #FFF;
	color: #2E8AA9;
	cursor: pointer;
}

#content form input.submit-save,
#content form input.submit-cancel {
	padding: 2px 5px;
	font-size: 120%;
}

