﻿body   
{
    background: #DEDEDE url(../images/bg-slice.jpg) repeat-x left top; /* #b6b7bc;*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    height: 100%;
}

a:link, a:visited
{
    color: #C65D30;
}

a:hover
{
    color: #C65D30;
    text-decoration: none;
}

a:active
{
    color: #C65D30;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #000000;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 455px;
    margin: 20px auto 0px auto;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0 0 10px 0;
    height: 50px;
    display: block;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 10px 25px;
    margin: 12px 8px 8px 8px;
    /*min-height: 350px;*/
    background: #ccc url(../images/bx-slice.jpg) repeat-x left top;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    background: #DEDEDE;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}




/* FORM ELEMENTS   
----------------------------------------------------------*/

.login
{
    margin: 1em 0px;
    padding: 0px;
}

.login p 
{
    margin: 2px 12px 0 0;
}

.field {
    margin: 10px 0;
}

input.textEntry, input.passwordEntry
{
    background-color: #fff;
    width: 350px;
    border: 0px solid #fff;
    background: #fff;
}

input.textEntry:focus, input.passwordEntry:focus
{
    background-color: #fff;
    border: 0px solid #fff;
    background: #fff;
    outline: none;
}



div.accountInfo
{
    width: 400px;
    display:block;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding-left: 10px;
}

.loginDisplay
{
    font-size: 1.1em;
    width: 200px;
    height: 20px;
    float:right;
    text-align: right;
    margin: 30px 10px 0 0;
    color: #666;
    text-decoration: none;
}

.loginDisplay a:link
{
    color: #333;
    text-decoration: none;
}

.loginDisplay a:visited
{
    color: #333;
}

.loginDisplay a:hover
{
    color: #333;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    padding: 5px 0;
}

.submitButton input
{
    border: 1px solid #ccc;
    padding: 5px 20px;
    color: #898989;
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

.submitButton span 
{
    padding-left: 10px;
}

#LoginRegister
{
    
    padding: 10px 0;
   float:right; 
}

.boxRound {
    background-color: #fff;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
    padding: 5px;
    margin-top: 5px;
    width: 360px;
}

#CreateHdr
{
    font-size: 1.4em;
    font-weight: bold;
    margin-right: 15px;
}

#StatusBox {
    display: block;
    /*height: 35px;*/
    padding: 0;
    margin: 0;
}

.success, .warning, .validation {
    margin: 0; /* 5px 20px;*/
    padding:10px 5px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCC;
    display: block;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url('../images/success.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../images/warning.png');
}

.success a, .warning a {
    text-decoration: none;
    float: right;
}

/* popUp Window */
.block-element{position:absolute; width:100%; height:100%; top:0px; left:0px; background:transparent url(../images/block_element_bg.png) repeat 0 0;font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;}
.popUp_window{width:750px; padding:0px; background-color: #fff;
    border: 1px solid #1D3D81;
    border-radius: 9px 9px 9px 9px;
    box-shadow: 0 0 1px 4px rgba(51, 51, 51, 0.5); min-height:400px; position:absolute; top:50%; left:50%; border-radius:7px;}
.popUp_window .window_title{background: -webkit-gradient(linear, left top, left bottom, from(#3054A1), to(#1C3B7D));
	background: -moz-linear-gradient(top,  #3054A1,  #1C3B7D);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#3054A1', endColorstr='#1C3B7D'); padding:10px; margin:0px; color:#fff; font-size:18px;font-weight:bold; border-radius:5px 5px 0px 0px;}
.close{width:24px; height:24px; position:absolute; margin:8px; padding:0px; right:5px; background:url(../images/close.png) no-repeat 0 0; cursor:pointer;}
.close:hover{width:24px; height:24px; position:absolute; margin:8px; padding:0px; right:5px; background:url(../images/close_hover.png) no-repeat 0 0;}
.close_big{width:24px; height:24px; position:absolute; margin:5px; padding:0px; right:5px; background:url(../images/close24.png) no-repeat 0 0; cursor:pointer;}
.close_big:hover{width:24px; height:24px; position:absolute; margin:5px; padding:0px; right:5px; background:url(../images/close_hover24.png) no-repeat 0 0;}

.window_content{ padding:15px;
                 font-size: .90em;
    
}
.window_content P
{
    text-align:justify;
}
