﻿
/*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;
}



A.BtnImage
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 10px;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
}

A.BtnImage:link, A.BtnImage:active, A.BtnImage:visited
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	color: #555555;
	background-color: #ceceea;
	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: #303030;
	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: 30px;
}

#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: 6px 0px 6px 0px;
text-decoration: none;
font-family: Verdana, Tahoma, Arial;
font-size: 10px;
font-weight: bold;

}

#MainMenu ul li a:visited{
color: #ffffff;
}

#MainMenu ul li a:hover, #MainMenu ul li .current{
color: #ebfabd !important; /*text color of selected and active item*/
text-decoration: none;
}

#MainMenu #MenuSep{
margin:8px 20px 7px 20px;
float:left;
background-image: url(images/menu_sep.gif); 
background-repeat:no-repeat;
height:9px;
width:2px;
}




/* Main Tab */

#TabContainer{
width: 100%;
text-align:center;
}

#TabContainer ul{
list-style: none;
padding: 0; 
margin:0px auto;
padding-top: 0px;
}

#TabContainer ul li{
display: inline;
float:left;
padding-bottom:0px;
}

.TabSep
{
margin-top:0px;
background-image: url(images/tablar/tabsep.gif); 
background-repeat:no-repeat;
height:11px;
width:1px;
}

.TabSpacer{
width:0px;
}

.TabItem {
cursor:pointer;
text-decoration: none;
}

.TabTitle {
font-family: Tahoma, Verdana, Arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;

background-image: url(images/tablar/tabbg.gif);
background-repeat: repeat-x;
display: block;
float: left;
padding: 5px 15px 6px 15px;
}

.TabLeft {
background-image: url(images/tablar/tabac.gif);
background-repeat: no-repeat;
display: block;
float: left;
width: 6px;
height: 26px;
}

.TabRight {
background-image: url(images/tablar/tabkapat.gif);
background-repeat: no-repeat;
display: block;
float:left;
width: 6px;
height: 26px;
}

#TabContainer A:hover {
text-decoration: none;
}

.TabItem:hover .TabLeft {
background-repeat: no-repeat;
}
.TabItem:hover .TabTitle {
background-repeat: repeat-x;
text-decoration:underline;
color: #ffffff;
}
.TabItem:hover .TabRight {
background-repeat: no-repeat;
}

.TabItem:hover .TabLeft {
background-image: url(images/tablar/tabac_over.gif);
background-repeat: no-repeat;
}
.TabItem:hover .TabTitle {
background-image: url(images/tablar/tabbg_over.gif);
background-repeat: repeat-x;
text-decoration:none;
color:#ffffff;
}
.TabItem:hover .TabRight {
background-image: url(images/tablar/tabkapat_over.gif);
background-repeat: no-repeat;
}

.ModuleContent
{
margin-top:0px;
	padding: 5px;
	background-color: white;
	border-right:#e0e0e0 1px solid;
		border-left:#e0e0e0 1px solid;
			border-bottom:#e0e0e0 1px solid;

}

.ModuleContent1
{
margin-top:0px;
	padding: 5px;
	background-color: white;
	border-right:#e0e0e0 1px solid;
		border-left:#e0e0e0 1px solid;
			border-bottom:#e0e0e0 1px solid;
}

A.formbtn
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	font-size: 10px;
	background: #fefefe url(/images/_btn_back.gif) repeat-x;
	color: #5b5b85;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0dc;
	text-decoration: none;
	height: 10;
}

A.formbtn:link, A.formbtn:active, A.formbtn:visited
{
	border: darkgray 1px solid;
	padding: 2px 5px 2px 5px;
	color: #555555;
	background-color: #ceceea;
	text-decoration: none;
        display:inline-block;
}

A.formbtn:hover
{
	border: #bebebe 1px solid;
	padding: 2px 5px 2px 5px;
	background: url(/images/btn_back.gif) #dcdcdc repeat-x;
	color: #303030;
	text-decoration: none;
}
