a:link {
	color:#9900CC;
	text-decoration: none;
}
a:visited {
	color:#9900CC;
	text-decoration: none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* 	ACCORDION	 */
.basic  {
	margin:  0px;
	padding: 0px;
	border: 1px solid #999999;

}
.basic div {
	background-color: #eee;
}
.basic a {
	cursor:pointer;
	display:block;
	padding: 1px 5px;
	height: 19px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333366;
	border-top: 1px solid #FFFFFF;
	background-image: url("graphic/background/title_blue.gif");
}
.basic a:hover {
	background-color: #999966;

	background-image: url("graphic/background/title_blue.gif");
}
.basic a.selected {
	color: black;
	background-color: #999966;
	border-bottom: 1px solid #eee;
	background-image: url("graphic/background/title_blue.gif");
}

.basic .content {
	padding: 5px;
}

.t, .tOff {
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	margin-left: 3px;
	font-weight: bold;
}

.t {
	background-color: #FFFFFF;
	color: #333333;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
	padding: 3px 3px 1px 5px;
	z-index: 2;
	position: relative;
}

.tOff {
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	color: #999999;
	padding: 3px 3px 0px 5px;
	cursor: pointer;
	z-index: 0;
}

.tOn {
	background-color: #FFFFFF;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #999999;
	padding: 3px 3px 1px 5px;
	color: #333333;
}



.tabContainer, .tabContainer100  {
	border: solid 1px #999999;
}

.tabTitle, .tabFoot {
	font-weight: bold;
	color: #333333;
	padding: 3px;
}

.tabTitle {
	border-bottom: 1px solid #999999;
}

.tabTitle input {
	border-left: 0px solid #FFFFFF; 
	border-right: 1px solid #333366; 
	border-top: 0px solid #FFFFFF; 
	border-bottom: 1px solid #333366; 
	height: 12px; 
	font-size: 7pt; 
	width: 65px;
}

.tabHr {
	border-width: 1px;
}

.tabFoot {
	font-family: arial;
	text-align: right;
	clear: both;
	border-top: 1px solid #999999;
}


.inbox {
	padding: 5px;
	border-top: solid 1px transparent;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
	border-bottom: solid 1px #999999;
}
.inboxNew {
	padding: 5px;
	border-top: solid 1px transparent;
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
	border-bottom: solid 1px #999999;
}
.inboxHover {
	padding: 2px;
	border: solid 4px #666699;
	background-color: #E5E5E5;
}

.inboxText, .inboxNew, .inboxSelect {
	padding: 4px;
	border-top: solid 1px #999999;
}

.inboxText{
	background-color:#FFFFFF;
	border-left: 1px solid transparent;
}

.inboxNew {
	background-color:#F2F2F2;
	border-left: 1px solid #999999;
}

.inboxSelect {
	background-color:#D9D9CC;
	border-left: 1px solid #999999;
}