/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
    background-color:#F2F3E9;
    margin: 0;
    padding: 0;
}

a { 
	text-decoration: none;
    color: #32496C !important;
}

table.DocumentPileOptions {
    width: 100%;
    margin-bottom: 25px;
}

table.DocumentPileOptions tr td {
    width: 25%;
    text-align: center;
}

#mainContent a {
	/*font-size: 12px;*/
	font-weight: bold;
	color: #32496C;
	text-decoration: underline;
}

.Button
{
    border: 0px solid #FFF;
    border-radius: 5px;
    background-color: #5B739A;
    text-align: center;
    padding: 5px 8px;
    color: #FFF!important;
    border: 1px solid #4B5F7F;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
    text-decoration: none!important;
}

.Button:hover
{
    background-color: #5881CC;
    color: #FFF!important;    
}

.contentBack
{
	background-image: url(../images/yellow_grad_02.gif);
	background-repeat: repeat;
    background-position: 0 -30px;
}

.Example {
    width: 95%; 
    padding: 5px; 
    border: 1px solid #4B5F7F; 
    background-color: #EEE;
    margin: 5px 0 10px 0;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.ForgotPassword {
    color: #000;
    position: absolute; 
    top: -26px;
    left: 158px;
    border: 1px solid #4B5F7F;
    border-radius: 5px; 
    background-image: url(../images/yellow_grad_02.gif);
	background-repeat: repeat;	 
    width: 345px;
}

.ForgotPasswordFooter {
    border-radius: 0 0 5px 5px; 
    background-color: #FCBE71;
}

.ForgotPasswordFooter a {
    color: #4B5F7F;
    text-align:center;
    padding: 5px;
    margin-top: 5px;
}

.imgBtn {
    border: none;
}

.intro-block {
    border-radius: 10px; 
    border: 1px solid #5A7299;
    padding: 15px 10px;
    display: inline-block;
    margin: 0;
    font-size: 0.95em;
}

.intro-connector {
    border-style: solid;
    border-color: #5A7299;
    display: block;
    border-width: 0 0 0 1px;
    width: 0px;
    height: 25px;
}

.intro-table {
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 300px;
}

.intro-table tr, .intro-table td{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.Left {
    left: 0;
}

.Pointer {
    cursor: pointer;
}

.PopInfo {
    border-radius: 0 0 10px 0;
    position: fixed;
    box-shadow: 2px 4px 8px 0px #333;
    display: none;
    background-color: #FFF6E4;
    margin: auto;
    border: 1px solid #4B5F7F;
    max-width: 750px;
    max-height: 550px;
    overflow: auto;
    top: -1px;
    left: -1px;
    z-index: 500;
}

.PopInfoClose {
    background-color: #FFFFFF;
    border: 2px solid #FF0000;
    border-radius: 50% 50% 50% 50%;
    color: #FF0000 !important;
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 11px;
    height: 11px;
    margin: 5px;
    position: absolute;
    right: -4px;
    text-align: center;
    text-decoration: none !important;
    top: -4px;
    width: 11px;
}

.PopInfoClose:hover 
{
    background-color: #F00!important;
    color: #FFF!important;
}

.SignInBox {
    padding: 5px;
    color: #FFF;
}

.SignInButton
{
    display: block;
    border: 0px solid #FFF;
    border-radius: 5px;
    background-color: #5B739A;
    text-align: center;
    padding: 2px;
    color: #FFF!important;
    border: 1px solid #4B5F7F;
    font-weight: bold;
    margin: 5px 0;
    cursor: pointer;
    text-decoration: none!important;
}

.SignInButton:hover
{
    background-color: #5881CC;
    color: #FFF!important;    
}

.SignInError {
    background-color: #FFF;
    border: 1px solid #FF0000;
    border-radius: 5px 5px 5px 5px;
    color: #FF0000;
    display: block;
    padding: 8px 5px;
}

.spacer {
    width: 100%;
    height: 50px;
}