html,body{
font-family 		:	Arial Black, Arial, Verdana, Helvetica, sans-serif;

font-size			:	8pt;
background-color	:	#f2f2f2;
/*background-image	: 	url(/cad/cad_images/cad_logo_grey.gif);*/
color				:	#333333;

	margin:0px; /* FF hack: or we'll have double scrollbar showing on the browser */
	overflow:hidden; /* hide browser's main scrollbar */
}


.drop_hover {
  background: #FFCCCC;
  border:8px solid #FFCCCC;
}  

.drop_box {
  background: #FFECAA;
}

.drop_box_holder {
	position:fixed;
	background: white;
	width: 100px;
	hight: 100px
	border:1px solid black;
	left:400px;
	top: 10px;
}
.drop_box_holder_window {
	position:fixed;
	background: white;
	width: 100px;
	hight: 100px
	border:1px solid black;
	right:10px;
	top: 10px;
}



@media screen
{
blink { behavior:url(/cad/blink.htc);}
}



input{
background-color	:	#f7f7f7;
color				:	#000000;
font-size			:	12pt;
font-family 		:	Arial Black, Arial, Verdana, Helvetica, sans-serif;
font-weight			:	bold;
text-transform		: 	uppercase;
border-color:#232364;
/*border-radius: 10px;*/
}


input[type=submit]{
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#232364;
	border:1px solid #232364;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px 6px;
	height:28px;
	color:#fff;
	/*border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px*/
}
input[type=reset]{
        -webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
        -moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
        box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
        background-color:#232364;
        border:1px solid #232364;
        font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
        font-size:12px;
        font-weight:700;
        padding:2px 6px;
        height:28px;
        color:#fff;
        /*border-radius: 10px;
        -moz-border-radius:10px;
        -webkit-border-radius:10px*/
}
input[type=button]{
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#232364;
	border:1px solid #232364;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px 6px;
	height:28px;
	color:#fff;
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px*/
}

input[type=select]{
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#232364;
	border:1px solid #232364;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px 6px;
	height:28px;
	color:#fff;
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px*/
}

option {
	background-color: #232364 !important;
	color: white !important;
}

textarea{
background-color	:	#f7f7f7;
color				:	#000000;
font-size			:	12pt;
font-family 		:	Arial Black, Arial, Verdana, Helvetica, sans-serif;
font-weight			:	bold;
text-transform		: 	uppercase;
border-color:#232364;
/*border-radius: 10px;*/
}
select{
	-webkit-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.0.1) 0 1px 0 0;
	background-color:#232364;
	border:1px solid #232364;
	font-family:'Lucida Grande',Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	padding:2px 6px;
	height:28px;
	color:#fff;
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px*/
}
select[multiple] {

background-color	:	#c5c5c5;
color				:	#000000;
font-size			:	12pt;
font-family 		:	Arial Black, Arial, Verdana, Helvetica, sans-serif;
font-weight			:	bold;
text-transform		: 	uppercase;
border-color:#232364;	
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px*/
}

input:focus{
background-color: #c5c5c5;
border-color:#232364;
	/*border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px*/

}
textarea:focus{
	background-color: #c5c5c5;
	border-color:#232364;
}
select:focus{
	background-color: #c5c5c5;
	border-color:#232364;
}

table {
font-family 		:	Arial Black, Arial, Verdana, Helvetica, sans-serif;


font-size			:	8pt;
background-color	:	#f2f2f2;
/*background-image	: 	url(/cad/images/bg_body.jpg);*/
color				:	#333333;
}
div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #B9DAF0;
 font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
div {
margin-top:			:	0px;
margin-bottom:		:	0px;
color			:	black;
/*background-color	:	#ffffff;*/

}

#dock {
  position:absolute;
  background:transparent url(/cad/images/dock-bg.gif) repeat-x 0 0;  
  bottom:0;
  left:0;
  z-index: 100000;	
  border-bottom		: 1px solid black;
  border-top		: 1px solid black;
  border-left		: 1px solid black;
  border-right		: 1px solid black;  
}       

.dock_icon {
  float:left;
  margin-top:3px;

  text-align:center;
  font-size: 14px;
  color: #000;
  line-height: 22px;    
  margin-right:10px;
  margin-left:10px;

}

