/* Colors:

Background: #D0DBDF
Logo blue: #29A9E0
Navbar gray: #F2F2F2
Passive gray: #ACACAC
Dark: #666

*/

/* New colors:

Background top: #084c63
Background bottom: #0d789e;
Logo orange: #efa445;
Tabs blue: #4c9cba;

*/

html {
    background-color: #0D789E;
    background-image: url("images/background-gradient.png");
    background-repeat: repeat-x;
}

body {
    min-width: 970px;
    margin: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

a, a:visited, a:active {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

ul.horizontal {
    float: left;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.horizontal li {
    float: left;
}

button, input[type=button], input[type=submit] {
    background-image: url('../images/widgets/button.png');
    background-repeat: repeat-x;
    background-color: #4c9cba;
    color: white;
    font-weight: bold;
    height: 25px;
    /*width: auto;*/
    line-height: 25px;
    /*vertical-align: middle;*/
    padding: 0px 10px 2px 10px;
    border: 0px;
    white-space: nowrap;
    margin: 5px 5px 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

button:hover, input:hover[type=button], input:hover[type=submit] {
    background-image: url('../images/widgets/button-over.png');
    background-color: #0d789e;
}

button:active, input:active[type=button], input:active[type=submit] {
    background-image: url('../images/widgets/button-down.png');
    background-color: #0c6c8e;
}

input[type=text], input[type=password], textarea, select {
    border: 1px solid #4c9cba;
    padding: 4px 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #FFFFFF;
}

input:focus[type=text], input:focus[type=password], textarea:focus, select:focus {
    background-color: #e9f0f2;
}

input[type=checkbox] {
    background-color: transparent;
}
/*****************
      text
******************/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

div.page {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
}

div.page p {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: black;
}

div.page h1, div.page h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: black;
}

div.page h3, div.page h4, div.page h5, div.page h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.orange {
	color: #F4A93B;
}

/*****************
     end text
******************/

map area:hover .register {
background-image: url(../main/image/status-1b-selected-over2.png);
}


/*****************
 	Header
 *****************/

.insideHead div, .insideHead img, .insideHead ul {
	margin: 0px;
	/*padding: 0px; */
	border: 0;
}

.insideHead ul {
	padding: 0px;
}

/* ie */
.insideHead a, .insideHead a:visited, .insideHead a:active {
    color: white;
}

div.insideHead {
	padding-top: 0px;
	height: 304px;
	position: relative;
	font-size: 14px;
	font-weight: bolder;
	color: white;
	/* background-color: #084C63; */
}

div.insideHead ul.mainnavi,
div.insideHead ul.miscnavi {
	position: absolute;
	bottom: 40px;
	height: 20px;
	list-style-type: none;
	text-transform: lowercase;
	z-index: 2;
	width: 266px;
}

div.insideHead ul.mainnavi {
	left: 0px;
}

div.insideHead ul.miscnavi {
	right: 0px;
}

div.insideHead ul.mainnavi li,
div.insideHead ul.miscnavi li {
	float: left;
	padding: 1px 1px;
}

div.insideHead ul.mainnavi li {
	margin-right: 8px;
}

div.insideHead ul.miscnavi li {
	margin-left: 8px;
}

div.insideHead ul.mainnavi li.active,
div.insideHead ul.miscnavi li.active {
	background-color: #efa445;
}

/*****************
 	End Header
 *****************/


/*****************
 	Main Content
 *****************/


#mainPage {
	position:absolute;
	left:31px;
	top:337px;
	width:560px;
	height:344px;
	z-index:1;
	color:#000000;
}

#rightPage {
	position:absolute;
	left:655px;
	top:337px;
	right:29px;
	height:345px;
	z-index:1;
	color:#000000;
}
#status {
	position:absolute;
	left:655px;
	top:289px;
	height:31px;
	z-index:1;
	right: 29px;
}

/*****************
 	End Main Content
 *****************/

/* margins width */
div.page, div.insideHead {
	margin-left: auto;
	margin-right: auto;
	width: 945px;
}

/* end margins width */

div.page {
	/* background-color: white; */
	margin-bottom: 20px;
}

div.mainWithLeftSidebar div.main {
	margin-left: 150px;
	border: 1px dashed lightgray;
}

div.mainWithLeftSidebar div.sidebar {
	float:left;
	width:140px;
	margin-left: -1px;
	border: 1px dashed lightgray;
}

div.sidebar img.person {
	width: 140px;
}

div.content {
/*	border: 1px solid black; */
/*	background-color: white; */
	color: black;
	float: left;
	width: 100%;
	position: relative;
/*	padding: 10px;			 */
/*	margin: 30px;			 */
	margin-bottom: 30px;
}

div.leftTabHolder, div.rightTabHolder {
	position: absolute;
	background-color: white;
	height: 20px; 
}

div.leftTabHolder {
	top: -25px;
	left: 20px;
}

div.rightTabHolder {
	top: -25px;
	right: 20px;
}

.leftTabHolder ul, .rightTabHolder ul {
	padding: 0px;
	margin: 0px;
}

div.fieldset {
	margin-top: 2em;
	border: 1px solid black;
	padding: 10px;
	padding-top: 0.8em;
	min-height: 50px;
}

