/* Element Styles */
body 
{
	font-family: Calibri, Verdana, Arial, Helvetica;
	font-size: 12px;
	margin: 0px;
}

a, a:visited
{
	text-decoration: none;
}
a:active
{
}
a:hover
{
	text-decoration: underline;
}

li
{
	font-family: Calibri, Verdana, Arial, Helvetica;
	font-size: 12px;
}

hr
{
	margin: 20px 0px 20px 0px;
}

table
{
    border: 0px solid;
    border-collapse: collapse;
}
td
{
	font-family: Calibri, Verdana, Arial, Helvetica;
	font-size: 12px;
	padding: 3px;
}


table.none
{
    border: 0px solid;
    border-collapse: collapse;
}
table.none  td
{
    padding: 0px;
}

/* Layout Styles */
#page
{
	width: 100%;
	text-align: center;
}

#container
{
	margin: 0px;
	width: 100%;
}

#header
{
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
    border-top: 1px solid;
	border-bottom: 1px solid;
}

#topmenu
{
    text-align: right;
}

#bodySection
{
	margin: 0px;
	padding: 0px;
}

#menu
{
	padding: 10px 5px 5px 5px;
	text-align: left;
	float: left;
	width: 200px;
}

#mainContent
{
	border-left: 1px solid;
	padding: 5px 5px 15px 5px;
	text-align: left;
	margin-left: 210px;
	min-height: 450px;
}

#footer
{
	font-size: 8pt;
	font-weight: bold;
	clear: both;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-align: center;
	margin: 0px;
	padding: 5px 5px 5px 5px;
}


.code
{
	padding: 5px;
	border: 1px solid #cccccc;
	margin-left: +30px;
	margin-right: +30px;
	margin-top: 20px;
	margin-bottom: 20px;
}


/* Heading Styles */
h1
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h3
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h4
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h5
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h6
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#banner
{
	float: right;
	padding: 7px 10px 7px 10px;
}

#title
{
	text-align: left;
	padding: 15px 15px 15px 15px;
}
#title h1
{
	font-family: "Segoe UI", Arial, Helvetica;
	font-weight: bold;
	font-size: 16pt;
	padding: 0px;
	margin: 0px;
    border: 0px;
}

#subtitle
{
	font-family: "Segoe UI", Arial, Helvetica;
	font-size: 8pt;
	text-align: left;
	padding: 3px 10px 3px 5px;
	border-left: 1px solid;
	border-bottom: 1px solid;
	margin-left: 210px;
}

#menu h1
{
	padding-top: 0px;
	padding-bottom: 10px;
}
#menu ul
{
	margin-top: 5px;
	margin-left: 25px;
}
#menu #main
{
}
#menu #sub
{
	margin-bottom: 5px;
}
#mainContent h1
{
	padding-top: 0px;
	padding-bottom: 10px;
}
#mainContent h2
{
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent h3
{
	padding-top: 10px;
	padding-bottom: 10px;
}


.clear
{
    clear: both;
    height: 0px;
}


/* General DIV styles */
div.contentSection
{
    margin-bottom: 4px;
}
div.spacer
{
    clear: both;
    height: 0px;
}
div.centered
{
	text-align: center;
}
div.full
{
	width: 100%;
}
div.left
{
	float: left;
}
div.right
{
	float: right;
}
div.half
{
    width: 49.5%;
}
div.thin
{
    width: 250px;
}
div.fat
{
    margin-right: 255px;
}
div.padleft
{
    margin-left: 2px;
}
div.padright
{
    margin-right: 2px;
}


/* Container Styles */
div.container
{
	margin-top: 7px;
	margin-bottom: 7px;
}
div.container .header
{
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	vertical-align: middle;
    padding: 3px;
}
div.container .header .actionMenu
{
	position: relative;
	top: -7px;
    max-width: 27px;
    max-height: 20px;
    overflow: hidden;
	float: left;
}
div.container .header .icon
{
	position: relative;
	top: -15px;
    max-width: 45px;
    overflow: hidden;
	float: left;
}
div.container .header .title
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
    display: inline;
    padding-left: 5px;
}
div.container .header .visibility
{
    max-width: 30px;
    overflow: hidden;
	float: right;
}
div.container .content
{   
    padding: 3px;
    border-bottom: 1px solid;
    margin-bottom: 0px;
}
div.container .footer
{
    height: 15px;
    padding: 3px;
	vertical-align: middle;
}



