/* 
    Document   : Onlinetsoft
    Created on : Sep 20, 2012, 11:44:45 AM
    Author     : Prakash Parmar
    Description:
        Purpose of the stylesheet follows.
*/


body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif, Helvetica;
    font-size: 12px;
}

a
{
    text-decoration: none;
}

ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}

li
{
   line-height: 25px;
   padding-left: 5px;
}

.pageWrapper
{
}

.pageContent
{
    margin: 0 auto;
    width: 940px;
    border: 0px solid #00ff00;
    min-height: 500px;    
	overflow: scroll;
}

.pageHeader, .pageFooter
{
    margin: 0 auto;
    height: 80px;
    border: 1px solid #0000ff; 
    background: url("../Image/footer.jpg") repeat-x;
    width: 940px;
}

#span1 
{   
    width: 100px;
    display: block;
    background-color: red;
}
.ContentHead
{
    font-family: Verdana, Arial, sans-serif, Helvetica;
    font-size: 14px;
    font-weight:bold;    
}
.asteriskMark {color: #ff0000; font-weight: bold;}
.success {color: #00ff00; font-weight: bold;}

table > caption {background-color:#ff0000; font-weight: bold;} 
table> th {text-align: left; }

p
{
    text-align: justify;
}

.loginback
{
    width: 450px;
    border: 0px solid #00ff00;
}

.loginForm 
{
    margin-top: 25px;
    height: 500px;
    width: 940px;    
    border: 0px solid #00ff00;
}

.userMenu
{
    float:left;
    width: 150px;    
    border: 1px solid #00ff00;
}

.Content, .formContent{
    float: left;
    margin: 25px 0 0 25px;
    width:470px;   /* 650px;*/
}

.Contentfullwidth, .formContentfullwidth{
    float: left;
    margin: 25px 0 0 25px;
    width: 80%;
}

.loginContent {
    float: left;
    width: 425px;
}

.frmTransports {
    margin-top: 100px;
}

.frmLogin {
    margin-top: 100px;
}

INPUT.button, INPUT.buttonM 
{
    background: none repeat scroll 0 0 #FF6600;
    border: 1px solid #FFE4A2;
    color: white;
    cursor: pointer;
    font-family: Verdana, Arial, sans-serif, Helvetica;
    font-size: 12px;
    font-weight: bold;
    width: auto;
}

.blackshade 
{
    background-color: #FFC368;
    color: black;        
    width:478px;  
}

#Pheader
{
    color:white;
    height: 25px;
    padding: 0 10px 5px;
    text-align: center;
}

.normal    {background-color:#FFE4A2}
.highlight {background-color: #ccffcc}

.tableH, .tableH tr, .tableH td , .tableH th
{
    border: 1px solid #00ffff;
    border-collapse: collapse;    
}