.dock_text a{
font-size			:	8pt;
font-family			:	Arial;
font-color			:	black;
color				:	black;
font-weight			:	bold;
	
}

.pending_window {
position:absolute;
font-size			:	12pt;
background-color	:	white;
  border-bottom		: 1px solid #232364;
  border-top		: 1px solid #232364;
  border-left		: 1px solid #232364;
  border-right		: 1px solid #232364;  
left:90px;
top: 90px;
visibility	: hidden;
}

.display_label {
font-size			:	12pt;
}

.ri_table
{
/*border-style: solid;*/
background-color: #c8c8c8;
}

.police
{
background-color	:	#232364;
color				:	white;
border-bottom		: 1px solid #000001;
}
.sheriff
{
background-color	:	#CFFFC6;
color				:	#2A8028;
border-bottom		: 1px solid #000001;
}
.fire
{
background-color	:	#FFCCCC;
color				:	#D00909;
border-bottom		: 1px solid #000001;
}
.ems
{
background-color	:	white;
color				:	#232364;
border-bottom		: 1px solid #000001;
}


.air_police
{
color				:	#232364;
border-bottom		: 1px solid #000001;
}
.air_sheriff
{
background-color	:	#CFFFC6;
color				:	#2A8028;
border-bottom		: 1px solid #000001;
}
.air_fire
{
background-color	:	#FFCCCC;
color				:	#D00909;
border-bottom		: 1px solid #000001;
}
.air_ems
{
background-color	:	white;
color				:	white;
border-bottom		: 1px solid #000001;
}


.eq_spacer{
width				:	510;
		
	
}
.eq_monitor{
background-color	:	white;
color				:	#000000;
/*width				:	500;*/
height				:	600;
overflow : auto;
border-left			:	5px solid #232364;
border-right		:	5px solid #232364;	
border-bottom		:	5px solid #232364;
}
.eq_monitor_undocked{
background-color	:	white;
color				:	#000000;
/*width				:	500;*/
height				:   100%;
border-left			:	5px solid white;
border-right		:	5px solid white;	

}

.ticker_box{
background-color	:	#white;
color				:	#000000;
overflow : auto;

}

.cad_menu{
background-color	:	#f2f2f2;
color				:	#000000;
/*width				:	500;
height				:	700;*/
overflow : auto;
}
.cad_menu_link {
color				:	#000000;
}
.upgrade {
color				:	#00165B;
}
.commonplace {
	color: 			: #2A8028;
}


.paper_grid_b
{
background-color	:	#DBEDFC;
color				:	#00165B;
/* font-size			: 14px; */
border-bottom		: 1px solid #000001;
}

.paper_grid_w
{
background-color	:	#00165B;
color				:	#DBEDFC;
/* font-size			: 14px; */
border-bottom		: 1px solid #000001;
}


.status_header
{
font-family 		:	Arial Black, Arial, Verdana, Helvetica, sans-serif;
font-size			:	8pt;




color				:	#000000;
background-color	:	grey;
border-bottom		: 1px solid #000001;
}

.round10
{
/*border-top		: 1px solid black;
border-radius: 10px;
*/
border: 1px solid #232362;
border-bottom		: 1px solid #232362;
	
}
.round25
{
/*
border: 1px solid black;
border-radius: 25px;
*/
border-top		: 1px solid #232362;
border-bottom		: 1px solid #232362;
	
}

.status_w
{
color				:	#000000 !important;
background-color	:	white !important;
border-bottom		: 1px solid #000001 !important;
text-decoration:none !important;
}



.status_w_oneman
{
color				:	#000000;
background-color	:	white;
border-bottom		: 1px solid #000001;
text-decoration:none;
}


.status_w_oneman:hover
{
color				:	white;
background-color	:	#00ff00;
text-decoration:none;
border-bottom		: 1px solid #000001;
}

.status_w_twoman
{
color				:	white;
background-color	:	black;
border-bottom		: 1px solid #000001;
}
.status_w_ticker
{
color				:	black;
background-color	:	white;
border-top			: 1px solid #000001;
border-bottom		: 1px solid #000001;
border-left			: 1px solid #000001;
border-white		: 1px solid #000001;
width				:	100px;
height				:	50px;
}


