* {
	margin: 0;
	padding: 0;
}

body 
{
	margin: 10px 0;
	background: #F5F5F5;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

.contentpaneopen p{
	line-height:22px;
}


table.contentpaneopen td.contentheading{
	padding-left:34px;
}
table.contentpaneopen{
	border-collapse: collapse;
	margin-left:5px;
}

table.contentpaneopen td{
	padding:0px;
}

td.contentheading
{
    background-position: left top;
    font-weight: normal;
    vertical-align: top;
    font-size: 19px;
    height: 30px;
    color: #363636;
    background: url(images/contentheading_ico.png) left top no-repeat;
}

#page_bg {
	background: #0A2868 url(../images/blue/bg_page.jpg) no-repeat center top;
}

.article_separator {
	height:35px;
	line-height:35px;
}

h1, h2, h3 {
	margin-top: 0.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2
{
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: normal;
	color: #8D8E85;
	margin-left: 20px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}


a
{
	text-decoration: none;
	border-bottom: 1px dotted #B8D03B;
	color: #3C7BCF;
	border-bottom-color: #3C70A2;
}

a:hover
{
	border: none;
	background: #699DC5;
	color: #FFFFFF;
	border-bottom: 1px dotted #B8D03B;
	border-bottom-color: #3C70A2;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #626456;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	border-bottom: 1px dotted #B8D03B;
	color: #B8D03B;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 800px;
	height: 35px;
	margin: 0 auto;
}



#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a
{
    background-position: #4C83FF;
    display: block;
    float: left;
    height: 25px;
    margin-right: 1px;
    padding: 10px 22px 0 22px;
    background: #4C83FF;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    color: #FFFFFF;
}

#menu a:hover
{
    background-position: #8ab0f9;
    background: #8ab0f9;
    color: #FFFFFF;
}

#menu .current_page_item a
{
    background-position: #000151;
    background: #000151 ;
    color: #FFFFFF;
}


#submenu
{
	border-style: none solid none solid;
	border-width: 0px;
	border-color: #ddd;
	width: 800px;
	margin: 0 auto;
	height: 21px;

}

#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	float: left;
}

#submenu a
{
	display: block;
	float: left;
	height: 20px;
	margin-right: 1px;
	padding: 0px 10px 0 10px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #3c70a2;
}

#submenu a:hover
{
	background: #699DC5;
	color: #FFFFFF;
}

#submenu .current_page_item a
{
    background: #3C70A2;
	color: #FFFFFF;
}


#optionmenu
{
	float: right;
	margin: 0px 20px 0px 0px;
}

#optionmenu ul
{
	list-style: none;
	line-height: normal;
	margin-top: 2px;
}

#optionmenu li
{
	float: right;
	margin-left: 2px;
}

#optionmenu a
{
	display: block;
	float: left;
	padding: 0px 2px 0 2px;
	text-decoration: none;
}

#optionmenu a:hover
{
	background: #699DC5;
	color: #FFFFFF;
}

#optionmenu .current_option a
{
	background: #3c70a2;
	color: #FFFFFF;
}

#optionmenu .text
{
	float: left;
}



.container {
  display: table;
}

.catalogarea
{
	display: table-cell;
	width: 710px;
	padding: 80px 1em 1em 1em;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.zonearea
{
	display: table-cell;
	width: 345px;
	padding: 80px 1em 1em 1em;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.ZoneHeader
{
	visibility: hidden;
}

.listcell {
  display: table-cell;
  width: 150px;
  height: 325px;
  border: 1px solid blue;
  padding: 1em;
  float: left;
}

.smallcell
{
	display: table-cell;
	width: 20px;
	height: 20px;
	padding: 1em 1em 1em 40px;
	text-align: center;
}

.smallbutton
{
	width: 30px;	
}

.bottomcell
{
	display: table-cell;
	width: 470px;
	height: 20px;
	text-align: right;
	float: none;
	border: 1px solid blue;
	clear: both;
}

.moveconfirm
{
	float: left;
	color: #B8D03B;
}


/* Page */
#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 1px solid #ddd;
	border-top: none;
}

#logo {
	width: 800px;
	height: 112px;
	margin: 0 auto;
}

#breadcrumbs
{
	margin: 0 auto;
	width: 800px;
}

#crumbs
{
	float: left;
}

#useroptions
{
	float: right;
}


/* Content */
#fill
{
    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #ddd;
    margin: 0 auto 0 auto;
    width: 798px;
    padding: 20 5px 0 5px;
    background: #fafafa;
}

#content {
	float: left;
	width: 420px;
	padding: 0 24px 0 21px;
}

#whitebackground
{
	margin: 10px 20px 20px 20px;
	background: #FFFFFF;
	padding: 1em;
	border: 1px solid #eee;
	height: auto;
	min-height: 300px;
}

legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}

label {
	float:left;
	width:12em;
	text-align:right;
	margin-right:1em;
}

input {
	padding:0.15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}


input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 

fieldset
{
	border: 1px solid #ddd;
	padding: 0.5 2em 0.5em 0.7em;
}

fieldset legend
{
	margin-left: 4px;
}

fieldset div 
{
	margin: 0.3em 0 0.3em 0.4em;
	clear: both;
}

.bigImage
{
	top: 30px;
	position: relative;
	padding-left: 10px;
	left: 0px;
}

.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}

.Summary
{
	font-weight: bold;
	text-decoration: underline;
	font-variant: small-caps;
	margin-left: 2em;
	color: #0b77b7;
}

.confirm
{
	color: #0b77b7;
	margin-right: 2em;
}
.failure
{
	color: #FF0000;
	float: right;
	text-align: center;
}
.email {
	width:16em;
}

.number {
	width:5em;
}

.additem
{
	width: 860px;
	text-align: right;
}

.time
{
	width: 6em;
}

.labelcolumn
{
	width:10em;
	text-align:right;
	margin-right:1em;
}

.defaultscreenleft
{
	height: 195px;
}
.defaultscreenright
{
	height: 195px;
}

.defaultscreenright div
{
	text-align: center;
}

.largelink
{
	font-size: 18px;
}

.largelink a
{
	 color: #3C70A2;
}

.floatright
{
 float:right;
}

.floatleft
{
 float:left;
}
.submitbutton
{
 float:right;
}

.changepasswordbutton
{
	margin-top: 15px;
	margin-left: 173px;
}


.info
{
	padding: 5px 0px 0px 0px;
	border-top-style: dashed;
	border-width: 1px;
	border-color: #C0C0C0;
}
.info input
{
	border-style: none;
	background-color: #FFFFFF;
}

.infotext input
{
	border-style: none;
	background-color: #FFFFFF;
	top: -10px;
}


.ExistingSettings label
{
	float: none;

}

.widthcheck label
{
	float: none;
	padding-left: 66px;
}

/* Footer */

#footer1 {
	text-align: center;
	font-size: .8em;
}

.ChangePassword
{
	width: 350px;
}

.collapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

#footer
{
    width: 800px;
    height: 26px;
    text-align: center;
    margin: 0 auto;
    font-size: 11px;
    color: #F9F9F9;
    background-color: #3e4350;
    vertical-align: middle;
}