
/*Modal Popup*/
.ModalBackground
{
	background-color: #C0C0C0;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.ModalPopup
{
	background-color: #FFFFFF;
	border-width: 3px;
	border-style: solid;
	border-color: #C0C0C0;
	padding: 3px;
	width: 250px;
}

.ModalPopup p {
    padding: 5px;
}



.footertop {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background-image:url("/skins/kapiteslim/Images/footer_img.jpg");
background-repeat:repeat-x;
border:1px solid #CCCCCC;
height:230px;
width:980px;
align:left;
}
.footertop .footermenu {
float:left;
height:auto;
margin-top:20px;
width:160px;
}
.footertop .footermenu a {
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
text-decoration:none;
}
.footertop .footermenu ul {
list-style:none outside url("none");
margin:0;
padding:0 0 0 14px;
}
.footertop .footermenu li {
color:#000000;
text-align:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.3em;
list-style-type:none;
}



A.BtnImage
{
	font-weight: bold;
	font-size: 15px;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 15;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border:3px solid #C00
}

A.BtnImage:link, A.BtnImage:active, A.BtnImage:visited
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	color: #C00;
	text-decoration: none;
}

A.BtnImage:hover
{
	border: #bebebe 1px solid;
	padding: 2px 5px 2px 5px;
	background: url(/images/btn_back.gif) #dcdcdc repeat-x;
	color: #390;
	text-decoration: none;
}



.Bold
{
	font-weight: bold;
}


.Underline
{
	text-decoration: underline;
}

.Red
{
	color: #FF0000;
}


.HeadLine
{
	border-bottom: solid 1px #aaaaaa;
	padding-bottom: 4px;
	margin-bottom: 8px;
}

.LightBorder
{
	border-bottom: solid 1px #e1e1e1;
}



.ListImage
{
	border: 1px solid #DADADA;
	margin: 2px;
}


.SelectedListImage
{
	border: 1px solid #FFA86F;
	margin: 2px;
}

/* Main MENU */

#MainMenu{
width: 100%; /*leave this value as is in most cases*/
margin-left: 20px;
}

#MainMenu ul{
margin: 0px;
padding: 0px;
/*float: left; */
width: 100%; /*width of menu*/
border: none; /*dark purple border*/
/* background: black url(media/indentbg.gif) center center repeat-x; */
background:none;
}

#MainMenu ul li{
display: inline;
}

#MainMenu ul li a{
float: left;
color: #ffffff; /*text color*/
padding-top: 10px;
text-decoration: none;
font-family: Verdana,Tahoma,  Arial;
font-size: 12px;
font-weight: bold;

}

#MainMenu ul li a:visited{
color: #ffffff;
}

#MainMenu ul li a:hover, #MainMenu ul li .current{
color: #fdfe8b; !important; /*text color of selected and active item*/
text-decoration: none;
}

#MainMenu #MenuSep{
margin-top:0px;
margin-left:33px; margin-right:33px;
float:left;
background-image: url(/images/menu_sep.gif); 
background-repeat:no-repeat;
height:34px;
width:14px;
}

.ModuleContent
{
	padding: 5px;
	background-color: white;
	border-right:#dcdcde 1px solid;
		border-left:#dcdcde 1px solid;
			border-bottom:#dcdcde 1px solid;
background-image: url(/images/menuback.gif); 
				

}

.ModuleContent1
{
	padding: 5px;
	background-color: white;
	border-right:#dcdcde 1px solid;
		border-left:#dcdcde 1px solid;
			border-bottom:#dcdcde 1px solid;
}

.formboxhead
{
	border: #e1e1e1 1px solid;
	padding: 1px;
	font-weight: bold;
	color: #ffffff;
	line-height: 21px;
	
	background-color: #3C3F43;
	font-size: 12px;
}
.formbox
{
	border: #e1e1e1 1px solid;
	padding: 5px;
	margin-top:-1px;
	background-color: #ffffff;
}

