@import "element.css";
@import "actionmenu.css";
@import "table.css";
@import "modulemenu.css";
@import "advert.css";
@import "form.css";
@import "image.css";
@import "lastminute.css";

html 
{ 
  font-size:75%;
}

/* IE needs this one */
table 
{
  font-size:100%; 
}

body 
{
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica, sans-serif;
  margin-bottom:20px;
  color:#000;
  background-color:#ffffff;
}
img
{
  border: none;
  
}

/** AJAX Forms support (masking out the page during model calls, showing progress bar, and displaying result messages/errors) **/

.InfoMessage
{
	border: 1px solid #6a6;
	font-weight: bold; 
	color: green;
	background: #d7fbd7 url(../images/AjaxForms/smallInfo.gif) 3px 2px no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	min-height: 18px;
	margin:3px 0;
}

.ErrorMessage
{
	background-color: #F9ECEC; 
	border: 1px solid #FCC9C9;
	font-weight: bolder; 
	color: red;
	background-image: url(../images/AjaxForms/smallError.gif);
	background-position: 3px 2px;
	background-repeat: no-repeat;
	padding: 3px;
	padding-top:3px;
	padding-left: 23px;
	min-height: 15px;
	margin-bottom:3px;
}

/* http://forums.asp.net/p/1108958/1710136.aspx#1710136 */

#masker
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    opacity:0;
    filter:alpha(opacity=0);
    background-color: #ffffff;
    z-Index:1000;
}

#progress
{
    position:absolute;
    top:0px;
    left:0px;
    width:200px;
    display:none;
    z-Index:1001;
    border:2px solid black;
    background-color:#FFFFFF;
    text-align:center;
    vertical-align:middle;
    padding:10px;
    opacity:0.9;
    filter:alpha(opacity=90)
}


/** end Ajax Forms stuff **/

#top 
{ 
  margin:0px;
  padding:0px;
  background-color:#6699CC;
  background-repeat: repeat-x; 
}

.credit{
		margin-right: 20px;
		margin-top: 0px;
		float:right;
		position:relative;
		top:20px;
		color:#FFFFFF;
		font-size:16px;
		
		
	}


#logo 
{ 
  color:#FFFFFF;
  font-size:150%;
  padding:10px 14px;
}        

#logo span
{  
  vertical-align:35%;
  padding-left:10px;  
  line-height: 35px;
}

#topright
{
  float:right;
  margin-top:0.5em;
  margin-right:0.5em;
}

#topright span
{
  color:#FFFFFF;
  position:relative;
  bottom:3px;
  vertical-align:bottom;
}

#topright form
{
  display:inline;
}

#topright input
{
  height: 22px; 
  padding:0px;
  width: 55px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:100%;
}

/*
#leftnav 
{ 
  float:left;
  height:100%;
  padding: 20px 0px 0px 10px;
  margin-right: 20px;
}
*/
#bottom
{
  width:100%;
  text-align:center;
}

#footer
{
  text-align: center;
  float: left;
  width: 100%;
  margin-bottom:8px;
}

#vr
{
  float: left;
  height: 100%;
}

#main
{ 
  /* margin-left: 150px; */
}

#content
{ 
  /*
  position: absolute;
  top: 40px;
  left: 150px; */
  margin: 0px 16px;
  margin-top: 20px;
  float: none;
  padding:0px;
  width:100%;
}

/* IE fix */
body>div #content { 
  margin-right:0px;
  width:96%;
} 

p.small 
{
  font-size:90%;
  font-weight:bold;
}

a, a:visited, a:active, a:link, a:hover,  .link
{ 
  color: #0060cd;
  text-decoration:underline;
  cursor:pointer
}                                          

h1
{ 
  margin-top:0px;
  font-size:150%;
  font-weight:normal;
}

h2
{ 
  margin-top:1em;
  margin-bottom:0ex;
  font-size:120%;
  font-weight:bold;
}

h3
{ 
  font-size:120%;
  font-weight:normal;
}

b { font-size:inherit; }

code.block {
  background-color:#eee;
  margin-left:2em;
  padding:1ex;
  display:block;
}

.indent 
{  
  margin-left: 20px;  
}

.category1
{
  font-weight:bold;
  text-decoration:underline;
}

.category2
{
  padding-left: 16px;
  font-weight:bold;
}

.category3
{
  padding-left: 32px;
}

.catmenu
{
  float:right;
}

.level1
{
  font-weight:bold;
  text-decoration:underline;
}  

.level2
{ 
  font-weight:bold;
}  

.level3
{ 
}

.error
{ 
  font-size:120%;
  font-weight:bold;
  color:#FF0000;
}

.warning
{
	color: #FF0000
}

div.topnav { 
  margin:0px 0px 0px 0px;
}
