﻿html
{
    height:100% !important;   
}
html, body {margin: 0; padding: 0; }

html>body {
	font-size: 11px;
} /* Reset Base Font Size */

body 
{       
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
	font-size: 11px;
	background: #fff;
	color: #222222;
	height:100% !important;	
}

h1, h2 { font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; padding: 10px; margin: 0 }
h1 { font-size: large }

a img { border: none; }

/* COMMON CSS */
.floatleft
{
    float:left;
}

.floatright
{
    float:right;
}

.clearBoth
{
    clear:both;
}

.hide
{
    display:none;
}

.bold
{
    font-weight:bold;
}

.messagebox
{    
    position:absolute;
    width:98%;
    top:5px;    
    padding:5px;
    z-index:999999;
}

.messagebox span
{
    background-color:#FFFFCC;
    color:#333333;  
    padding-left:10px;
    padding-right:10px;  
    border:1px solid White;
}
/* END COMMON CSS */

/* GIRD VIEW CSS */
.gridview2
{
    border:1px solid #cccccc;
}

.gridview2 .gvheader
{
    
}

.gridview2 .gvheader th
{
    border:1px solid #f3f3f3;
    text-align:left;
    padding:2px;
    color:#333333;
    height:40px;
    background-color:#ece9d8;
}

.gridview2 .altstyle td
{
    width:auto !important;
    border:1px solid #f9f8f3;
    padding:2px;
    color:#333333;
    background-color:#f3f3f3;
}

.gridview2 .rowstyle td
{
    width:auto !important;
    border:1px solid #f9f8f3;
    padding:2px;
    color:#333333;
    background-color:#f3f3f3;
}

.gridview2 .number
{
    text-align:right;
    font-weight:bold;
    padding-left:10px;
}

.gridview2 .img
{
    width:16px;
    height:16px;
}

.gridview2 div.checkbox
{
    width:24px;
}

.gridview2 .date
{
    width:100px;
    text-align:center;
}

.gridview2 .text
{
    width:150px;
}

.gridview2 .smalltext
{
    width:100px;
    text-align:center;
}

.gridview2 .button
{   
    float:right; 
    font-size:12px;
    color:#1155CC;
    text-decoration:underline;
    text-align:left;
    background-color:transparent;
    padding-left:5px;
    padding-right:5px;   
    height:16px;
    border:0px none transparent;     
    margin-right:5px;
    cursor:pointer;    
}

.gridview2 .dropdownlist
{
    background-color:#f3f3f3;
}

.gridview2 .textbox
{
    background-color:#f3f3f3;
}

.gridview2 .required input
{
    background-color:#FFFFCC !important;
}

.gridview2 .required select
{
    background-color:#FFFFCC !important;
}

/* END GIRD VIEW CSS */