* {margin:0; padding:0;}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */

.replace{
      position:relative;
      margin:0px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden;
      /* */
}
.replace span{
      display:block;
      position:absolute;
      top:0px;
      left:0px;
      z-index:1; /*for Opera 5 and 6*/
}



body
{
	/*background-color: #123a80;  #000 #fefefe #30589e */
	background-image: url(css_images/bg.jpg);
	color: #FFF;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
}

div#page { padding: 15px 30px 20px 30px; }

p
{
	font-size: .9em;
	padding: 1em 0 1em 0;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1em; }
h4 { font-size: .9em; }

a:link
{
	color: #666;
	text-decoration: none;
	cursor: hand;
}
a:visited
{
	color: #666;
	text-decoration: none;
	cursor: hand;
}
a:hover
{
	color: #F33;
	text-decoration: underline;
	cursor: hand;
}

.debuginfo
{
	font-size: 80%;
	color: #800;
	background-color: #f66;
	margin: .5em 0 .5em 0;
	padding: 1em;
	font-family: "Courier New", Courier, monospace;
	border-color: #08215a;
	border-width: 2px;
	border-style: dashed;
}

.debuginfo h1
{
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

.debuginfo p, label
{
	font-size: 1em;
	padding: 0;
	margin: 0;
}

div#loginerror h2
{
	color: #08215a;
	margin: 10px 0 10px 0;
}

div#queryerror
{
	font-weight: bold;
	font-style: italic;
	color: #08215a;
	margin: 1em 0 1em 0;
}

div#queryerror span { text-decoration: underline; }


/* Online Services menu */

div#menucontainer
{
	background-color: #AAA;
	border-color: #08215a; /* #08215a #08215a */
	border-width: 15px;
	border-style: none none solid none;
	margin: .5em 0 0 0;
}
div#menucontainer ul
{
	list-style-type: none;
	list-style-position: default;
}
div#menucontainer li
{
	float: left;
	color: #000;
	font-weight: bold;
	padding: .5em .6em .5em .6em;
}
div#menucontainer li a:link { color: #FFF; } /* #000 */
div#menucontainer li a:visited { color: #FFF; }
div#menucontainer li.selected { background-color: #08215a; } /* #08215a #08215a */


/* Form pieces */

div#formcontainer { margin: 0 0 .8em 0; }

div#formcontainer h3
{
	text-transform: uppercase;
	margin: 0 0 .5em .2em;
	font-weight: bold;
	font-size: .8em;
	color: #000;
}

div#formcontainer div.clearfix
{
	padding: .3em 0 0 0;
	vertical-align: top;
}

div#formcontainer label
{
	width: 7em;
	float: left;
	font-size: .75em;
	color: #444;
	margin: .25em 0 0 .4em;
	text-align: right;
}

div#formcontainer p
{
	margin: 0;
	padding: .5em 0 0 7.4em;
	font-style: italic;
	font-size: .8em;
}

div#formcontainer .checkbox input
{
	margin: 0 0 0 7.5em;
	float: left;
}
div#formcontainer .checkbox label
{
	text-align: left;
	width: 15em;
}

div#formcontainer input, div#formcontainer select
{
	float: left;
	margin: 0 0 0 0.75em;
}

div#submitbuttons { margin: 0 0 0 1.5em; }
div#submitbuttons input { margin: 1em 0em 0em .5em; }

div#formcontainer table { margin: .5em 0 0 2em; }
div#formcontainer td
{
	text-align: left;
	padding: .5em 1.3em;
	color: #000;
	font-size: .8em;
	font-weight: bold;
	vertical-align: baseline;
}
table#userfields .admin { background-color: #F20; }
table#userfields .agent { background-color: #9FF; }
table#userfields .actg { background-color: #06F; }
table#userfields .cust { background-color: #6F0; }
table#userfields .empl { background-color: #FFFFFF; }

div.reportcontrol
{
	float: left;
	font-size: .9em;
	padding: 0 1em .8em 0;
}
div.reportcontrol input { margin: 0 .3em 0 0; }

div.formcolumn
{
	width: 100%;
	margin: .6em .7em 0 0;
	padding: 0 0 .8em 0;
	border-color: #999;
	border-width: 5px;
	border-style: solid none none none;
	background-color: #BBB;
}

div.multicolumn
{
	float: left;
	width: 26em;
	padding-right: 1em;
}

div.login
{
	width: 26em;
}

.formcolumn h2
{
	margin: 0 0 .5em .2em;
	font-weight: bold;
	font-size: 1.4em;
	color: #000;
}
.formcolumn h4
{
	color: #363636;
	padding: 1em 0 0 1em;
}

.querycolumn
{
	width: 100%;
	float: left;
	margin: .6em .7em 0 0;
	padding: 0 0 .8em 0;
	border-color: #999;
	border-width: 5px;
	border-style: solid none none none;
	background-color: #BBB;
}

div.button
{
	float: left;
	margin: 0 10px 0 0;
}

div#working
{
	display: none;
	width: 295px;
	height: 30px;
	background-image: url("css_images/generating.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#report { margin: 1em 0 1em 0; }
div#report td
{
	text-align: left;
	padding: .1em .5em;
	color: #000;
	font-size: .7em;
}
div#report tr.header
{
	background-color: #FF0000;
	font-weight: bold;
}
div#report tr.header td.sortby
{
	background-color: #D3D3D3;
}
div#report tr.grouping
{
	background-color: #69C;
	font-weight: bold;
}
div#report tr.params { background-color: #BBB; }
div#report tr.params input
{
	font-size: .9em;
	color: #08215a;
}
div#report tr.odd { background-color: #48D1CC; }
div#report tr.even { background-color: #D3D3D3; }
div#report tr.odd2 { background-color: #FFFFFF; }
div#report tr.odd3 { background-color: #C6C6C6; }
div#report tr.even2 { background-color: #FFFF66; }
div#report tr.even3 { background-color: #FF3300; }
div#report a:link { color: #000; }
div#report a:visited { color: #000; }
div#report a:hover { color: #9EF; }
div#report tr.even a:link, div#report tr.odd a:link, div#report tr.even2 a:link, div#report tr.odd2 a:link, div#report tr.even2 a:link, div#report tr.odd3 a:link { color: #900; }
div#report tr.even a:visited, div#report tr.odd a:visited, div#report tr.even2 a:visited, div#report tr.odd2 a:visited,  div#report tr.even3 a:visited, div#report tr.odd3 a:visited { color: #300; }
div#report tr.even a:hover, div#report tr.odd a:hover, div#report tr.even2 a:hover, div#report tr.odd2 a:hover, div#report tr.even3 a:hover, div#report tr.odd3 a:hover { color: #08215a; }


div#admincontext
{
	background-color: #08215a;
	border-color: #08215a;
	border-width: 15px;
	padding: 0 0 .8em 1.2em;
}
div#admincontext h2 { font-size: 1em; }


div#logininfo
{
	float: right;
	border-color: #999;
	border-width: 5px;
	border-style: solid none none none;
	background-color: #BBB;
	padding: 10px;
}

div#shotraklogo { float: left; }

#sunsetimg, #sunsetimg span
{
	height: 113px;
	width: 600px;
	background-image: url("css_images/sunset-logo.gif");
}

div#detailcontainer
{
	margin: .6em .7em 0 0;
	padding: 0 0 .8em 0;
	border-color: #08215a;
	border-width: 5px;
	border-style: solid none none none;
	background-color: #BBB;
}

div#detailcontainer h3
{
	text-transform: uppercase;
	margin: 0 0 .5em .2em;
	font-weight: bold;
	font-size: .8em;
	color: #000;
}

div#detailcontainer h4
{
	margin: .7em 0 0 6.7em;
	font-weight: bold;
	color: #FFF;
}

div#detailcontainer label
{
	width: 7em;
	float: left;
	font-size: .75em;
	color: #444;
	margin: .25em .3em 0 .4em;
	text-align: right;
	float: left;
}

div#detailcontainer p
{
	width: 25em;
	font-size: 1em;
	color: #444;
	padding: .2em .3em 0 .4em;
	margin: .25em;
	text-align: left;
	float: left;
	background-color: #AAA;
}

div#detailcontainer div#download
{
	margin: 1em;
	padding: 1em;
	width: 6em;
	background-color: #DDD;
}

/* Community */

div#community { float: left; }
{
	width: 119px;
	height: 74px;
	top: 0px;
	left: 0px;
	margin-top: 20px;
}
div#community a
{
	width: 119px;
	height: 74px;
	display: block;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#community p a:link span { background-position: 0px 0px; }
div#community p a:hover span { background-position: 0px -74px; }
#communityimg, #communityimg span
{
	height: 74px;
	width: 119px;
	background-image: url("css_images/home-community4.jpg");
}


/* Live Support */

div#livesup { float: left; }
{
	width: 118px;
	height: 78px;
	top: 0px;
	left: 0px;
	margin-top: 20px;
}
div#livesup a
{
	width: 118px;
	height: 78px;
	display: block;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div#livesup p a:link span { background-position: 0px 0px; }
div#livesup p a:hover span { background-position: 0px -78px; }
div#livesup p onClick span { background-position: 0px -78px; }
#livesupimg , #livesupimg span
{
	height: 78px;
	width: 118px;
	background-image: url("css_images/livesup.gif");
}

/* Spacer */

div#spacer { float: left; }
{
	width: 50px;
	height: 50px;
	top: 0px;
	left: 0px;
	margin-top: 20px;

#spacerimg , #spacerimg span
{
	height: 50px;
	width: 50px;
	background-image: url("css_images/spacer.gif");
}

