/*
------------------------------------------------------------------------------------------------------------------------------
CHASM --- Complete Hosting and Server Management
OzServers Theme - Master CSS File

Copyright (c) 2003 Ice Cave Productions
------------------------------------------------------------------------------------------------------------------------------
*/

body
{
	color:       #000000;
	font-size:   10px;
	font-family: Verdana;
	background:  #ffffff;
	margin:      0px;
	padding:	 0px;
}

table
{
	font-size: 10px;
}

form
{
	display: inline;
}

input
{
	font-size:   10px;
	font-family: Verdana;
}

select
{
	font-size:   10px;
	font-family: Verdana;
}

textarea
{
	font-size:   10px;
	font-family: Verdana;
}

.multi_select
{
	font-size:   10px;
	font-family: Verdana;
	border:      1px solid #14305f;
}

.filter_select
{
	font-size:   9px;
	font-family: Verdana;
}

hr
{
	color:  #d0d3dd;
	height: 1px;
}

/*
a
{
	font-weight:     bold;
	color:           #1B475E;
	text-decoration: none;
}
a:active
{
	color:           #1B475E;
	text-decoration: none;
}
a:visited
{
	color:           #1B475E;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
*/

a
{
	font-weight:     normal;
	color:           #0085CC;
	text-decoration: none;
}
a:active
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	color:           #1C3948;
	text-decoration: none;
}



.body
{
	text-align:            justify;
	padding-left:          10px;
	padding-top:           5px;
	padding-bottom:        5px;
	padding-right:		   10px;
}

.textbox
{
	border-width:        1px;
	border-style:        solid;
	border-left-color:   #264454;
	border-top-color:    #264454;
	border-right-color:  #B5CEDB;
	border-bottom-color: #B5CEDB;
}

.textbox_barcode
{
	font-size:			 8px;
	border-width:        1px;
	border-style:        solid;
	border-left-color:   #6b8294;
	border-top-color:    #6b8294;
	border-right-color:  #cadae7;
	border-bottom-color: #cadae7;
}

textarea
{
	border-width:        1px;
	border-style:        solid;
	border-left-color:   #6b8294;
	border-top-color:    #6b8294;
	border-right-color:  #cadae7;
	border-bottom-color: #cadae7;
}

.button
{
	border-width:        1px;
	border-style:        solid;
	border-left-color:   #FFE492;
	border-top-color:    #FFE492;
	border-right-color:  #B78D0B;
	border-bottom-color: #B78D0B;
	background:			 #FFD862;
}

.footerbar
{
	color:            #ffffff;
	text-align:       right;
	background-color: #6b8294;
	border-top:       1px solid #000000;
	padding-right:    10px;
}

.right_pane
{
	background-color: #6b8294;
	border-left:      1px solid #000000;
	color:            #ffffff;
	padding:		  5px;
}

.menubar
{
	font-size:        10px;
	background-color: #266281;
	border-right:     1px solid #000000;
	color:            #ffffff;
	padding:		  4px;
}
a.menubar_link
{
	border:          none;
	color:           #ffffff;
	font-weight:     bold;
	text-decoration: none;
}
a.menubar_link:active
{
	color:           #ffffff;
	text-decoration: none;
}
a.menubar_link:visited
{
	color:           #ffffff;
	text-decoration: none;
}
a.menubar_link:hover
{
	text-decoration: underline;
}

.copyright_notice
{
	font:        10px Verdana;
	font-weight: bold;
	color:       #000000;
	text-align:  right;
}

.small_text
{
	color: #808080;
	font-size:  9px;
}

.chasm_cal_month_outer
{
	border:     1px solid #000000;
	background: #e0e0e0;
	margin:     0px;
}

.chasm_cal_month
{
	font-size:  10px; 
	border:     1px solid #000000;
	background: #ffffff;
}

.chasm_cal_month_name
{
	font-size:   10px; 
	font-weight: bold;
}

.chasm_cal_month_day_names
{
	font-weight: bold;
	text-align:  center;
}

.chasm_cal_month_cell_overdue
{
	cursor:     default;
	background: #ffcccc;
	text-align: right;
	border:     1px solid #dfdfdf;
}

.chasm_cal_month_cell_item
{
	cursor:     default;
	background: #ccffcc;
	text-align: right;
	border:     1px solid #dfdfdf;
}

.chasm_cal_month_cell_request
{
	cursor:     default;
	background: #ccccff;
	text-align: right;
	border:     1px solid #dfdfdf;
}

.chasm_cal_month_cell_recurring
{
	cursor:     default;
	background: #e0e0e0;
	color:      #404040;
	text-align: right;
	border:     1px solid #dfdfdf;
}

