/* Main Styles */

body {
	margin: auto;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	font-family: arial;
	background-color: #000000;
	color: #FFFFFF;
	height: 100%;
	min-width: 925px;
	width: 100%;
	border-color: #333333;
	border-spacing: 0px;
}

table.container {
	margin: auto;
	text-align: left;
	height: 100%;
	min-width: 957px;
	width: 100%;
	padding: 0px;
	background-color: #333333;
	border-spacing: 0px;
}

table.padding {
	width: 100%;
	height: 100%;
	border-width: 0px;
	padding: 15px;
	padding-bottom: 0px;
	border-spacing: 0;
}

td.sidebar ul{padding-left: 15px; margin-left: 0px; margin-right: 0px;}
td.sidebar ul li{padding-left: 0px; margin-left: 0px; margin-right: 0px;}
td.sidebar ul li ul li{padding-left: 0px; margin-left: 0px; margin-right: 0px;}
td.sidebar ul li li{padding-left: 0px; margin-left: 0px; margin-right: 0px;}

td.sidebar a{color: #CCC; text-decoration: none; font-size: 10pt}
td.maincontent a{color: #CCC; text-decoration: none; border-color: #CC0000; border-bottom-width: 1px; border-bottom-style: dashed;}
td.maincontent img a, td.sidebar img a{border-width: 0px;}
td.maincontent a:hover, td.sidebar a:hover {color: #FFF; border-color: #FF0000; border-bottom-width: 1px; border-bottom-style: solid;}
td.maincontent img a:hover, td.sidebar img a:hover{border-width: 0px;}

/* Borders */

td.borderleft {
	width: 56px;
	height: 100%;
	background-image: url("./images/border_left.png");
	background-repeat: repeat-y;
	border-spacing: 0px;
	}
	
td.borderright {
	width: 58px;
	height: 100%;
	background-image: url("./images/border_right.png");
	background-repeat: repeat-y;
	border-spacing: 0px;
	}

/* Banner */
	
table.header {
	font-size: 10pt;
	color: #999;
}

table.bannercontainer {
	width: 100%;
	border-width: 0px;
	padding: 0px;
	border-spacing: 0px;
	margin-top: 5px;
}

td.bannertitle {
	background-image: url("./images/red/banner_spacer.png");
	background-repeat: repeat-x;
	min-height: 172px;
	border-spacing: 0px;
}
	
td.bannerleft {
	width: 190px;
	min-width: 190px;
	height: 172px;
	background-image: url("./images/red/banner_left.png");
	background-repeat: no-repeat;
	padding: 0px;
	border-spacing: 0px;
}
	
td.bannerright {
	width: 187px;
	min-width: 187px;
	height: 172px;
	background-image: url("./images/red/banner_right.png");
	background-repeat: no-repeat;
	padding: 0px;
	border-spacing: 0px;
}

td.bannercell {
	height: 172px;
}

/* Search Bar */

input.searchbox {
	height: 18px;
	width: 134px;
	background-image: url("./images/search_bg.png");
	border: 1px;
	border-style: solid;
	border-color: #000;
	padding-left: 17px;
	color: #999;
	display: inline;
}

/* Sidebar */

td.sidebar {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	height: 100%;
	border-spacing: 0px;
	padding-right: 15px;
	padding-top: 15px;
	padding-left: 0px;
	padding-bottom: 15px;
	font-family: arial;
	font-size: 12pt;
	color: #FFFFFF;
}

.sb_title {
	width: 150px;
	max-width: 150px;
	height: 30px;
	background-image: url('./images/sidebar_titlebg.png');
	background-repeat: no-repeat;
	border-spacing: 0px;
	margin: 0px;
	text-align: center;
	font-family: arial;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 29px;
}

/* Main Content */

table.content {
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-spacing: 0px;
	padding: 0px;
}

td.maincontent {
	height: 100%;
	border-spacing: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 10pt;
	border-left-width: 2px;
	border-left-color: #666;
	border-left-style: dotted;
}

/* NewsPosts */

table.np_tbl {
	width: 100%;
	border-collapse: collapse;
}

td.np_l {
	background-image: url('./images/red/news_titlebg_left.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 30px;
}

td.np_t {
	background-image: url('./images/red/news_titlebg_mid.png');
	background-repeat: repeat-x;
	height: 30px;
	font-size: 9pt;
	line-height: 29px;
}

td.news_title_date {
	background-image: url('./images/red/news_titlebg_mid.png');
	background-repeat: repeat-x;
	height: 30px;
	width: 300px;
	padding: 5px;
	font-size: 9pt;
	color: #000000;
	text-align: right;
}

td.np_r {
	background-image: url('./images/red/news_titlebg_right.png');
	background-repeat: no-repeat;
	width: 10px;
	height: 30px;
}

td.np_content {
	padding: 15px;
	font-size: 0.9em;
}

/* Control Panel Buttons */

a.cp_btn 
{
	display: block;
	float: left;
	width:52px;
	height:52px;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #000 !important;
	margin: 6px;
	text-align: center;
	line-height: 125px;
	background-position: center;
}

a:hover.cp_btn
{
	border-color: #CCC !important;
}

a.cpb_user{background-image: url("./images/cp_icons/usermgr.png"); }
a.cpb_comp{background-image: url("./images/cp_icons/ticket_complaint.png");}
a.cpb_quer{background-image: url("./images/cp_icons/ticket_query.png");}
a.cpb_bana{background-image: url("./images/cp_icons/ticket_banapp.png");}
a.cpb_stat{background-image: url("./images/cp_icons/statistics.png");}
a.cpb_poll{background-image: url("./images/cp_icons/polls.png");}
a.cpb_rss{background-image: url("./images/cp_icons/rss.png");}
a.cpb_guid{background-image: url("./images/cp_icons/guides.png");}
a.cpb_maps{background-image: url("./images/cp_icons/maps.png");}
a.cpb_news{background-image: url("./images/cp_icons/newspost.png");}
a.cpb_blog{background-image: url("./images/cp_icons/blogroll.png");}
a.cpb_dbs{background-image: url("./images/cp_icons/databases.png");}
a.cpb_file{background-image: url("./images/cp_icons/fileman.png");}
a.cpb_matn{background-image: url("./images/cp_icons/maintenance.png");}
a.cpb_pms{background-image: url("./images/cp_icons/pmsystem.png");}
a.cpb_secu{background-image: url("./images/cp_icons/security.png");}
a.cpb_back{background-image: url("./images/cp_icons/backup.png");}
a.cpb_help{background-image: url("./images/cp_icons/cphelp.png");}
a.cpb_sear{background-image: url("./images/cp_icons/cpsearch.png");}
a.cpb_styl{background-image: url("./images/cp_icons/styles.png");}
a.cpb_modcp{background-image: url("./images/cp_icons/modcp.png");}
a.cpb_picman{background-image: url("./images/cp_icons/picman.png");}

/* Text Styling */

h1{
background-image: url("./images/h1_gradient.png");
background-position: right;
background-repeat: repeat-y;
background-color: #1D1D1D;
color: #CCC;
font-size: 1.6em;
font-family: sans-serif;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #900;
padding-left: 3px;
padding-top: 0px;
margin: 0px;
clear: both;
}

h6{
border: #000000 1px solid;
background: #222222;
padding: 5px;
margin-bottom: 15px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
font-size: 10pt;
color: #CCC;
font-weight: normal;
}

/* Notification System */

/* URGENT */

.nt_urgent
{
	background-image: url("./images/cp_images/warning.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFCCCC;
	border-width: 1px;
	border-style: dashed;
	border-color: #FF0000;
	color: #000
}

.nt_urgent h2 { color: #510000 }
.nt_urgent a{ color: #510000 !important; border-width: 0px !important; }
.nt_urgent a:hover{ text-decoration: underline; border-width: 0px !important; }

/* REMINDER */

.nt_remind
{
	background-image: url("./images/cp_images/reminder.png");
	background-repeat: no-repeat;
	background-position: 7px center;
	background-color: #FFCC99;
	border-width: 1px;
	border-style: dashed;
	border-color: #FF9900;
	color: #000
}

.nt_remind a{ color: #CC4200 !important; border-width: 0px !important; }
.nt_remind a:hover{ text-decoration: underline; border-width: 0px !important; }

/* PM / MESSAGE */

.nt_message
{
	background-image: url("./images/cp_images/message.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #CEFFDB;
	border-width: 1px;
	border-style: dashed;
	border-color: #00CC00;
	color: #000
}

.nt_message a{ color: #006600 !important; border-width: 0px !important; }
.nt_message a:hover{ text-decoration: underline; border-width: 0px !important; }

/* EVENT */

.nt_event
{
	background-image: url("./images/cp_images/event.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #C1F0FF;
	border-width: 1px;
	border-style: dashed;
	border-color: #158BC4;
	color: #000
}

.nt_event a{ color: #0E5F85 !important; border-bottom-width: 0px !important; }
.nt_event a:hover{ text-decoration: underline; border-bottom-width: 0px !important; }

/* Logs, Code and Quote */

.log
{
	height: 70px;
	background-image: url("./images/cp_images/logs.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFF;
	color: #000;
	padding: 3px;
	border-width: 4px;
	border-style: inset;
	font-family: "Lucida Console", Courier;
	overflow: auto;
}

/* Extras */

a.img { border-width: 0px !important; }