/*
  main.css,v 1.0 2006/03/18

  SEOTM Solutions
  http://www.seotm.com

  Copyright (c) 2006 Seotm.com
*/

BODY {
  background-color: #292929;
  color: #FFFFFF;
  margin: auto auto;
  width: 100%;
  height : 100%;
  font-family: Arial, sans-serif;
}

p {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
}

h1 {
  font-family: Arial, sans-serif;
  font-size: 22px;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
}

A {
  color: #777777;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

A:hover {
  color: #ffffff;
  text-decoration: underline;
}


FORM {
 display: inline;
}

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; } 


.lnk_page{
border:1px dotted #BBBBBB;
height:18px;
padding:3px 6px;
text-decoration:none;
}

.lnk_page:hover{
 background-color:#C0C0FF;  
}

.LinkPagesSel{
background:#EEEEEE none repeat scroll 0%;
border:1px solid #BBBBBB;
font-weight:bold;
padding:3px 6px;
}

.select{
 width: 35px;
}

.err_box { border:1px solid #FFC0C0; background-color:#FFDDDD; padding:15px; margin:5px; width:50%; float: center; }
.err_title{ font-size: 12px; padding-bottom: 2px; }
.err_text { font-size: 10px; }
.msg_box { border:1px solid #C0FFC0; background-color:#D9FFD9; padding:15px; margin:5px; width:50%; float: center; }
.msg_text { }
.wrn_box { border:1px solid #FFFF80; background-color:#FFFFCC; padding:15px; margin:5px; width:50%; float: center; }
.wrn_text { } 
.textbox{ background-color: #999999; width: 300px; border: 1px solid #333333;}
.textarea{ background-color: #999999; width: 300px; height: 50px; border: 1px solid #333333;}