/* ================================
    CSS STYLES FOR Aviatec Design
   ================================
*/   

A {
	font-family:verdana;
	text-decoration: none;
	font-weight:normal;
	font-size: 12px;
}

A:link {
	color:#333333;
}

A:hover {
	color:#000000;
}

A:active {
	color:#333333;
}

A:visited {
	color:#333333;
} 

/* background color for the content part of the pages */
.RadEContent, .RadEContentBordered {
                      padding:3px;   
                      background-color: #FFFFFF;    
                      background-image: none;
                      margin: 0;       
                      text-align: left;
                      scrollbar-face-color: #E9E9E9;
                      scrollbar-highlight-color: #FFFFFF;
                      scrollbar-shadow-color: #E9E9E9;
                      scrollbar-3dlight-color: #DBDBDB;
                      scrollbar-arrow-color: #787878;
                      scrollbar-track-color: #F5F5F5;
                      scrollbar-darkshadow-color: #AEAEAE;
                      font-size: smaller;
                      word-wrap: break-word;
                      font-family:Verdana;
                      font-size: 11px;
                      color: #000000;
}

Body {
	font-family: Verdana;
	background-color:#ffffff;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: 1px solid #cccccc;
	scrollbar-arrow-color: #ffffff;
	scrollbar-base-color: #e4fcfd;
	scrollbar-darkshadow-color: 1px solid #666666;
	scrollbar-face-color: #cad4d5;
	scrollbar-highlight-color: 1px solid #e4fcfd;
	scrollbar-shadow-color: 1px solid #666666;
	scrollbar-track-color: #adbcbd;
}

.ContentPane {
	background-color: #ffffff;
	
}
.LeftPane {
	background-color: #ffffff;
	border-top: 0px solid #768f33;
	border-left: 0px solid #768f33;
	border-right: 0px solid #768f33;
	border-bottom: 0px solid #768f33;
}
.MenuTable {
	background-color: #768f33;
	border-top: 0px solid #8491a5;
	border-left: 0px solid #BFBFBF;
	border-right: 0px solid #BFBFBF;
	border-bottom: 0px solid #BFBFBF;
}

.MainTable {
	background-color: #ffffff;
}

.RightTable {
	background-color: #ffffff;
	border-right: 0px solid #768f33;
	border-bottom: 0px solid #768f33;
}

.TopBanner {
	background-color:white;
	border-top: 0px solid #768f33;
	border-left: 0px solid #768f33;
	border-right: 0px solid #768f33;
	border-bottom: 0px solid #768f33;
	cursor: pointer;
}

.NormalTextBox {
	font-family:Verdana;
	font-size: 12px;
	border: 1px solid #BFBFBF;
	width: 200px;
}

.SmallTextBox {
	font-family:Verdana;
	font-size: 12px;
	border: 1px solid #BFBFBF;
	width: 140px;
	height: 22px;
}

.MultiTextBox {
	font-family:Verdana;
	font-size: 12px;
	border: 1px solid #BFBFBF;
	width: 200px;
	height: 100px;
}

.SmallMultiTextBox {
	font-family:Verdana;
	font-size: 12px;
	border: 1px solid #BFBFBF;
	width: 140px;
	height: 100px;
}

.SearchTextBox {
	width: 160px;
}

/* GENERAL */
/* style for module titles */

.Head {
	font-family: Verdana;
	font-size: 12px;
	color: #017f3f;
	font-weight: bold;
}

.SubHead {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family:Verdana;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal {
	font-family: Verdana;
	font-size: 10px;
	color: #8491a5;
}
A.Normal {
	font-family: Verdana;
	font-size: 10px;
	color: #8491a5;
}
A.Normal:link {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
A.Normal:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
A.Normal:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #ffffff;
}
.NormalVertikal /*FTB Style*/ {
	font-family:Verdana;
	font-size: 10px;
	color: #ffffff;
                writing-mode: tb-rl;
                filter: flipv fliph;
                font-family: verdana, arial, helvetica, sans-serif; 
}

.NormalRed /*FTB Style*/ {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: red;
}

.NormalBold /*FTB Style*/ {
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #8491a5;
}

.Small /*FTB Style*/ {
	font-family: Verdana;
	font-size: 9px;
	color: #8491a5;
}

.HotLinks {
	cursor:hand;
	font-family:Verdana;
	font-size: 12px;
	color: #000000;
	border-color: #e3e3e3;
	border-style: solid;
	border-width: 1px;
}

.Footer {
	font-family: Verdana;
	font-size: 9px;
	color: #8d9697;
}

A.Footer:link {
	font-family: Verdana;
	font-size: 9px;
	color: #8d9697;
}

A.Footer:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #8d9697;
	text-decoration: none;
}

A.Footer:active {
	font-family: Verdana;
	font-size: 9px;
	color: #8d9697;
}

A.Footer:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #8d9697;
}


