﻿
    
    
body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      background: url('/images/bg.gif');
      font-size: 12px;
      font-family: Arial;
   }
   
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
      min-height: 100%;
      height: 100%;
   }
	
table, td, tr
{
    font-size: 12px;
      font-family: Arial;
}



input
{
	font-size: 11px;
      font-family: Arial;
}

.btn
{
	background: url('../images/formbg.jpg') repeat-x;
	border: 1px solid #333333;
}

div.admintitle
{
    font-size: 18px;
    border-bottom: 4px double #AAAAAA;
    border-right: 2px single #AAAAAA;
    padding: 10px;
    font-weight: bold;
    color: #555555; 
    background: #EFEFEF;
}

div.bigtitle
{
    
}

td.td2
{
    background: url('/images/td1.jpg') repeat-x #FFFFFF;
    padding: 6px;
    border: 1px solid #555555;
}

td.td1
{
    background: url('/images/td2.jpg') repeat-x #FFFFFF;
    padding: 6px;
    border: 1px solid #999999;
}

tr.tr2
{
    background: url('/images/td1.jpg') repeat-x;
    padding: 6px;
    border: 1px solid #999999;
}

tr.tr1
{
    background: url('/images/td2.jpg') repeat-x;
    padding: 6px;
    border: 1px solid #555555;
}


div.div1
{
    background: url('/images/td2.jpg') repeat-x;
    padding: 6px;
    border: 1px solid #555555;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

a
{
    text-decoration: none;
    color: #662424;
}

a:hover
{
    text-decoration: underline;
    color: #555555;
}

ul
{
	list-style-image: url('../images/bullet.gif');
	
}