.status_w_twoman:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}



.status_m
{
color				:	#FFECAA !important;
background-color	:	#876C00 !important;
border-bottom		: 1px solid #000001 !important;
text-decoration:none !important;
/*border-radius: 25px;*/
}

.status_m_oneman
{
color				:	#FFECAA;
background-color	:	#876C00;
border-bottom		: 1px solid #000001;
text-decoration:none;
}



.status_m_oneman:hover
{
color				:	white;
background-color	:	#00ff00;
text-decoration:none;
border-bottom		: 1px solid #000001;
}
.status_m_twoman
{
color				:	#876C00;
background-color	:	#FFECAA;
border-bottom		: 1px solid #000001;
}
.status_m_ticker
{
color				:	#FFECAA;
background-color	:	#876C00;
border-top			: 1px solid #000001;
border-bottom		: 1px solid #000001;
border-left			: 1px solid #000001;
border-white		: 1px solid #000001;
width				:	100px;
height				:	50px;
}


.status_m_twoman:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}



.status_o
{
background-color	:	#ffffff !important;
color				:	#333333 !important;
border-bottom		: 1px solid #333333 !important;
/*border-radius: 25px;*/
}
.status_o_oneman
{
background-color	:	#ffffff;
color				:	#333333;
border-bottom		: 1px solid #333333;
}

