﻿html, body
{
    background:#fdfdfd; 
    color:#333; 
    font: 1em Helvetica, Arial, Sans-Serif;
    line-height:1.4; 
    margin: 0; 
    padding:0; 
    min-height: 100%;
    width: 100%;
    height: 100%;
    background: #3f3f3f;
}

#outerWrap {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
}

#wrapper {
    width: 1050px;
    height: 100%;
    margin: 0px auto;
    background: none repeat scroll 0% 0% #FFF;
}

#Header img
{
    padding: 0px;
    margin: 0px;
    width: 100%;
}
#LogoHeader
{
    height:70px;
}

.DevelopmentWarning
{
    background-color: #FF1E00; 
    text-align: center; 
    width: 100%; 
    color: #FFFFFF;
}

#SubHeaderLeft
{
    margin: 0 5px 0 5px;
    float: left;
}
#SubHeaderRight
{
    margin: 0 5px 0 5px;
    float:right;
    height: 64px;
}
#StatusHeader
{
    margin: 0 5px 0 5px;
}

#Body
{
    width: 100px;
}
        
#Content
{
    clear:both;
    margin: 0 20px 0 20px;
}
   
.CollapsibleDiv {
}

.CollapsibleHead 
{
    cursor: pointer;
    position: relative;
    margin:1px;
}

.CollapsibleBody 
{
    width: 100%;
}
  
.heading
{
    background-color: #ee0
}

.bluetext
{
    color:#0b77b7;
}

#Footer
{
    width: 1050px;
    height: 58px;
    bottom: 0px;
    margin: 20px auto;
}
.FooterText {
    width: 410px;
    position: absolute;
    margin: 20px 0px 0px 20px;
    color: #0E8CC9;
}

.TableHeader
{
    color:#0b77b7;
	font-size:1.2em;
}

.TableItem
{
    vertical-align:top;
    padding-right: 10px;
    word-break:break-all;
}

.Alternate
{
    background-color: lightgray;
}

.TableItemNumber
{
    vertical-align:top;
    padding-right: 10px;
    text-align:right;
}

.BoxShell {
 width:100%;
 background:white; 
 border-radius: 10px 10px 10px 10px;
 overflow:hidden;
}

.BoxTitle {
    font-size: larger;
 background:#DCE0E3;
 padding:5px;
}

.BoxContent {
    overflow: auto;
    height:150px;
    resize:vertical;
}

.intro
{
    width: 750px;
}

fieldset ol 
{
	margin:0.3em 0;
	clear:both;
	list-style-type: none;
}
li>label {
	float:left;
	width:16em;
	text-align:right;
	margin-right:1em;
}

td>label
{
}

.required 
{
    font-weight: bold;
}
.language
{
    color: #a95903;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}

.button
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    background-color: #F7D125;
    color: Black;
    cursor: pointer;
    border:none;
    box-shadow: 1px 1px 1px #777;
    white-space:normal;
}

.button.delete
{
    background-color: #ccc;
    float:right;
}

.button:hover
{
    box-shadow: 0px 0px 0px #777;
}

input[type=submit] {
	padding:0.15em;
	width:20em;
	font:bold 0.95em arial, sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    background-color: #F7D125;
    color: Black;
    cursor: pointer;
    box-shadow: 1px 1px 1px #777;
}

.narrowText
{
    width: 10em !important;
}

input[type=text],
input[type=password]
 {
	padding:0.15em;
	width:20em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input[type=text]:hover 
{
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
input[type=text]:focus 
{
    border-color:#333;
}

input[readonly=readonly]
{
    background: red;
    outline: none;
}

fieldset 
{
	border: 0;
	padding:0 0.5em 0.5em;
}

#Separate fieldset
{
    margin-bottom: 1em;
    border:1px dotted #0b77b7 ;
}

.date input {
	background-image:url(../gfx/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}


.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.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;
}

.email {
	width:14em;
}

.data
{
    width:5em  !important;
    text-align: right;
}

input.default {
	color:#bbb;
}

.submit-go {
    padding:5px 15px; 
    background:#ccc; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ErrorMsg 
{
    color: #f00;
}



/* Tabs */
.Tabs .ajax__tab_header {
}

.Tabs .ajax__tab_outer    {
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: none;
    background-color: #D8E0E4;
    vertical-align: bottom;
}

.Tabs .ajax__tab_inner    {
    padding-left: 1px; 
}

.Tabs .ajax__tab_tab {
    font-size: 18px;
    background-color:#C2C2C2;
    padding: 5px 5px;
    color: #FFF;
    margin: 0;
}

.Tabs .ajax__tab_active .ajax__tab_outer {
    margin-bottom: -2px;
    background-color: #F7D125;
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-bottom: none;
    font-weight: bold;
    height: 40px;
}

.Tabs .ajax__tab_active .ajax__tab_inner {
    background-color: #E4E8E8; 
}

.Tabs .ajax__tab_active .ajax__tab_tab {
    background-color: #F7D125;
    color: #000;
}

.Tabs .ajax__tab_body {
     border: 1px solid #CCCCCC;
     padding:8px;
}

.ui-widget
{
    font: 1em Helvetica, Arial, Sans-Serif !important;
}
