@import url("css/menu.css");

/* CSS Document */
#Body {background:#FFF height:100%; margin:0; padding:0; }

/* ControlPanel style */
.ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
.cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
.cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}

/*-------- Default Style --------*/
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover, input, .CommandButton{color:#2E3D47; font-family:Verdana, Arial, Helvetica, sans-serif;}
body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover{font-size:12px;}

h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
}
h1 { font-family: Arial Narrow; float: left; color: white; margin-left: 40px; font-size: 25px; padding-top: 15px; }
h2 { font-family: Arial Narrow; clear:left; color: #c6bbc7; margin-left: 40px; font-size: 20px; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em;}
h5 { font-size: 0.9em;}
h6 { font-size: 0.8em; }

:focus {
	outline: 0;
}

a,a:link,a:visited,a:active{text-decoration:underline; font-weight:normal; }
a:hover{text-decoration:underline; }

.Head, .SubHead, .SubSubHead, .Normal, .NormalDisabled, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{font-family:Verdana, Arial, Helvetica, sans-serif;}
.Head{color:#2E3D47;font-weight:bold;}
.SubHead {color:#4C6171;}
.SubSubHead{color:#6E8AA0;}
.NormalRed {color:#F00;}

.table{border: solid 2px #cccccc;}
.table td{border: solid 1px #cccccc;}


/*Datagrids */
.DataGrid_Container {margin-top:15px;}
.DataGrid_Header{font-weight:bold;}
.DataGrid_Header td, .NormalBold td{font-weight:bold;}

p {margin: 0px 0px 10px 0px;}
img {border: none;}



/* -------------------------------------- GigaBeam Custom Skin --------------------------------------  */
#main_wrapper{width:998px;}
#content_wrapper_edit{
    margin: 10px 0 0 10px;
}

#header{width:100%; height:82px;}
#logo{float:left;}
#nav_menu{height:82px; float:left;}

.iconlink{padding-right:13px;}

.GigaBeamButton{
    background-color: #663366;
    color: White;
    font-weight: bold;
    font-size:12px;
    border-style: none;
    padding: 3px 5px 4px 5px;
}

.login_arrow{
	background:url(images/content_detail_arrow_right.png);
	background-repeat:no-repeat;
	width: 18px;
	height: 27px;
	padding: 0 12px 0 8px;
	margin: 5px 0 0 40px;
}

.login_arrow_down{
	background:url(images/content_detail_arrow.png);
	background-repeat:no-repeat;
	width: 27px;
	height: 14px;
	padding: 0 12px 0 8px;
	margin: 8px 0 0 33px;
}

.content_text, .content_Text{
    width:400;
    font-family: Arial;
    font-size: 12px;
    margin-left: 77px;
    margin-right:25px;
}

.content_ul{
    list-style-type:square;
    font-size: 12px;
    font-weight: normal;
    padding-left: 15px;
}

.content_link_text{
	margin-left: 77px;
	padding-top: 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #47244b;	
}

.content_text_bold{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #47244b;	
}

.content_text_small{
	font-family: Arial;
	font-size: 11px;
	color: #47244b;	
}

.content_link_background{
	background:url(images/content_link_background.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	height: 35px;
	width: 625px;
}

.content_detail_text_header{
	margin-left: 15px;
	padding-top: 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #47244b;
	width: 275px;
	float: left;
}

.content_detail_text{
    font-size: 11px;
    font-weight: normal;
    width: 400px;
	margin-left: 77px;
	padding: 10px 0 10px 0;    
}

.content_profile_detail_text{
    font-size: 11px;
    font-weight: normal;
    width: 550px;
	padding: 10px 0 10px 0;    
}

.content_detail_background{
	background:url(images/content_detail_background.gif);
    background-repeat:repeat;
	width: 625px;
}

.news_background{
	background:url(images/content_detail_background.gif);
    background-repeat:repeat;
	width: 570px;
}

.news_archive_link
{
	padding: 20px 0 20px 0;
	text-decoration:underline;
}
.news_archive_link a{text-decoration:underline;}

.events_archive_link
{
	padding: 10px 0 0 0;
	text-decoration:underline;
}
.events_archive_link a{text-decoration:underline;}

.content_detail_ul{
    list-style-type:square;
    font-size: 11px;
    font-weight: normal;
}

.content_detail_arrow{
    background:url(images/content_detail_arrow.png);
    background-repeat: no-repeat;
    width: 27px;
    height: 14px;
    margin-left: 35px;
    margin-top: 10px;
    float: left;
}

.support_banner{
    background-color:#47244b;
    color:White;
    width: 450px;
    padding:5px;
}

/* -------- Home Page -------- */
.home_product_background{
	background:url(images/product_background.jpg);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	height: 35px;
}

#home_page_text{
    margin-left:40px;
    padding: 10px 50px 0 0;
}

.home_product_background a:link,
.home_product_background a:visited,
.home_product_background a:hover
{
	margin-left: 77px;
	padding-top: 3px;	
	font-family: Arial;
	font-size: 20px;
	color: #47244b;
    text-decoration: none;
}


.home_purple_cell_left{
    background:url(images/home_purple_background_left.gif);
	background-repeat:no-repeat;
	width: 165px;
	height: 45px;
}

.home_purple_cell_left a,
.home_purple_cell_left a:link,
.home_purple_cell_left a:visited,
.home_purple_cell_text_left a:hover{
	margin-left: 55px;
    color: White;
    font-weight: bold;
	font-family: Arial Narrow;
	font-size: 15px; 		
	padding-top: 8px;
	display:inline-block;
}

.home_purple_cell_left_bottom{
    background:url(images/home_purple_background_left.gif);
	background-repeat:no-repeat;
	width: 165px;
	height: 40px;
	clear:both;
}

.home_purple_cell_left_bottom a,
.home_purple_cell_left_bottom a:hover,
.home_purple_cell_left_bottom a:link,
.home_purple_cell_left_bottom a:visited
{
	margin-left: 55px;
	padding-top: 8px;	
    color: White;
    font-weight: bold;
	font-family: Arial Narrow;
	font-size: 15px;
	padding-top:8px;
	display:inline-block;			
}


.home_purple_cell_right{
    background:url(images/home_purple_background_right.gif);
	background-repeat:no-repeat;
	width: 166px;
	height: 45px;
}

.home_purple_cell_right a,
.home_purple_cell_right a:hover,
.home_purple_cell_right a:link,
.home_purple_cell_right a:visited
{
	margin-left: 39px;
    color: White;
    font-weight: bold;
	font-family: Arial Narrow;
	font-size: 15px; 
	padding-top:8px;
	display:inline-block;		
}

.home_purple_cell_right_bottom{
    background:url(images/home_purple_background_right.gif);
	background-repeat:no-repeat;
	width: 166px;
	height: 40px;
	clear:both;
}

.home_purple_cell_right_bottom a,
.home_purple_cell_right_bottom a:hover,
.home_purple_cell_right_bottom a:link,
.home_purple_cell_right_bottom a:visited
{
	margin-left: 39px;
	padding-top: 8px;	
    color: White;
    font-weight: bold;
	font-family: Arial Narrow;
	font-size: 15px;
	padding-top:8px;
	display:inline-block;	 		
}


.home_purple_cell_bottom{
    background:url(images/home_purple_background_bottom.gif);
	background-repeat:no-repeat;
	width: 331px;
	height: 48px;
	padding: 15px 0 0 23px;
	clear:both;
}

.home_purple_cell_bottom a{
    color: White;
}


/*-------- company profile/leadership --------*/
.leadershipUparrow{
    background:url(images/leadershipUparrow.png);
    background-repeat: no-repeat;
    width: 570px;
    margin: 5px 0 0 35px;
    padding: 6px 0 12px 30px;
}

.leadershipDownarrow{
    background:url(images/leadershipDownarrow.png);
    background-repeat: no-repeat;
    width: 570px;
    margin: 5px 0 0 35px;
    padding: 6px 0 5px 30px;
}

.leadership_link_background{
	background:url(images/content_detail_background.gif);
    background-repeat:repeat;
	width: 570px;
	margin: 5px 0 0 0;
	padding: 1px 0 0px 0;
}

.leadership_detail_text{
    font-size: 11px;
    line-height:20px;
    font-weight: normal;
    width: 500px;
	padding: 10px 0 10px 0;    
}

#profile_intro{
    background:url(images/comp_profile_header_right.jpg);
    width:408px; 
    height:247px; 
    float:left;
}

#profile_intro_text{
    color: #4f324d;
    font-size: 23px;
    font-family: Arial;
    margin-left: 0px;
    padding: 47px 0 0 0;
    width: 400px;
    text-align:center;
}

#profile_intro_text_small{
    color: #4f324d;
    font-size: 16px;
    font-family: Arial Narrow;
    margin-left: 33px;
    padding: 20px 45px 0 0;
}

.profile_purple_cell_right_bottom{
    background:url(images/home_purple_background_right.gif);
	background-repeat:no-repeat;
	width: 166px;
	height: 45px;
}

.profile_purple_cell_left_bottom{
    background:url(images/home_purple_background_left.gif);
	background-repeat:no-repeat;
	width: 165px;
	height: 45px;
}

.profile_link a,
.profile_link a:link,
.profile_link a:hover,
.profile_link a:active,
.profile_link a:visted
{
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}


/*-------- Strategic Partners --------*/
#strategic_partner_wrapper{
    margin: 40px 0 0 65px;
    width: 580px;
}

/*-------- Products --------*/
.product_features_ul{
    list-style-type:square;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial Narrow;
}

.product_features_head{
    font-size: 18px;
    font-weight: bold;
    font-family: Arial Narrow;
    margin-top: 15px;
}

.product_features_head a:link
{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial Narrow;
    margin-top: 15px;
}

.product_features_head a:hover
{
    font-size: 14px;
    font-weight: bold;
    font-family: Arial Narrow;
    margin-top: 15px;
    text-decoration: underline;
}

.product_link{
    position:relative; 
    top: 0px;
	background:url(images/product_background.jpg);
	background-repeat:no-repeat;
	height: 40px;
	width: 625px;	    
}



/*-------- Social Responsibility --------*/
#socialResponsibility_intro_text{
    color: #4f324d;
    font-size: 16px;
    font-family: Arial Narrow;
    margin-left: 33px;
    padding: 25px 56px 0 0;
}

.column_Header{
    margin-left:40px; 
    font-family:Arial Narrow; 
    color: #663366; 
    font-size:25px;
    float: left;
    padding-bottom:5px;
}

.column_HeaderSmall{
    font-family:Arial Narrow; 
    color: #663366; 
    font-size:14px;
    float: left;
    margin-left:10px;
    position:relative;
    top: 9;
}

.social_responsibility_bullet{
    background:url(images/social_responsibility_bullet.jpg);
    background-repeat:no-repeat;
    position:relative; 
    top: 0px;
    width: 293px;
    height: 44px;
    margin-left:40px;
    padding-bottom: 13px;
}

.social_responsibility_bullet_text{
    color: #47244b;
    font-size:14px;
    font-family:Arial Narrow; 
    width: 240px;
    margin-left: 40px;
    padding-top: 5px;
    height: 44px;
}

.social_responsibility_column{
    width:333px; 
    float:left; 
    position: relative;
}


/*-------- contact --------*/
#contact_address{
    color: #47244b;
    font-family: Arial Narrow;
    margin: 5px 0 0 75px;

}