.status_o_oneman:hover
{
color				:	#333333;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.status_o_twoman
{
background-color	:	#333333;
color				:	#ffffff;
border-bottom		: 1px solid #000001;
}
.status_o_twoman:hover
{
color				:	#333333;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.status_o_ticker
{
color				:	#333333;
background-color	:	#ffffff;
border-top			: 1px solid #000001;
border-bottom		: 1px solid #000001;
border-left			: 1px solid #000001;
border-white		: 1px solid #000001;
width				:	100px;
height				:	50px;
}

.status_r
{
background-color	:	#FFCCCC !important;
color				:	#D00909 !important;
border-bottom		: 1px solid #000001 !important;
}
.status_r_oneman
{
background-color	:	#FFCCCC;
color				:	#D00909;
border-bottom		: 1px solid #000001;
}

.status_r_oneman:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.status_r_twoman
{
background-color	:	#D00909;
color				:	#FFCCCC;
border-bottom		: 1px solid #000001;
}
.status_r_twoman:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.status_r_ticker
{
color				:	#D00909;
background-color	:	#FFCCCC;
border-top			: 1px solid #000001;
border-bottom		: 1px solid #000001;
border-left			: 1px solid #000001;
border-white		: 1px solid #000001;
width				:	100px;
height				:	50px;
}


.status_g
{
color				:	#2A8028 !important;
border-bottom		: 1px solid #000001 !important;
background-color	:	#CFFFC6 !important;
}
.status_g_oneman
{
color				:	#2A8028;
border-bottom		: 1px solid #000001;
background-color	:	#CFFFC6;
}
.status_g_oneman:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.status_g_twoman
{
color				:	#CFFFC6;
border-bottom		: 1px solid #000001;
background-color	:	#2A8028;
}
.status_g_twoman:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.status_g_ticker
{
color				:	#2A8028;
background-color	:	#CFFFC6;
border-top			: 1px solid #000001;
border-bottom		: 1px solid #000001;
border-left			: 1px solid #000001;
border-white		: 1px solid #000001;
width				:	100px;
height				:	50px;
}

.status_y
{
color				:	#876C00 !important;
border-bottom		: 1px solid #000001 !important;
background-color	:	#FFECAA !important;
}
.status_y_oneman
{
color				:	#876C00;
border-bottom		: 1px solid #000001;
background-color	:	#FFECAA;
}
.status_y_oneman:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.status_y_twoman
{
color				:	#FFECAA;
border-bottom		: 1px solid #000001;
background-color	:	#876C00;
}
.status_y_twoman:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}

.status_y_ticker
{
color				:	#876C00;
background-color	:	#FFECAA;
width				:	100px;
border-top			: 1px solid #000001;
border-bottom		: 1px solid #000001;
border-left			: 1px solid #000001;
border-white		: 1px solid #000001;
width				:	100px;
height				:	50px;
}

.status_b
{
background-color	:	#DBEDFC !important;
color				:	#00A8A8 !important;
border-bottom		: 1px solid #000001 !important;
}
.status_b_oneman
{
background-color	:	#DBEDFC;
color				:	#00A8A8;
border-bottom		: 1px solid #000001;
}
.status_b_oneman:hover
{
color				:	#00A8A8;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.status_b_twoman
{
background-color	:	#00A8A8;
color				:	#DBEDFC;
border-bottom		: 1px solid #000001;
}
.status_b_twoman:hover
{
color				:	#00A8A8;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.status_b_ticker
{
color				:	#00A8A8;
background-color	:	#DBEDFC;
width				:	100px;
border-top			: 1px solid #000001;
border-bottom		: 1px solid #000001;
border-left			: 1px solid #000001;
border-white		: 1px solid #000001;
width				:	100px;
height				:	50px;
}
.ci_remarks {
font-family: "Courier New", Courier, monospace
}
.ticker_eqpt {
font-size			: 12px;
font-weight			: bold;
color				: black;
}
.tickerbox {
font-family			:	Verdana;
background-color	:	white;
color				:	black;
font-size			: 	8px;
overflow : auto;
border-top			:	1px solid #232364;
border-left			:	1px solid #232364;
border-right		:	1px solid #232364;	
border-bottom		:	1px solid #232364;
height				:	80px;
overflow			:	auto;


}
.tickerboxv {
font-family                     :       Verdana;
background-color        :       white;
color                           :       black;
font-size                       :       8px;
overflow : auto;
border-top                      :       1px solid #232364;
border-left                     :       1px solid #232364;
border-right            :       1px solid #232364;
border-bottom           :       1px solid #232364;
height                          :       400;
overflow                        :       auto;
}
.tickerupdate {
font-family			:	Verdana;
background-color	:	white;
color				:	black;
font-size			: 	8px;
overflow : auto;
border-top			:	1px solid #232364;
border-left			:	1px solid #232364;
border-right		:	1px solid #232364;	
border-bottom		:	1px solid #232364;
}

.in_spacer{
width				:	610;
		
	
}

.form_colors{
background-color        : #c8c8c8;
color                           : black;
}

.in_monitor{
background-color	:	white;
color				:	black;
/*width				:	600;*/
height				:	300;
overflow : auto;
border-left			:	5px solid #232364;
border-right		:	5px solid #232364;	
border-bottom		:	5px solid #232364;
}
.in_monitor_undocked{
background-color	:	white;
font-size			: 14px;

color				:	black;
height				:   100%;
}
.in_monitor_undocked_both{
background-color	:	white;
font-size			: 14px;
overflow : auto;

color				:	black;
height				:   65%;
}



.in_address{
color				: black;
}

.in_address:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}

.in_equip{
color				: #D00909;
background_color	: #FFCCCC;
}
.in_equip:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}
.in_equip_twoman{
color				: #D00909;
background-color	: #FFCCCC;
}
.in_equip_twoman:hover
{
color				:	white;
background-color	:	#00ff00;

border-bottom		: 1px solid #000001;
}

.in_remarks{
color				: #2A8028;
}

.pn_monitor{
background-color	:	white;
color				:	black;
/*width				:	600;*/
height				:	100;
overflow : auto;
border-left			:	5px solid #232364;
border-right		:	5px solid #232364;	
border-bottom		:	5px solid #232364;
}

.pn_monitor_undocked{
background-color	:	white;
font-size			: 20px;
color				:	black;
height				:   100%;
}
.pn_monitor_undocked_both{
background-color	:	white;
font-size			: 20px;
overflow : auto;
color				:	black;
height				:   35%;
}

.monitor_label {
background-color	: 	#232364;
/*background:transparent url(/cad/javascript_library/themes/lighting/top-middle-newblue.png) repeat-x 0 0;*/
color				:	white;
font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
border-left			:	15px solid #232364;
border-right		:	15px solid #232364;
/*
border-left			:	transparent url(/cad/javascript_library/themes/lighting/left-newblue.png) repeat-y top left; /*15px solid #d7d7d7;*/
/*border-right		:	transparent url(/cad/javascript_library/themes/lighting/right-newblue.png) repeat-y top right; /*15px solid #d7d7d7;*/	
			
}
.monitor_label_ticker {
background-color	: 	#232364;
color				:	white;
font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			
height				:	50px;			

}
.monitor_label_ticker_vertical {
background-color	: 	#232364;
color				:	white;
font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;			
}
.monitor_options {
color				:	black;
font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
border-left			:	5px solid #232364;
border-right		:	5px solid #232364;	
}
.eq_radioid {
position:relative;
left:0px;
}

.eq_timer {
position:relative;
left:100px;

}

.eq_infobox {
position:relative;
left:200px;

}

.low_priority {
color				:  black;
background-color	:  magenta;
}
.low_priority_twoman {
color				:  magenta;
background-color	:  black;
}

.list_grey {
	color:				: #000000;
	background-color	: #DBEDFC;
	border-bottom		: 1px solid #000001;
}
.list_white {
	color:				: #000000;
	background-color	: #FFFFFF;
	border-bottom		: 1px solid #000001;
}

.maf_address {
border 				: solid 2px #000000; 
padding 			: 4px; 
width 				: 135px; 
height 				: 75px; 
overflow : auto; 
font-size:8px;
}

.record_table {
font-size: 8px;
font-weight: normal;
}

.email_list {
background-color	:	#ffff99;
color				:	#000000;
font-family 		:	Arial Black, Arial, Verdana, Helvetica, sans-serif;
font-weight			:	bold;
text-transform		: 	none;	
}

div.autocomplete {
  margin:0px;  
  padding:0px;  
  width:250px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
}

div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

div.autocomplete ul li.selected { 
  background-color:#ffb;
}

div.autocomplete ul li {
  margin:0;
  padding:2px;
  height:32px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}


div.autocomplete_id {
  margin:0px;  
  padding:0px;  
/*  width:800px;*/
  background:#fff;
/*  border:1px solid #888;*/
  position:absolute;
}

div.autocomplete_id ul {
  margin:0px;
  padding:0px;
  width:250px;
  background:#fff;
  list-style-type:none;
  border:1px solid #888;
}

div.autocomplete_id ul li.selected { 
  background-color:#B9DAF0;
}

div.autocomplete_id ul li {
  margin:0;
  padding:2px;
  height:32px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}



#main_container {
	width:100%;
	background-color:#f2f2f2; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	
	height:100%;	/* this will make sure that the height will extend at the bottom */
	overflow:auto;	/* will have a scrollbar at our content containier */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
}