.legend {
	float: left;
	background-color: white;
	color: black;
	font-size: 100%;
	margin-top: -1.5em;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

li.tab, li.activeTab {
	display: inline;
	padding: 4px;
	padding-bottom: 5px;
	border: 1px solid black;
	border-bottom: 0px;
}

li.activeTab {
	border-bottom: 2px solid white;
}

div.hiddenEdit {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 5px;
	background-color: lightgreen;
	color: black;
}

table.outlined {
	border: 1px solid black;
	border-spacing: 0px;
}

table.outlined td.left
{
	border-right: 1px solid black;
}

table.outlined td.right
{
	text-align: right;
}

tr.odd, tr.even, tr.head {
	color: black;
	background-color: white;
}

tr.head {
    background-color: gray;
}

tr.odd {
	background-color: lightgray;
}

tr.even {
	background-color: white
}

/*******************
 page tabs
********************/

.pagetab {
	font-size: 19px;
	font-weight: bold;
	color: white;
	text-transform: lowercase;
	background-color: #4c9cba;
	margin-right: 5px;
	padding: 4px 15px;
	
}

.pagetab.active {
	background-color: white;
	color: #4c9cba;
}

.pagetab.name {
	text-transform: none;
}

.pagetab a, .pagetab a:visited, .pagetab a:active {
	text-decoration: none;
	color: inherit;
}

/* ie */

.pagetab a, .pagetab a:visited, .pagetab a:active {
    color: white;
}

.pagetab.active a,
.pagetab.active a:visited,
.pagetab.active a:active {
    color: #4c9cba;
}

.pagetab a:hover {
	text-decoration: underline;
}


/*******************
end page tabs
********************/

/********************
   2 column layout
*********************/

.twoColumn {
    float: left;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    z-index: 1;
}

.twoColumn .mainColumn,
.twoColumn .mainColumnFill {
    width: 629px;
}

.twoColumn .rightColumn,
.twoColumn .rightColumnFill {
    width: 308px;
}

.twoColumn .mainColumn {
	float: left;
	min-height: 200px;
    padding-bottom: 30px;
}

.twoColumn .rightColumn {
	float: right;
    padding-bottom: 30px;
}

.twoColumn .mainColumnFill,
.twoColumn .rightColumnFill {
    position: absolute;
    bottom: 0px;
    background-color: white;
    height: 100%;
    z-index: -1;
}

.twoColumn .mainColumnFill {
    left: 0px;
}

.twoColumn .rightColumnFill {
    right: 0px;
}

.twoColumn .topSpace {
    height: 48px;
    margin-top: 20px;
}

.twoColumn .topSpace h2 {
    color: #0c6c8e; 
}

.twoColumn .topicBar {
    height: 178px;
    background-color: #f2f2f2;
    width: 100%;
}

.sectionTitle {
    clear: both;
	background-color: #cad5d9;
	width: auto;
    height: 22px;
    margin-right: 20px;
    padding-top: 4px;
	padding-left: 20px;
	font-size: 11pt;
    font-weight: bold;
    text-transform: lowercase;
}

.sectionTitle2 {
    clear: both;
    border: off;
    border-bottom: 2px dashed #d3dfe3;
    font-size: 20px;
    padding-bottom: 0px;
    margin: 0px;
    margin-top: 25px;
    margin-bottom: 18px;
}

.twoColumn .sectionTitle.problem {
    background-color: #ff9090;
}

.twoColumn .sectionContent.problem {
    border: 4px dashed #ff9090;
    padding-right: 20px;
}

.twoColumn .boxTitle {
    padding-left: 20px;
    margin-bottom: 0.3em;
    text-transform: lowercase;
    font-weight: bold;
    color: #f4a93b;
}

.twoColumn .boxContent {
    border: 2px solid #f4a93b;
    margin-left: 17px;
    margin-right: 20px;
    padding: 10px;
}

.twoColumn .boxContent dt {
    font-weight: bold;
    margin-top: 0;
}

.twoColumn .boxContent dd {
    margin-bottom: 0.3em;
    margin-left: 10px;
}

.twoColumn ul.error_list {
    color: red;
    font-weight: bold;
    margin-bottom: 0px;
}

.twoColumn .mainColumn .sectionSubtitle,
.twoColumn .rightColumn .sectionSubtitle {
    clear: both;
    background-color: #e2e2e2;
    width: auto;
    margin-right: 20px;
    padding-left: 20px;
    font-size: 10pt;
}

.twoColumn .mainColumn .sectionContent,
.twoColumn .rightColumn .sectionContent {
    width: auto;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 11pt;
}


.twoColumnDefault .mainColumn,
.twoColumnDefault .rightColumn {
	background-color: white;
	color: black;
}

.footer {
    clear: both;
	font-size: 12px;
	color:white;
	font-weight:bold;
	text-decoration: none;
}

.footer a,
.footer a:visited,
.footer a:active,
.footer p {
	font-size: 12px;
	color:white;
	font-weight:bold;
}

.twoColumn a,
.twoColumn a:visited,
.twoColumn a:active {
    text-decoration: none;
    color: #0c6c8e;
}

.twoColumn a:hover {
    text-decoration: underline;
}

.twoColumn .required {
    vertical-align: top;
}

/********************
 end 2 column layout
*********************/


/********************
 RSS styling
*********************/

#RSS-container {
  	margin: 10px;
	width:250px;
	height: 600px;
}

#RSS-container a, #RSS-container a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-bottom: 0px;
}

#RSS-container p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
  	color: #333333;
  	margin-left: 0px;
  	margin-right: 5px;
	margin-top: 5px;
	line-height: 16px;
}


/********************
 end RSS styling
*********************/