.chasm_cal_month_cell_empty
{
	cursor:     default;
	background: white;
	color:      #808080;
	text-align: right;
	border:     1px solid #dfdfdf;
}

.chasm_cal_month_cell_hover
{
	cursor:     default;
	color:      #ff0000;
	background: orange;
	text-align: right;
	border:     1px solid #dfdfdf;
}

#chasm_cal_month_today
{
	border: 1px solid #000000;
}


.chasm_cal_day_outer
{
	border:	    1px solid #000000;
	background: #E0E0E0;
	margin:     0px;
}

.chasm_cal_day
{
	font-size:  10px;
	border:     1px solid #000000;
	background: #ffffff;
}

.chasm_cal_day_name
{
	font-size:   10px;
	font-weight: bold;
}

.chasm_table_title
{
	font-size:   10px;
	font-weight: bold;
}

.chasm_table_outer
{
	border:     1px solid #000000;
	margin:     0px;
}

.chasm_table
{
	border:     1px solid #505050;
	background: #ffffff;
}

.chasm_page_heading
{
	font-size:   14px;
	font-weight: bold;
}

.chasm_heading_row
{
	font-size:   11px;
	color:       #ffffff;
	background:  #266281;
	font-weight: bold;
}

.chasm_heading_row:visited
{
	color: #ffffff;
}

.chasm_odd_row
{
	background: #f0f0f0;
}

.chasm_even_row
{
	background: #cee7f2;
}

.chasm_forum_category_row
{
	background: #1d526e;
	color: white;
}

a.chasm_forum_category_row
{
	color: #ff9804;
	font-size: 11px;
}

a.chasm_forum_category_row_last_post
{
	color: #ff9804;
	font-weight: normal;
}

a.chasm_forum_last_post
{
	color: #000000;;
	font-weight: normal;
}

.chasm_button_table
{
	cursor:  default;
	display: inline;
}
.chasm_button_text
{
	font-size:   10px;
	font-weight: bold;
}

.chasm_edit_acl_form_outer
{
	color:       #6b8294;
	background:  #efefef;
	font-size:   10px;
	font-weight: bold;
	border:      1px solid #d0d3dd;
}

.chasm_smart_search
{
	font-size: 10px;
}

fieldset
{
	color:       #1B475E;
	font-size:   11px;
	font-weight: bold;
	border:      1px solid #505050;
}

pre
{
	font-size:   8pt;
	font-family: Lucida Console;
}

.chasm_ticket_list_monitored
{
	background: #ddffdd;
	border: 1px solid #008000;
}
.chasm_ticket_list_pending
{
	background: #ffdddd;
	border: 1px solid #ff0000;
}
.chasm_ticket_list_replied
{
	background: #ddddff;
	border: 1px solid #0000ff;
}

a.chasm_glossary_link
{
	background: #ffc000;
	padding-left: 2px;
	padding-right: 2px;
}

.chasm_keyword_highlight
{
	color: #800000;
}


.menubar_row_level_1
{
	font-size:  10px;
	background: url('/theme_images/oz_servers_ice/menu_heading_background.gif');
	border-top: 1px solid #2B4D5F;
/*	border-bottom: 1px solid black;*/
	padding: 2px;
}

.menubar_row_level_2
{
	font-weight: normal;
	font-size:  10px;
	color: black;
	background: #4E809A;
	border-top: 1px solid #2B4D5F;
/*	border-bottom: 1px solid #51839D;*/
	padding: 2px;
}

.menubar_row_level_3
{
	font-weight: normal;
	font-size:  10px;
	color: black;
	background: #193645;
	border-top: 1px solid #2B4D5F;
/*	border-bottom: 1px solid #51839D;*/
	padding: 2px;
}

h1
{
	color:		 #2B4D5F;
	font-size:	 14px;
	font-weight: bold;
	margin:      0px;
}

h2
{
	color:		 #2D86B5;
	font-size:	 12px;
	font-weight: bold;
	margin:      0px;
}

ul
{
	margin-top:	   5px;
	margin-bottom: 5px;
}

.chasm_forum_quote
{
	border: 1px solid #909090;
	width: 90%;
	background: #ededed;
}

.chasm_forum_quote_title
{
	font-weight: bold;
}

.chasm_forum_quote_body
{
	font-style: italic;
}

.chasm_forum_code
{
	border: 1px solid #909090;
	background: #ffffff;
	color: #000000;
	font-family: Courier New, fixed;
	font-size: 8pt;
	width: 90%;
}

.chasm_forum_code_line
{
	color: #008080;
	border-right: 1px solid #dfdfdf;
}

.chasm_forum_link
{
	color: #008000;
}

.chasm_forum_link:visited
{
}