A  {
	font-family: Verdana;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

A:link {
	color: #017f3f;
}

A:hover {
	color: #017f3f;
	text-decoration: none;
}

A:active {
	color: #017f3f;
	text-decoration: none;
}

A:visited {
	color: #017f3f;
	text-decoration: none;
} 

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #017f3f;
	text-decoration: none;
}

A.CommandButton:hover {
	color:#666666;
	text-decoration: none;
}

A.CommandButton:active {
	color: #768f33;
	text-decoration: none;
}

A.CommandButton:visited {
	color: #768f33;
	text-decoration: none;
} 

/**************************************************   MENU    **************************************************/

.Menu_ItemsGroup {
         cursor: pointer;         
         padding: 0px;
         text-align: left;
}

/************************************************** Root Menu **************************************************/

.Menu_MainItem {
         border-width: 0px;
         font-family: Verdana;
		 color: #ffffff;
         cursor: pointer;
         font-size: 11px;
         text-align: left;
		 margin-bottom: 3px;
		 margin-left: 8px;	
}

.Menu_MainItemOver {
         border-width: 0px;
         font-family: Verdana;
		 color: #ffffff;
         cursor: pointer;
         font-size: 11px;
         text-align: left;
		 margin-bottom: 3px;
		 margin-left: 8px;	
}

.Menu_MainItemClicked {
         border-width: 0px;
         font-family: Verdana;
		 color: #ffffff;
         cursor: pointer;
         font-size: 11px;
         text-align: left;
		 margin-bottom: 3px;
		 margin-left: 8px;	
}

.Menu_MainItemDisabled {
         border-width: 0px;
         font-family: Verdana;
		 color: #ffffff;
         cursor: pointer;
         font-size: 11px;
         text-align: left;
		 margin-bottom: 3px;
		 margin-left: 8px;	
}

.Menu_MainItemSelected {
         border-width: 0px;
         font-family: Verdana;
		 color: #ffffff;
         cursor: pointer;
         font-size: 11px;
         text-align: left;
		 margin-bottom: 3px;
		 margin-left: 8px;
}

.SelectedPathItemCss {
         border-width: 0px;
         font-family: Verdana;
		 color: #ffffff;
         cursor: pointer;
         font-size: 11px;
         text-align: left;
		 margin-bottom: 3px;
		 margin-left: 8px;
}

/**************************************************  Sub Menu  **************************************************/

.Menu_Item {
	background-color: #007e3e;
	height: 20px;
	width: 165px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Verdana;
	font-size:11px;
	color: #ffffff;
	text-align: left;
}

.Menu_ItemOver {
	background-color: #015d2e;
	height: 20px;
    width: 165px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Verdana;
	font-size:11px;
	color: #ffffff;
	text-align: left;}

.Menu_ItemSelected {
	background-color: #007e3e;
	height: 20px;
	width: 165px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Verdana;
	font-size:11px;
	color: #ffffff;
	text-align: left;
}

.Menu_ItemClicked {
	background-color: #007e3e;
	height: 20px;
	width: 165px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Verdana;
	font-size:11px;
	color: #ffffff;
	text-align: left;
}

.Menu_ItemDisabled {
	background-color: #007e3e;
	height: 20px;
	width: 165px;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	font-family: Verdana;
	font-size:11px;
	color: #ffffff;
	text-align: left;
}

/************************************************** MENU END **************************************************/


/************************************************** PANEL BAR *************************************************/
.panelHeader
{ 		
	FONT-SIZE: 11px; 
	COLOR: #666666;
	FONT-FAMILY: Verdana;
	height: 25px;
	cursor: pointer;
	background-image:url(Images/Menu/Panel/PanelHeader.gif);
	background-position: right bottom;	
	padding-left:10px;
}
.panelHeaderSelected 
{
	FONT-SIZE: 11px; 
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	height: 25px;
	cursor: pointer;
	background-image:url(Images/Menu/Panel/PanelHeaderSelected.gif);
	background-position: right bottom;	
	padding-left:10px;
}
.panelHeaderOver
{
	FONT-SIZE: 11px; 
	COLOR: #333333;
	FONT-FAMILY: Verdana;
	height: 25px;
	cursor: pointer;
	background-image:url(Images/Menu/Panel/PanelHeaderSelected.gif);
	background-position: right bottom;	
	padding-left:10px;
}
.panelItem 
{
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana;
	padding-left: 10px;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	padding-bottom:3px;
	padding-top:3px;
}
.panelItemSelected
{
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	padding-left: 10px;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	background-image:url(Images/Menu/Panel/SubArrow.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-bottom:3px;
	padding-top:3px;
}
.panelItemOver
{
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Verdana;
	padding-left: 10px;
	cursor: pointer;
	text-decoration: none;
	height:20px;
	background-image:url(Images/Menu/Panel/SubArrow.gif);
	background-repeat:no-repeat;
	background-position: center left;
	padding-bottom:3px;
	padding-top:3px;
}
.panelbarItemGroup
{
	border-bottom: 1px solid #F0F0F0;
}

/************************************************ PANEL BAR END ************************************************/