body {
	background-color: #000;
}
.RegText, p, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.RegBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}

th { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	background: #6699CC;

}

/* home divs */

#content      
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	text-align: center;
	margin-top: -290px;
	margin-left: -420px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 840px;
	height: 580px;
	visibility: visible
	}

#homeimages {
	background-color: #000; /* #F4E6C4; #999; */
	width:840px; 
	height:500px; 
	margin: 0 auto; 
	padding: 5px 0px;
}
#homeimage1 {
	/* float:left; 
	margin:0px 6px 0px 6px; */
}
#homeimage2 {
	/* float:left; 
	margin:0px 6px 0px 0px; */
}
#homeimage3 {
	/* float:left; 
	margin:0px 6px 0px 0px; */
}
#homeimage4 {
	/* float:left;  
	margin:0px 5px 0px 0px; */
}
#mainsectionimages {
	background-color: #000;  /* #F4E6C4  #999*/
	width:840px; 
	height:500px; 
	margin: 0 auto; 
	padding: 0px 0px;
}

#subsectionimages { 
	position:relative;
	background-color: #191919; 
	width:840px; 
	height:500px; 
	margin: 0 auto; 
	padding: 0px 0px;
}
#sectioncopyright { 
	position:relative;
	background-color: #191919; 
	width:840px; 
	height:500px; 
	margin: 0 auto; 
	padding: 0px 0px;
}
tr.Row1, div.Row1 {
	background-color: #2d2d2d;
}
tr.Row2, div.Row2 {
	background-color: #191919;
}

tr.alt td {
	background-color: #2d2d2d;
}

tr.over td {
	background-color: #191919;
}

div.SuccessNotice {
	float: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #009900;
	color: #006600;
	clear: both;
	height: auto;
	width: 350px;
	border: 1px solid #990000;
	margin: 2px;
	padding: 2px;

  }  
  
div.SuccessNotice2 {
	float: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #009900;
	color: #006600;
	clear: both;
	height: auto;
	width: auto;
	border: 1px solid #990000;
	margin: 2px;
	padding: 2px;

  }   
  
div.ErrorNotice {
	float: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #ff0000;
	color: #999;
	clear: both;
	height: auto;
	width: 350px;
	border: 1px solid #990000;
	margin: 2px;
	padding: 2px;
  }  

#mladmin {
	background-color: #AFAFAF; /* #F4E6C4; #999 */
	width:770px; 
	height:auto; 
	margin: 0 auto; 
	padding: 10px 10px;
	border: #666666 solid 1px;
	position: relative;
}

/* for admin imagebox */
#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}


/* tabs nav */

#tabsNav {
	width:770px; 
	margin: 0 auto; 
	padding: 5px 0px;
	clear: both;
}

/* admin content */

#adminContent{
	width:840px; 
	margin: 0 auto; 
	padding: 5px 0px;
}

/* tabs style */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
width: 750px;
clear: both;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(images/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}

#underlinemenu ul #current a{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid black;
padding-bottom: 0;
}

/* progress bar */


/* progress bar container */

  #progressbar{

    border:1px solid black;

    width:200px;

    height:20px;

    position:relative;

    color:black;

  }

  /* color bar */

  #progressbar div.progress{

    position:absolute;

    width:0;

    height:100%;

    overflow:hidden;

    background-color:#369;

  }

  /* text on bar */

  #progressbar div.progress .text{

    position:absolute;

    text-align:center;

    color:white;

  }

  /* text off bar */

  #progressbar div.text{

    position:absolute;

    width:100%;

    height:100%;

    text-align:center;

  }

/* for next/previous arrows */

.disabled{ visibility:hidden; }
