/* 
    Document   : style
    Created on : 10-Sep-2009, 17:19:59
    Author     : smalani
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body {
	margin: 0 0 0 0;
	padding: 0px;
	background: #FFFFFF repeat-x left top;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #111111;


}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.8em;
}


h3 {
	font-size: 1.6em;
}

a {
	color: #FFFFFF;
    font-size: 11px;
}

a#menu {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
    margin-right: 20px;
}

a#menul2 {
    color: #888888;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    margin-right: 20px;
}


a#menu:hover {
    font-weight: bold;
    text-decoration: underline;
}

a#menul2:hover {
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}


table {
    
    font-family: sans-serif;
    font-size: 14px;
}

table#main {
    font-size: 12px;
	background: #ffffff;
}


table#menu {
    
    color: #ffffff;
}

hr {
    color: #888888;
    height: 1px;
}

div#menubackground {
    background-image: url(../images/menubg.png);
    background-repeat: repeat-x;

    height: 30px;

    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;

    font-weight: bold;

    color: white;
}

input.txt {
    width: 100px;
}

input.nomand {

    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    color: black;

    
    border-top-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    border-right-color: #000000;
}

input.mand {
    
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    
    border-top-color: #ff3333;
    border-bottom-color: #ff3333;
    border-left-color: #ff3333;
    border-right-color: #ff3333;
}

div#menuhover:hover {
    background-color: #ffffff;
    color: white;
}

th {
    font-size: 14px;
    margin-bottom: 5px;
}

td.wfont {
    color: #FFFFFF;
}

div#headmessage {
    
    background-image: url(../images/menubg.png);

    height: 50px;
    background-repeat: repeat-x;

    font-size: 14px;
}

table#frms {
    background-color:#EFEFEF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    border-right-style: dotted;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;

    border-top-color: #999999;
    border-bottom-color: #999999;
    border-left-color: #999999;
    border-right-color: #999999;

}

ul#b2points {
    font-size: 12px;
}

div.newupdt {
    color: white;

    background-color: #ff0000;
    font-weight: bold;
}


#mainbody{

    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: white;
    
}

#mainbody {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: white;

}

#mainbody2 {

    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: white;
    
    font-weight: bold;
}

#signup {
  
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: white;
}

.mainimg {

    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    background-image: url(../images/mainbg.jpg);
    z-index: 2;

    

    background-repeat: repeat;
    height: 400px;
    width: 1000px;
}
