/**
Stylesheet: control.css
	CSS for www.aurelvr.com.

Copyright:
	Copyright (c) 2009 [Aurel von Richthofen](http://www.aurelVR.com).
		
*/

* {
	padding: 0;
	margin: 0;
}
body { 
    margin: 0;
    padding: 23px 0 0 0;
    border: 0;			  
    width: 100%;
    background: white;
    min-width: 1000px;      
	font: 11px Verdana,sans-serif; 
	text-align: left;
	line-height: 15px;
}

ul {
	list-style: none; 
}
li {
	list-style: none;
}
img {
    border: 0;
} 

td, tr {
    padding: 0;
    margin: 0;
} 

/*  naked link style -------------------------*/

a:link, a:visited {
	color: #ffffff;
}
a:hover, a:active {
    text-decoration: underline;
    color: #ffffff;
}


/*  a bo style #999966 -------------------------*/
a.bo {
	text-decoration: none;
}
a.bo:link, a.bo:visited {
	color: #000000;
	line-height: 17px;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
a.bo:hover, a.bo:active {
	background-color: #999966;
	text-decoration: none;
}
/*  a box inverted style */
a._bo {
	text-decoration: none;
}
a._bo:link, a._bo:visited {
	color: #000000;
	background-color: #999966;
	text-decoration: none;
}
a._bo:hover, a._bo:active {
	background-color: #ffffff;
	text-decoration: none;
}



/*  a box style #ff0099 -------------------------*/
a.box {
	text-decoration: none;
}
a.box:link, a.box:visited {
	color: #000000;
	line-height: 17px;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
a.box:hover, a.box:active {
	background-color: #ff0099;
	text-decoration: none;
}
/*  a box inverted style */
a._box {
	text-decoration: none;
	background-color: #ff0099;
}
a._box:link, a._box:visited {
	color: #000000;
	background-color: #ff0099;
	text-decoration: none;
}
a._box:hover, a._box:active {
	background-color: #ffffff;
	text-decoration: none;
}



/*  a boxx style 00ffcc -------------------------*/
a.boxx {
	text-decoration: none;
}
a.boxx:link, a.boxx:visited {
	color: #000000;
	line-height: 17px;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
a.boxx:hover, a.boxx:active {
	background-color: #00ffcc;
	text-decoration: none;
}
/*  a boxx inverted style */
a._boxx {
	text-decoration: none;
}
a._boxx:link, a._boxx:visited {
	color: #000000;
	background-color: #00ffcc;
	text-decoration: none;
}
a._boxx:hover, a._boxx:active {
	background-color: #ffffff;
	text-decoration: none;
}

/*  a boxxx style ff6600 -------------------------*/
a.boxxx {
	text-decoration: none;
}
a.boxxx:link, a.boxxx:visited {
	color: #000000;
	line-height: 17px;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
a.boxxx:hover, a.boxxx:active {
	background-color: #ff6600;
	text-decoration: none;
}
/*  a boxx inverted style */
a._boxxx {
	text-decoration: none;
}
a._boxxx:link, a._boxxx:visited {
	color: #000000;
	background-color: #ff6600;
	text-decoration: none;
}
a._boxxx:hover, a._boxxx:active {
	background-color: #ffffff;
	text-decoration: none;
}



/*  a boxxxx style ccff00 -------------------------*/
a.boxxxx {
	text-decoration: none;
}
a.boxxxx:link, a.boxxxx:visited {
	color: #000000;
	line-height: 17px;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
a.boxxxx:hover, a.boxxxx:active {
	background-color: #ccff00;
	text-decoration: none;
}
/*  a boxx inverted style */
a._boxxxx {
	text-decoration: none;
}
a._boxxxx:link, a._boxxxx:visited {
	color: #000000;
	background-color: #ccff00;
	text-decoration: none;
}
a._boxxxx:hover, a._boxxxx:active {
	background-color: #ffffff;
	text-decoration: none;
}


/*  a boxxxxx style ffff00-------------------------*/
a.boxxxxx {
	text-decoration: none;
}
a.boxxxxx:link, a.boxxxxx:visited {
	color: #000000;
	line-height: 17px;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
a.boxxxxx:hover, a.boxxxxx:active {
	background-color: #ffff00;
	text-decoration: none;
}
/*  a boxx inverted style */
a._boxxxxx {
	text-decoration: none;
}
a._boxxxxx:link, a._boxxxxx:visited {
	color: #000000;
	background-color: #ffff00;
	text-decoration: none;
}
a._boxxxxx:hover, a._boxxxxx:active {
	background-color: #ffffff;
	text-decoration: none;
}

/*  textblock style -------------------------*/
.textbl {
    text-align: left;
}

/*  big box style -------------------------*/
.bigbox {
    /*position: relative;*/
    background-color: white;
    border: solid white;
    border-width: 20px;
    z-index: 100;
    text-align: left;
    padding: 0px; 
    /*margin: 0 auto;*/
    margin-bottom: 20px;
   
}
