body 
{ 
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	background-color:#354961;
}

.StdFont
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
	color: #404040;
}

.Copyright
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
	color: #404040;
}

.bg_top
{
	background: url(../images/bg_top.jpg) repeat-x;
}

.bg_border_left
{
	background: url(../images/bg_border_left.png);
	width: 14px;
}

.bg_border_right
{
	background: url(../images/bg_border_right.png);
	width: 14px;
}

.bg_border_left_corner
{
	background: url(../images/bg_border_left_corner.png)
}

.bg_border_right_corner
{
	background: url(../images/bg_border_right_corner.png)
}

.bg_border_bottom
{
	background: url(../images/bg_border_bottom.png);
	height: 17px;
}


td
{
	behavior: url(Scripts/iepngfix.htc)
}

.tbl_content
{
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:justify;
	width: 740px;
}

.div_content
{
	padding-top: 10px;
	text-align:justify;
}

/* 
////////////////////////////////////////////////////////////////////
HTML TEXTBOX AND BUTTONS FORMS CLASSES
////////////////////////////////////////////////////////////////////
*/
.textbox
{
    border: 1px solid #CA9C00;
	font-family: Tahoma;
	font-size:11px;
	height: 15px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;

}
.textbox:focus
{
    background-color: #FFE895;
}

.textbox_topmenu_login
{
    border: 1px solid #CA9C00;
	font-family: Tahoma;
	font-size:11px;
	height: 15px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;

}
.textbox_topmenu_login:focus
{
    background-color: #FFE895;
}

.textarea
{
    border: 1px solid #CA9C00;
	font-family: Tahoma;
	font-size:11px;
	height: 100px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.textarea:focus
{
    background-color: #FFE895;
}

.dropdownlist
{
    border: 1px solid #CA9C00;
	font-family: Tahoma;
	font-size:11px;
	height: 20px;
}
.dropdownlist:focus
{
    background-color: #FFE895;
}

.button 
{
	border: 1px solid;
	background:#FFE895;
	border-color:#CA9C00;
	font-family:Tahoma;
	font-size:12px;
	color:#555555;
	padding-top:2px;
	padding-bottom:2px;
}

.button:hover
{
	border: 1px solid;
	background:#FFCC00;
	border-color:#777777;
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	padding-top:2px;
	padding-bottom:2px;
}

hr
{
  border: 0;
  width: 100%;
  color: #CA9C00;
  background-color: #CA9C00;
  height: 1px;
}
/* 

/*
////////////////////////
CONTENT SLIDER CLASSES
////////////////////////
*/

#wrapper 
{
    width: 100%;
    margin: 0 auto;
}

#slider 
{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.scroll 
{
    height: 100%;
    width: 740px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel 
{
    padding: 0px;
    height: 100%;
    width: 740px;
}

.hide
{
    display: none;
}

/*
////////////////////////
END CONTENT SLIDER CLASSES
////////////////////////
*/