/* Blue Theme colors */
#page.blue {				background-color: #ffffff; color: #000000; }
#page.blue #header {		background-color: #00aaff; color: #000000; border-color: #0066cc; }
#page.blue #bodySection {	background-color: #eeeeee; color: #000000; border-color: #55bbdd; }
#page.blue #menu {			background-color: #eeeeee; color: #000000; border-color: #55bbdd; }
#page.blue #mainContent {	background-color: #ffffff; color: #000000; border-color: #cccccc; }
#page.blue #footer {		background-color: #f5f5f5; color: #999999; border-color: #e6e6e6; }
#page.blue #title {			color: #ffffff; border-color: #0066cc; }
#page.blue #title  h1{			color: #ffffff; border-color: #0066cc; }
#page.blue #subtitle {		background-color: #b3d9ea; color: #000000; border-color: #55bbdd; }
#page.blue div.container .header {  background-color: #f5f5f5; border-color: #cccccc; }
#page.blue div.container .content {  background-color: #eeeeee; border-color: #cccccc; }
#page.blue table {			border-color: #cccccc; }
#page.blue a {				color: Blue; }
#page.blue a:visited {		color: Blue; }
#page.blue a:active {		color: Red; }


/* Red Theme colors */
#page.red {					background-color: #ffffff; color: #000000; }
#page.red #header {			background-color: #dd4531; color: #000000; border-color: #cc1a00; }
#page.red #bodySection {	background-color: #eeeeee; color: #000000; border-color: #55bbdd; }
#page.red #menu {			background-color: #eeeeee; color: #000000; border-color: #55bbdd; }
#page.red #mainContent {	background-color: #ffffff; color: #000000; border-color: #cccccc; }
#page.red #footer {			background-color: #f5f5f5; color: #999999; border-color: #e6e6e6; }
#page.red #title {			color: #ffffff; border-color: #cc1a00; }
#page.red #title h1 {			color: #ffffff; border-color: #cc1a00; }
#page.red #subtitle {		background-color: #f5aaa0; color: #000000; border-color: #dd4455; }
#page.red div.container .header {  background-color: #f5f5f5; border-color: #cccccc; }
#page.red div.container .content {  background-color: #eeeeee; border-color: #cccccc; }
#page.red table {			border-color: #cccccc; }
#page.red a {				color: Blue; }
#page.red a:visited {		color: Blue; }
#page.red a:active {		color: Red; }


/* Orange Theme colors */
#page.orange {				background-color: #ffffff; color: #000000; }
#page.orange #header {		background-color: #ffaa00; color: #000000; border-color: #cc6600; }
#page.orange #bodySection {	background-color: #eeeeee; color: #000000; border-color: #55bbdd; }
#page.orange #menu {		background-color: #eeeeee; color: #000000; border-color: #55bbdd; }
#page.orange #mainContent {	background-color: #ffffff; color: #000000; border-color: #cccccc; }
#page.orange #footer {		background-color: #f3e1bf; color: #999999; border-color: #ddbb55; }
#page.orange #title {		color: #ffffff; border-color: #cc6600; }
#page.orange #title h1 {		color: #ffffff; border-color: #cc6600; }
#page.orange #subtitle {	background-color: #ead9b3; color: #000000; border-color: #ddbb55; }
#page.orange div.container .header {  background-color: #f5f5f5; border-color: #cccccc; }
#page.orange div.container .content {  background-color: #eeeeee; border-color: #cccccc; }
#page.orange table {		border-color: #cccccc; }
#page.orange a {			color: Blue; }
#page.orange a:visited {	color: Blue; }
#page.orange a:active {		color: Red; }









