
/*@import "../../code/Stylesheets/HorizontalMenu.css";*/

/*
When you use fixed width and height, you have to HACK it so that IE6 understands it
this {
	height: 400px;
	width: 350px;
	padding: 20px;
	widt\h: 310px;
	heigh\t: 360px;
}
.frame { padding: 5px; border: 1px solid #aaa; } 

Green Success: #66FF33


*/
.test
{
    color: #FFFFCC
}

a, a:link, a:visited {
	color: yellow;
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
a:hover {
	color: YELLOW;
	text-decoration: underline;
}
body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	background-color: #000000;
	color: #FFFFFF;
	margin: 10px 10px 30px 10px;
}
font {
	font-family: verdana, arial, sans-Serif;
	font-size: 11px;
}
h1, h2, h3, h4, h5 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h1 {
	font-size: 23px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 13px;
}
hr {
	height: 1px;
	width: 100%; /*color: #0e0e00;*/ /*color: #808080;*/
	color: #1b1b1b;
}
img {
	border: 0px;
}
input[type=text] {
	font-size: 8pt;
	color: black;
	font-family: Verdana;
}
td {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}


/**********************************/


div.imgStarContainerL, div.imgStarContainerR {
	width: 110px;
}
div.imgStarContainerL div {
	float: left;
	background-image: url(http://www.lolli.org/images/Site/Star.gif);
	width: 11px;
	background-repeat: no-repeat;
	height: 10px;
	border:solid 1px white;
	vertical-align: middle;
	border: 0px;
}
div.imgStarContainerR div {
	float: right;
	background-image: url(http://www.lolli.org/images/Site/Star.gif);
	width: 11px;
	background-repeat: no-repeat;
	height: 10px;
	border:solid 1px white;
	vertical-align: middle;
	border: 0px;
}

div.smalltext {
	font-size:10px;
	margin-top:5px;
}
img.restrict {
    max-width:100%;
    height:auto;
}
input.required {
    background-color:#FCA7B6;
    color:Black;
}
span.asterisk {
	color:Yellow;
}
span.darktext {
    /* This is the grey I use everywhere */
    color:#666666;
}

span.smalltext {
	font-size: 10px;
}
table.banner {
    padding:0px;
    width:100%;
}
table.banner tr td {
    vertical-align:top;
}
table.banner tr td.banner {
    width:475px;
    text-align:right;
}
table.legoman {
    float:left;
    margin:15px 15px 15px 15px;
    background-color:#E0ECFF;
}
table.legoman tr td {
    padding:0px !important;
    margin:0px !important;
}
/*table.legoman img {
    padding:0px !important;
    margin:0px !important;
    border:solid 1px green;
}
*/
table.tablepadding tr td {
    padding:5px 5px 5px 0px;
}
table.tablepadding tr td.topalign {
    vertical-align:top;
    padding:8px 5px 5px 0px;
}


/**********************************/

/* Skin: Default Textbox */
/* Skin: Default Listbox */
/* Skin: Default DropDownList */
.tb, .lb, .ddl {font-size:8pt;color:black;font-family:Verdana;}
/* Skin: Search Textbox with Image */
input.SearchWithImage {
	/*
	background:#FFFFFF url(/images/Site/Textbox/search.png) no-repeat 4px 4px;
    padding:4px 4px 4px 22px;
    */
	background:#FFFFFF url(/images/Site/Textbox/search.png) no-repeat 3px 3px;
    padding:3px 3px 3px 22px;
    border:1px solid #CCCCCC;
    width:180px;
    font-size:8pt;
    color:black;
    font-family:Verdana;
    /*height:18px;*/
}

.autoexpandtextbox {
    font-size:8pt;color:black;font-family:Verdana;width:420px;height:140px;min-height:140px;line-height:15px;
}
.basecolor1 {
	/* Dark */
	background-color:#111111;
}
.basecolor2 {
	/* Lighter */
	background-color:#1b1b1b;
}
.basecolor3 {
	/* Lightest */
	background-color:#232323;
}
.basecolor4 {
	/* Lightestest */
	background-color:#4D4D4D;
}
.error {
    clear:both;display:block;font-weight:bold;color:yellow;
}
.hidden {
    display:none;
}
.largetext {
	font-weight: 600;
	font-size: 16px;
}
.pageheading {
    font-size:11pt;font-weight:bold;height:16pt;color:White;
}
.darktextpageheading {
    font-size:11pt;font-weight:bold;height:16pt;color:#666666;
}
.SmallPageheading
{
    font-size: 9pt;
    font-weight: bold;
    height: 14pt;
    color: #999999;
    display:block;
}
.MediumPageheading
{
    font-size: 11pt;
    font-weight: bold;
    height: 16pt;
    color: #999999;
    display:block;
}