#main_container .content_wrapper {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

#main_container .spacer { /* spacer w/ fixed height; give space to the content and fixed bar */
	height:30px;
}

#nav_menu_wrapper { /* this will ba used as a wrapper for the nav_menu so we can center it (nav_menu). especially for IE */
	height:40px; /* fix bar's height */
	width:100%; /* use 100% of width */
	
	/* the code below will PUT the bar at the bottom */	
	bottom:0px;
	position:absolute;
	
	/* hide scrollbar for this wrapper */
	overflow:hidden;
}

#nav_menu_wrapper .nav_menu { /* the menu itself */
	height:40px; /* fix bar's height */
	/*width:900px; /* fixed width */

	/* center this div */
	margin-left:auto;
	margin-right:auto;	
	
	/* add effect */
	background-color:#cccccc;
	border:#666666 solid 1px;
}
	
/*
* menu links and link effects
*/
#nav_menu_wrapper .nav_menu ul {
	margin-top:5px;
	list-style:none;
}

#nav_menu_wrapper .nav_menu li {
	display:inline;
}

#nav_menu_wrapper .nav_menu li a {
	padding-top:3px;
	padding-bottom:5px;
	padding-left:9px;			
	padding-right:9px;
}

#nav_menu_wrapper .nav_menu a:link, #nav_menu_wrapper .nav_menu a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	background-color:#cccccc;
}

#nav_menu_wrapper .nav_menu a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	background-color:#0099FF;
}

.dialog {
	border: 4px solid #232364;
}
.call_menu_link {
	color: #000;
}