* {
	margin: 0;
	padding: 0;
}

html, body, #main {
	height: 100%;
}

body, div {
	font-family: 'lucida grande', helvetica, verdana, arial, sans-serif;
}

body { margin: 0; padding: 0; font-size: small; color: #333 }
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 {
	font-size: large
}
h3 {
	margin-top: .5em;
}
#main {
	padding: 1em;
}
#banner {
	padding: 15px;
	background-color: #06b;
	color: white;
	font-size: large;
	border-bottom: 1px solid #ccc;
    background: url(bg.gif) repeat-x;
    text-align: center;
}
#banner a { color: white; }
fieldset {
	/*padding: 8px;*/
}
legend { font-weight: bold; }

pre { margin-bottom: 1em; }

.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }

li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 260px;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #eee;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;

	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}

#list2 {
	height: 178px;
	border: 1px solid #eee;
	overflow: hidden;
}
#list2 .red {
	color: red;
	background-color: red;
}
#list2 .green {
	color: green;
	background-color: green;
}
#list2 .blue {
	color: blue;
	background-color: blue;
}
#list2 dd {
	height: 130px;
	overflow: hidden;
}

#list3 {
	border: 1px solid #111;
}
#list3 div.selected .title {
	font-weight: bold;
}
#list3 div div {
	border-left:8px solid #6699CC;
	padding: 5px;
}
#list3 div.title {
	border: 1px solid #3366AA;
	background-color: #6699CC;
	padding: 10px;
	cursor: pointer;
}
#list3 div.selected {
	border-bottom: none;
}

#navigation {
	/*border:1px solid #5263AB;*/
	margin:0px;
	padding:0px;
	text-indent:0px;
	/*background-color:#E2E2E2;*/
	width:200px;
}
#navigation a.head {
	cursor:pointer;
}
#navigation a.head:hover {
	/*color:#FFFF99;*/
}
#navigation a.selected {
	/*background-image: url(../img/images/expanded.gif);*/
}
#navigation a.current {
	/*background-color:#FFFF99;*/
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none;
	display:block;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	/*background-color:#FFFF99;
	color:#FF0000;*/
}

#wizard {
	width: 200px;
	border: 1px solid black;
}
#wizard .title {
	background-color:#DDDDDD;
}

@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}

#navigation a.head.Start {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/startbutton.png);
	background-repeat: no-repeat;
}

.status {
	display: block;
	width: 168px;
	height: 24px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_start_status.png);
	background-repeat: no-repeat;
}

#navigation a.head.Project {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/projectbutton.png);
	background-repeat: no-repeat;
}

.Completed {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_start_completed.png);
	background-repeat: no-repeat;
}

.Available {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_start_available.png);
	background-repeat: no-repeat;
}

.Future {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_start_future.png);
	background-repeat: no-repeat;
}

#navigation a.head.Memberships {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/membershipbutton.png);
	background-repeat: no-repeat;
}

.Upgrade {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_start_upgrade.png);
	background-repeat: no-repeat;
}

.History {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_start_history.png);
	background-repeat: no-repeat;
}

.Hosting {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_start_hosting.png);
	background-repeat: no-repeat;
}

#navigation a.head.Accounting {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/accountingbutton.png);
	background-repeat: no-repeat;
}

.View_Payment_History {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_view_payment_history.png);
	background-repeat: no-repeat;
}

.Request_Withdrawal {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_request_withdrawel.png);
	background-repeat: no-repeat;
}

#navigation a.head.Traffic {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/trafficbutton.png);
	background-repeat: no-repeat;
}

.Traffic_Exchange_Manager_ {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_traffic_exchange.png);
	background-repeat: no-repeat;
}

.LinkPartner_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_links_partner.png);
	background-repeat: no-repeat;
}

.View_Partnership_Requests {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_view_partnership_requests.png);
	background-repeat: no-repeat;
}

.Send_Partnership_Requests {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_send_partnership_requests.png);
	background-repeat: no-repeat;
}

.Redirect_System {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_redirect_system.png);
	background-repeat: no-repeat;
}

#navigation a.head.Sales {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/salesbutton.png);
	background-repeat: no-repeat;
}

.Autoresponder_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_auto_responder.png);
	background-repeat: no-repeat;
}

.Campaign_Statistics_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_campaign_stats.png);
	background-repeat: no-repeat;
}

.Lead_Capture_Page_Statistics_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_lead_capture_stats.png);
	background-repeat: no-repeat;
}

.Traffic_Statistics_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_traffic_stats.png);
	background-repeat: no-repeat;
}

.Player_Statistics_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_player_stats.png);
	background-repeat: no-repeat;
}

#navigation a.head.Leads {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/leadsbutton.png);
	background-repeat: no-repeat;
}

.Campaign_Manager_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_campaign_manager.png);
	background-repeat: no-repeat;
}

.Lead_Capture_Page_Generator {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_lead_cap_page_gen.png);
	background-repeat: no-repeat;
}

.Manage_Lcps {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_manage_lcps.png);
	background-repeat: no-repeat;
}

#navigation a.head.Communication {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/communicationbutton.png);
	background-repeat: no-repeat;
}

.Internal_Mail_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_internal_mail.png);
	background-repeat: no-repeat;
}

.Newsletter_Manager_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_newsletter_manager.png);
	background-repeat: no-repeat;
}

.Leads_Manager_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_leads_manager.png);
	background-repeat: no-repeat;
}

#navigation a.head.Social {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/socialbutton.png);
	background-repeat: no-repeat;
}

.Forum_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_forum_module.png);
	background-repeat: no-repeat;
}

.Friends_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_friends_module.png);
	background-repeat: no-repeat;
}

.Browse_Players {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_browse_players.png);
	background-repeat: no-repeat;
}

.View_Friendship_Requests {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_view_friendship_req.png);
	background-repeat: no-repeat;
}

#navigation a.head.Support {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/supportbutton.png);
	background-repeat: no-repeat;
}

.Helpdesk_module {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_helpdesk_module.png);
	background-repeat: no-repeat;
}

#navigation a.head.Resources {
	display: block;
	width: 168px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(/img/images/design/resourcesbutton.png);
	background-repeat: no-repeat;
}

.Resource_Manager {
	display: block;
	width: 168px;
	height: 23px;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(/img/images/design/sub_ressource_manager.png);
	background-repeat: no-repeat;
}