/*-------- success stories --------*/
.stories_text{
    width:550;
    font-family: Arial;
    font-size: 12px;
    margin-left: 40px;
    margin-right:25px;
}


/*-------- Entry Forms --------*/
.form_field_label
{
    font-size: 10px;
}

.form_field_label a:link,
.form_field_label a:hover,
.form_field_label a:visited
{
    font-size: 10px;
    text-decoration:underline;
}


.form_field_label_bold{
    font-size: 10px;
    font-weight:bold;
}

.form_red{
    font-size: 10px;
    color: Maroon;
}

.form_large_bold{
    font-size: 14px;
    color: Maroon;
    font-weight:bold;
    
}


/*-------- design style --------*/
/*
#s_wrap_main{display:table;width:970px; margin:0 auto;}
#s_wrap_sub{display:table-row}
.template_style{display:table-cell}


.top_space{height:34px;}
.lang_pad{padding:7px 0 0 25px;float:left;}

.logo_top_left{padding:0; margin:0; background:url(images/logo_top_left.png) no-repeat top left; height:23px;}
.logo_top_right{padding:0; margin:0; background:url(images/logo_top_right.png) no-repeat top right;}
.logo_top_bg{padding:0; margin:0 39px 0 27px; background:#FFF url(images/logo_top_bg.png) repeat-x top;height:23px;}
.logo_left{padding:0; background:url(images/logo_left.png) repeat-y top left;}
.logo_right{padding:0; background:url(images/logo_right.png) repeat-y top right;}
.logo_pad{background:#FFF; margin: 0 19px 0 7px; padding:0 0 10px 10px;}

.menu_bg{padding:0 0 0 6px;  margin: 0 21px 0 9px; background:url(images/menu_bg.png) top left;}
.menu_left{padding:0; margin:0; background:url(images/menu_left.png) repeat-y  top left;}
.menu_right{margin:0; background:url(images/menu_right.png) repeat-y top right; }

.search_style{float:right; height:40px;}
.search_bg{padding:8px 2px 0 0;}

.bread_bg{padding:0; margin: 0 19px 0 7px; background:url(images/bread_bg.png) repeat-x top left; height:34px;}
.bread_left{padding:0; margin:0; background:url(images/bread_left.png) no-repeat top left; height:34px;}
.bread_right{padding:0;  background:url(images/bread_right.png) no-repeat top right; height:34px;}
*/
#login_style{ float:right;}
/*
#bread_style{ float:left; line-height:34px; padding-left:18px;color:#000000;}

.center_bg{padding:0; margin:0;clear:both;}
.left_bg{padding:0; margin:0; background:url(images/left_bg.png) repeat-y top left;}
.right_bg{padding:0; margin:0; background:url(images/right_bg.png) repeat-y top right;}
.content_pad{padding:10px 22px 0 22px; margin: 0 19px 0 7px; background:#FFF url(images/center_bg.png) repeat-x bottom left;}
.content_width{padding-top:15px; min-height:350px;}

.bot_left{padding:0; margin:0; background:url(images/bot_left.png) no-repeat top left;}
.bot_right{padding:0; margin:0; background:url(images/bot_right.png) no-repeat top right; padding:0 39px 0 27px;}
.bot_bg{padding:0; margin:0; background:url(images/bot_bg.png) repeat-x top left; height:41px;}

.bot_pad{margin-bottom:20px;padding:0 30px 0 20px;}
#terms_style{float:left;}
#copy_style{float:right;}

.clear_float{clear:both; line-height:0; font-size:0; height:0;}
*/
/* ------- FileManager -------*/
div.FileManager{height:auto;border:none;}
table.FileManager{width:99%}


