﻿.title_view
{
    line-height: 26px;
    list-style: none outside none;
    background-color: #F0F0F0;
    height: 100%;
    overflow: hidden;
    padding: 1px 10px 1px 10px;
    background: url(../images/hotbg.png) repeat-x;
    border-top: #CCC 1px solid;
    border-left: #CCC 1px solid;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
}
.login_view
{
    border-top: #CCC 1px solid;
    border-left: #CCC 1px solid;
    border-right: #CCC 1px solid;
    border-bottom: #CCC 1px solid;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.login_view h2
{
     font-size: 1.5em;
     color: #fff; 
     font-weight: bold; 
     line-height: 1.2em;      
}
.login_view_title
{
   background-color:#45548E; 
   height:25px; 
   padding-top:8px; 
   padding-left:10px; 
}
.login_view_table
{
  margin-left:auto;
  margin-right:auto;
  font-size:12px !important;
  line-height:26px !important;   
}

.login_view_table td
{
   padding-bottom:2px; 
   padding-top:2px;
}
.modalPopupEx
{
    background-color: #ffffdd;
    border-width: 3px;
    border-color: Gray;
    border-style: solid;
    -moz-border-radius: 5px;
    border-style: solid;
    padding: 3px;
    text-align: left;
}
.line
{
   /* word-break: break-all; */
    word-wrap: break-word;    
    word-break: normal;
}
.title_view h3
{
    font-size: 18px;
    font-family: Arial;
    font-style: normal;
    line-height: 30px;
    height: 30px;
    color: #2F3B6B;
}
.c6div
{
    background: url(../images/hotbg.png) repeat-x;
}
.c6div b
{
    font-weight:bold;    
}
.table_bkg
{
    background-color: #EFEFEF;
}
.table_bkg td
{
    font-family: Arial;
    font-size: 12px;
    padding-left: 5px;
    text-align: left;
}
.textarea_L
{
    text-align: left;
    border-bottom: #abadae 1px solid;
    border-left: #abadae 1px solid;
    border-right: #abadae 1px solid;
    border-top: #abadae 1px solid;
    color: #333;
    font-size: 11px;
}

div.createL
{
    font-family: Arial;
    font-size: 12px;
    padding-left: 5px;
    text-align: left;
    float: left;
}
div.createL li
{
    width: 300px;
}
div.createM
{
    float: left;
}
div.createM li
{
    margin-left: 5px;
}
div.createR
{
    font-family: Arial;
    font-size: 12px;
    padding-left: 5px;
    float: left;
    text-align: left;
}
div.createR li
{
    width: 300px;
}
/****/
.span_title
{
    color: #999;
    font-family: Arial, sans-serif, Arial;
    font-size: large;
    font-weight: lighter;
    text-decoration: none;
    letter-spacing: 2.0pt;
}
.span_secondary_title
{
    color: #000099;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
}
/*****************************************/
.languagetext
{
    font-family: Arial;
    font-size: 12px;
    color: black;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0.3px;
    vertical-align: top;
    padding: 5px 5px 5px 5px;
    line-height: 1.5em;
}
.languagetext a:active, .languagetext a:visited, .languagetext a:link
{
    color: #006784;
    font-weight: normal;
    text-align: left;
    text-decoration: underline;
    line-height: 2em;
}
/*****************************************/
div.navbar
{
    display: block;
    width: 210px;
    background-color: #2F3B6B;
    height: 420px;
    padding: 0px 0px 0px 0px;
}
div.navbar p
{
    font-family: Arial;
    font-size: 15px;
    width: 210px;
    height: 28px;
    color: white;
    background-color: #066;
    border-bottom: 2px solid white;
    padding-left: 20px;
    padding-top: 14px;
    line-height: 1.2em;
    font-weight: bold;
}
div.navbar ul
{
    width: 180px;
    background: #2F3B6B;
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}
div.navbar li
{
    width: 180px;
    background: #2F3B6B;
    color: #eee;
    padding: 10px 10px 10px 10px;
    list-style-type: none;
}
div.navbar li a
{
    font-family: Arial;
    font-size: 13px;
    letter-spacing: 0;
    border: none;
    width: 180px;
    color: white;
    text-indent: 0px;
    padding-bottom: 10px;
    padding-left: 5px;
    text-decoration: none;
}
div.navbar li a:hover
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bolder;
    letter-spacing: 0;
    width: 180px;
    color: #B6D101;
    cursor: pointer;
    text-indent: 0px;
    padding-bottom: 10px;
    padding-left: 5px;
    text-decoration: none;
}
