/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}
form {
	padding:0;
	margin:0;
}
/* TEXT STYLES */

h1 {font-size: 16px; font-weight: bold; color:#003C6C; margin-top: 5px; margin-bottom: 5px; }
h2 {font-size: 14px; font-weight: bold; color:#003C6C; margin-top: 5px; margin-bottom: 5px;}

smalltext {font-size: 70%; }
P {  font-family: Arial, Verdana, Helvetica, sans-serif; 
	}
TD {  font-family: Arial, Verdana, Helvetica, sans-serif; 
	}
LI {  
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding:3px 0;
	color:#333333;
	}
UL {  
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	list-style-type:square;
}	
	
/* LINKS */
a:link, a:visited, a:active {color: #284279; text-decoration:none;}
a:hover {color: #006699; text-decoration:underline;}

a.event:link, a.event:visited, a.event:active {color: #000000; text-decoration:none;}
a.event:hover {color: #284279; text-decoration:underline;}


a.news:link, a.news:visited, a.news:active {color: #000000; text-decoration: none; line-height: 15px; font-weight: normal;}
a.news:hover {color: #003366; text-decoration: underline; line-height: 15px; font-weight: normal; }

a:link, a:visited, a:active {color: #284279; text-decoration:none;}
a:hover {color: #006699; text-decoration:underline;}

a.event:link, a.event:visited, a.event:active {color: #000000; text-decoration:none;}
a.event:hover {color: #284279; text-decoration:underline;}

a.bread:link, a.bread:visited, a.bread:active {color: #000000; text-decoration: none; font-weight: normal;}
a.bread:hover {color: #003366; text-decoration: underline; font-weight: normal; }

a img {
	border:none;
}
input, select, textarea {
	/*padding: 4px 10px;
	font-size: 12px;*/
	border: 1px solid #003A6B;
	/*margin-left: 4px;*/
}
/*login box */
input.login {
	border: 1px solid #003A6B;
	background-image:url("http://intranet.1kbw.co.uk/images/login_back.gif");
	background-repeat: no-repeat;
	padding: 3px 3px 4px 20px;
	font-size:12px;
	color: #003A6B;
	background-color:#FFFFFF;
}
input.password {
	border: 1px solid #003A6B;
	background-image:url("http://intranet.1kbw.co.uk/images/pass_back.gif");
	background-repeat: no-repeat;
	padding: 3px 3px 4px 20px;
	font-size:12px;
	color: #003A6B;
	background-color:#FFFFFF;
}
input.login_button, input.delete_button{
	border: 1px solid #003A6B;
	padding: 2px 5px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#003A6B;
}
input.admin_button {
	border: 1px solid #003A6B;
	padding: 2px 5px;
	margin:3px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#003A6B;
}
.center_page {
	width: 800px;
	margin: 0 auto;
	margin-top: 25px; 
}
.logo {
	width: 800px;
	height: 63px;
}
/*layout divs */
.content { 
	width: 575px;
	margin: 5px 0 10px 0;
	float:left
}
#main_content {
	margin: 0px 10px 10px 10px;
}
.right_column_main {
	float:right
}
#login_module { 
	width: 216px;
	background-color: #DEE4EB;
	font-size: 12px;
	border: 1px solid #003A6B;
	margin-top: 5px;
}
.menu {
	margin: 10px;
	/*border-top: 1px solid #003A6B;*/
	width: 186px;
	padding: 5px;
	font-size: 12px;
}
.footer {
	font-size: 10px;
	clear:both;
	margin-top: 5px;
	width: 790px;
	height: 15px;
	padding:5px;
	border-bottom: 1px #000066 solid;
	background-color: #E6E6E6;
}
.frametitle {
	padding: 5px;
	background-color: #003A6B;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.frametitle a {
	color:#FFFFFF;
}
.box {
	border: 1px solid #003A6B;
	margin-top: 5px;
}
.box_contents {
	padding:5px;
	font-size: 13px;
}
.box_contents img {
	padding:2px 0;
}

/* inbox styling */
.inbox { 
	border: 1px solid #003A6B;
	margin-bottom: 10px;
}
.inbox_title {
	margin-bottom: 10px;
	padding: 5px;
	display:block;
	background-color: #003A6B;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.blue {
	background-color: #003A6B;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.inbox_title a {
	color:#CCCCCC;
	font-weight:bold;
}
.inbox_item {
	margin: 5px;
	padding-bottom: 5px;
	width: 560px;
	font-size: 12px;
	border-bottom: 1px solid #003A6B;
}
table.inbox_table {
	border:1px solid #003A6B;
}
.inbox_table th {
	text-align:left;
	padding:5px;
}
.documents_list {
	margin: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	border-bottom: 1px solid #003A6B;
}
.clear {
	clear:both;
	height:1px;
	line-height:1px;
}
.error {
	color:#CC0000;
	background:url("http://intranet.1kbw.co.uk/images/exclamation.png") top left no-repeat;
	padding-left:20px;
}
.info {
	color:#CC6600;
	background:url("http://intranet.1kbw.co.uk/images/tick.png") top left no-repeat;
	padding-left:20px;
}
.notes {
	color:#666666;
	font-size:10px;
}
input.no_pad {
	padding:0;
	margin:0;
}
/* admin styles */
table.admin_table {
	border-collapse:collapse;
	border: 1px solid #ccc;
	margin:10px 0;
	width:98%;
}
table.admin_table th {
	background-color:#eee;
	text-align:left;
	padding:3px;
	border:1px solid #ccc;
	border-collapse:collapse;
}
table.admin_table td {
	padding:1px 3px;
	border:1px solid #ccc;
	border-collapse:collapse;
}
table.admin_form_table {
	border-collapse:collapse;
	border: 1px solid #ccc;
	margin:10px 0;
	width:98%;
}
table.admin_form_table th, .discussion {
	background-color:#eee;
	text-align:left;
	padding:3px;
	border:1px solid #ccc;
	border-collapse:collapse;
}
table.admin_form_table td {
	padding:3px;
}
.border_bottom {
	border-bottom:1px solid #ccc;
}
.directory_listing {
	display:block;
	width:200px;
	float:left;
	padding:3px 0 0 0;
}
/* calendar styles */
table.calendar tr.topdays {
	padding: 5px;
	background-color: #003A6B;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

table.calendar .toprightnumber {
	font-size: 10px; 
	font-weight: bold;
}
table.calendar .eventinbox {
	font-size: 10px;	
}
table.calendar .currentdate {
	font-size: 17px; 
	font-weight: bold;	
}
table.calendar td.beforedayboxes {
	background-color: #ffffff; 
	color: #000000;
}
table.calendar td.dayboxes {
	background-color: #ffffff; 
	color: #000000;
}
table.calendar td.afterdayboxes {
	background-color: #ffffff; 
	color: #000000;
}
table.calendar td.highlighteddayboxes {
	background-color: #DEE4EB; 
	color: #000000;
}
table.calendar .event {
	font-size: 12px; 
	font-weight: bold;
}
table.calendar .eventdetail {
	font-size: 12px;
}
table.calendar .eventwhen {
	font-size: 15px; 
	font-weight: bold;
}
table.calendar .addevent {
	font-size: 12px; 
	font-weight: bold;
}
table.calendar .addeventextrainfo {
	font-size: 10px;
}
a.event_abr {
	font-weight:bold;
	font-size:2em;
}
.comment {
	border-bottom:1px solid #eee;
	padding:0;
	margin:0;
}
/* TABS STYLES ------------------------ */
#tabs {
	padding:0px; /* main div padding, spaces from top-right-bottom-left in pixels */
}

#tabs a {
	background-color:#003A6B;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px #ccc solid; /* border color and style for tabs */
	display: block;
	margin-right: -1px;
	margin-bottom: -1px;
	padding: 3px 5px 3px 5px;
	float: left;
	text-decoration: none;
}

#tabs a:hover {
background-color: #CCCCCC; /*background colour when mouse over */
color: #000000; /* text color when mouse over */
}

/* ACTIVE TAB STYLE */
#tabs a.current {
border-bottom: #FFFFFF 1px solid; /* bottom border color */
padding: 3px 10px 3px 10px; /* padding space */
background-color: #FFFFFF; /* background colour if image not applied */
color: #003A6B; /* text colour */
}

#tabs a.current:hover {
background-color: #FFFFFF; /* background colour when mause over active tab */
color: #003A6B; /* text colour when mouse over on active tab */
}

.clear_tabs {clear: both; line-height:0px; font-size: 0px;}

.content_tabs {
padding: 10px;
border: 1px #ccc solid; /* BORDER bottom colour and style */
clear: both;
}
/* TABS STYLES ------------------------ */
#hide {
	display:none; 
	position:relative; 
}