/*a.CommandButton:link, a.CommandButton:visited{color:#CB2027; font-weight:bold; text-decoration:none;}
a.CommandButton:hover{color:#3E81B5; text-decoration:underline;}*/

/*-------ControlPanel changes ---------------*/
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited{color:#3E81B5;}
.ControlPanel a.CommandButton:hover{color:#CB2027; text-decoration:underline;}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead{font-size:11px;}

/*--------- pane style ----------*/
.ContentPane, .TopPane, .BottomPane{ padding:0; margin:0; }
.LeftPane{ padding:0 20px 0 0; width:20%; margin:0; }
.RightPane{ padding:0 0 0 20px; width:20%; margin:0; }


/*------------ Breadcrumb Style --------------*/
.Breadcrumb,a.Breadcrumb:link,a.Breadcrumb:active,a.Breadcrumb:visited{color:#3E81B5;}
a.Breadcrumb:hover{color:#C00;}

/*-------------- Link Style --------------*/
/*.linkscontainer{padding-top:20px;text-align:center;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#3E81B5; text-transform:uppercase;}
a.links:hover{color:#C00;}*/

/*-------------- User Style --------------*/
.user,a.user:link,a.user:active,a.user:visited  
{
	font-family: Arial Narrow;
	color: #000;
	font-size: 11px; 
	padding: 0px;
	text-transform:uppercase; 
	margin-right:1px;
	white-space:nowrap;
	margin-right:0px;
	text-decoration:none;	
	line-height:15px;
 }
a.user:hover
{
    color:#ae2441;
    font-weight:normal;
    text-decoration: underline;
	}

/*-------------- Footer Style --------------*/
/*.footer,a.footer:link,a.footer:active,a.footer:visited { color:#3E81B5;}
a.footer:hover{color:#C00;}*/

/*-------------- Empty panes Style --------------*/
.DNNEmptyPane{width:0;padding:0;margin:0;}

/*-------------- Search SkinObject Styles --------------*/
div.SearchContainer{position:relative; white-space: nowrap;}
div.SearchBorder{width: 180px; height: 20px; border: solid 1px #e0e0e0; float:left; background-color: White; white-space: nowrap; margin-top: 2px;}
div.SearchContainer a{padding: 0; display: block; float:left; }
div.SearchContainer a img{padding-left:5px;}
div.SearchIcon{float: left; width: 31px; height: 20px; cursor: pointer; z-index: 11; background: no-repeat 2px 2px; text-align:right;}
div.SearchIcon img{margin-top: 3px;}

input.SearchTextBox{float: left; z-index: 10; border: 0; width:130px; height:18px; margin-left:3px; color: #43494D;}

#SearchChoices{clear: both; display: none; border: solid 1px #C3D4DF; z-index: 2000; cursor: pointer; margin: 0; padding: 0; text-align:left; background-color: #F3F7FA; position:absolute; top: 22px; left: 0;}
#SearchChoices li{cursor: pointer; margin: 0; padding: 2px 2px 0 2px; padding-left: 25px; height: 18px; text-align:left; background-color: #F3F7FA; background-repeat: no-repeat; background-position: 2px center; list-style: none; list-style-image: none; border: none; display:block;}
#SearchChoices li.searchHilite{background-color: #CE0D0D;	color:#ffffff; border: none;}
#SearchChoices li.searchDefault{background-color: #F8FAFF; border: none;}



































