body {
	background-repeat: repeat-y;
	background-position: center;
	text-align:center;
	background-attachment: fixed;
	background-color:#f3f3f3;
}

.clear { clear:both; }

/* ----------------------------  Div Containers  -------------------------------------- */

/* Adjust width of site here */

div.bgDiv {
	background-image: url(images/bodyBG.gif);
	background-repeat: repeat-x;
}

div.padTop {
 	padding-top: 10px;
}

div.adminContainer {
	width:800px;
	margin:0 auto;
	text-align:center;
}

div#contentContainer {
	width:800px;
	margin:0 auto;
	text-align:left;
	background-color: #ffffff;
	border: 1px solid #DFDFDF;
}

div#siteLoginSearchContainer {
	padding: 5px 5px 5px 10px;;
}

div#siteLoginSearchContainer  div.loginArea {
	float:left;
	color: gray;
}

div#siteLoginSearchContainer div.siteSearch {
	float:right;
	padding-top: 5px;
	
}

div#siteLoginSearchContainer div.siteSearch .NormalTextBox {
	width:167px;
	border: 1px solid #ffffff;
}

div#siteLoginSearchContainer div.siteSearch a.SearchLink  {
	display: none;
	
}

div#siteHeader {
	height:114px;
	border-bottom: 3px solid #000; 
	background-image: url(images/bgHeader.gif);
}

div#siteMenu {
	padding-top: 2px;
}

div.telerikTabStrip {

}

div.telerikMenu {
	margin-top: 2px;
	height: 39px;
	background-image:url(../../../../DesktopModules/r.a.d.menu/RadControls/Menu/Skins/Metallic/Img/mainBg.gif);
	background-color:#ececec;
	border-top: 1px solid #cccccc;
	background-repeat: repeat-x;
	background-position: 0px 4px;
}

div#siteBreadCrumb { 
	height: 16px;
	line-height: 16px;
	text-align: right;
	padding: 0 10px 3px 10px;
}


div#siteFooter {
	padding:10px 0;
	text-align:center;
}

div#mainContainer {
	padding: 0 5px;
	width: 790px;
}
 
* html div#mainContainer {
	padding: 0 5px;
	width: 797px;
}
 
 /* ---------------------------------------- Container Styles ------------------------------------- */

div.moduleContainer {margin: 0 5px 10px 5px; }


  
/* -------------------------------- LINKS -------------------------------------- */

a:link, a:visited, a:active   {
  text-decoration: underline;
  color: #FF0000;
}

a:hover {
  text-decoration: none;
  color: #FF0000;
}

a.CommandButton:link {  text-decoration: underline;  color: #FF0000; }
a.CommandButton:visited {  text-decoration: underline;  color: #FF0000;}
a.CommandButton:hover {  text-decoration: none;  color: #FF0000;}
a.CommandButton:active {  text-decoration: underline;  color: #FF0000; }

span.CommandButton a.CommandButton:link { text-decoration: underline; color: #FF0000;}
span.CommandButton a.CommandButton:visited { text-decoration: underline; color: #FF0000;}
span.CommandButton a.CommandButton:hover { text-decoration: none; color: #FF0000;}
span.CommandButton a.CommandButton:active { text-decoration: underline; color: #FF0000;}

span.CommandButton  { padding: 0 2px; }

span.CommandButton a.CommandButton  {
	text-decoration: none;
	position: relative;
	top: -4px;
}

/* --------------------------- MENU -------------------------------- */

.MainMenu_MenuContainer { /* Container for main menu */
	padding-left: 2px;
	background-image: url(images/cTopMid.gif);	 /* Enable if using bground image */
	/* background-color: #dadada;  Enable if using color */ 
	border-bottom: 1px solid #DFDFDF;
}

.MainMenu_MenuBar { }

.MainMenu_SubMenu { /* Container for submenu */
	background-color: #DFDFDF;
	width: 160px;
	z-index: 1000;
	border: 1px solid #ccc;
	filter: none;
}

.MainMenu_MenuItem { /* Applies to idle state of submenu items */
	/* padding: 0 40px 0 0; */
	width: 160px;
	padding-left: 6px;
	line-height: 16px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	color: #999;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	
}

.MainMenu_MenuItemSel { /* Hover state of sub menu items */
	/* padding: 0 40px 0 0; */
	width: 160px;
	padding-left: 6px;
	line-height: 16px;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
	background-color: red;
	color: #000;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;

}

.MainMenu_Idle { /* Idle state for main menu items */
	width:auto;
	display: block;
	line-height: 20px;
	text-decoration: none;
	padding: 2px 3px 2px 0; /* Use padding to adjust height of the menu bar */
	color: #999;
	font-size: 11px;
	font-weight: bold;
	border: 0;

}

.MainMenu_Selected, .MainMenu_Active, .MainMenu_BreadcrumbActive { /* Hover state for main menu items */
	width:auto;
	display: block;
	line-height: 20px;
	text-decoration: none;
	padding: 2px 3px 2px 0; /* Use padding to adjust height of the menu bar */
	color: #333;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background: none;  /* Enable if using background image */
	/* background-color: #dadada;   Enable if using colors */
	border: 0;
}

.MainMenu_Separator {

}

.MainMenu_MenuBreak {
	height: 1px;
}

.MainMenu_MenuItem .MainMenu_MenuIcon, .MainMenu_MenuItemSel .MainMenu_MenuIcon {
	display: none;
 }


.MainMenu_MenuArrow, .MainMenu_RootMenuArrow { display: none; }



/* -------------------------------- TEXT -------------------------------------- */

body, table, td, .Normal, .NormalBold, .NormalDisabled, 
.SubHead, .MainMenu_MenuItem, .MainMenu_MenuItemSel, a.CommandButton, .StandardButton, 
div.alx_ArticleContainer, .Head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, table, td, .Normal, .NormalBold, .NormalDisabled, .SubHead {
	font-size: 11px;
	line-height: 15px;
}

.SubHead {
	white-space:nowrap;
}

.NormalBold { font-weight: bold; }
.NormalDisabled { color: silver; }

td { vertical-align:top; }


/* --------------------------- Buttons -------------------------------- */

.StandardButton {
  background:none;
  background-image:url(images/bg_Button.gif);
  color: #999;
  font-size: 11px;
  font-weight: normal;
  border: 1px solid #DFDFDF;
  padding: 0;
}

/* --------------------------- Module Title -------------------------------- */

.Head {
	font-size:  11px;
	font-weight: bold;
	color: #999;
}

/* --------------------------- BreadCrumb -------------------------------- */

.BreadcrumbLink {
 font-size: 10px;
}

/* ------------------- Login, UserName, Search and Footer Links-------------- */


.SearchLink, .UserGreetingLink, .RegisterLink, .LoginLink {
	font-size: 11px;
}

.FooterLink {
	font-size: 10px;
}


/* ================================ Left Child Menus ============================== */

div.subNavigation {  }

div.subNavigation ul {
	list-style: none;
	margin: 3px 0 10px  0;
	padding: 0;
	background: #fff;
	font-size:10px;
	border-bottom: 1px solid blue;
}

div.subNavigation li {
	display:inline; /* Removes the gap in IE */
}

div.subNavigation li a.lastItem {
	border-bottom: 1px solid blue;
}

div.subNavigation li a {
	border-top: 1px solid blue; 
	display:block;
	text-decoration: none;
	padding: 2px 5px;
	margin:0;
}
div.subNavigation li a.subNavigationLink {
	text-decoration: none;
}

div.subNavigation li a:hover {
	background-color:#ccc;
}





/* ---------------------------------------- Article Styles ------------------------------------- */
div.alx_ArticleContainer {
	font-size:11px;
	line-height:16px;
	background-color: #F3F3F3;
	padding:5px; 
	border-bottom: 2px solid #ccc;
	margin-bottom: 5px;
	text-align: left;
}
div.alx_ArticleContainer p.alx_ArticleBack { 
	padding:0 0 0 0;
	margin:0 0 0 0;
}

div.alx_ArticleContainer h5 /* HeadLine */ {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:13px;
} 
div.alx_ArticleContainer h5 a  { }

div.alx_ArticleContainer h6 /* Date */ { 
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight:normal;
	color: #999;
	font-size:9px;
}
div.alx_ArticleContainer p { 
	margin-top: 0;
	margin-bottom: 10px;
	padding-bottom:0;
}

div.alx_ArticleContainer div.alx_ArticleImage { 
	margin: 4px 4px 0 0;
	float:left;	
	height: 50px;
	overflow:hidden;
}


div.alx_ArticleContainer div.alx_ArticleImageMain { 
	margin: 5px 5px 0 0;
	float:left;	
}


div.alx_ArticleContainer div.alx_ArticleImage img { 
	border:none;
}
div.alx_ArticleTools {
	border: 1px solid #ccc;
	float:right;
	margin-left: 5px;
}

div.alx_ArticleContainer div.alx_ArticleBody, 
div.alx_ArticleContainer div#alx_ArticleBody { 
}

div.alx_ArticleContainer span.alx_ArticleReadMore {
white-space:nowrap;
}

.PagingContainer { 
	display: block;
	padding-left: 4px;
}

/* ---------------------------------------- Tab Styles ------------------------------------- */
ul.alx_TabUL {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-image:url(images/pixelGray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	height: 21px;
	font-size: 10px;
}

* html ul.alx_TabUL {
	height: 20px;
}

ul.alx_TabUL li {
	display: block;
	float: left;
	background-image: url(images/tabTitleBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 1px;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
}

ul.alx_TabUL li a,
ul#alx_TabInstance_Home li a {
	display: block;
	float: left;
	background-image: url(images/tabTitleBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
 	text-decoration: none;
 	color: #666;
	padding-right: 5px;
	height: 20px;
	line-height: 20px;

}

ul.alx_TabUL li a:hover {

}

ul.alx_TabUL li.selected {
 	border-bottom: 1px solid #fff;
}


ul.alx_TabUL li.selected a,
ul#alx_TabInstance_Home li.selected a {
	color: #000;
}

div.alx_TabContainer { /* Style of tab content container*/
	clear: both;
	padding: 5px;
 	border: 1px solid #a9a9a9;
 	border-top: none;
	margin-bottom: 10px;
}

div.alx_TabItem  {
	display:none;
}

div.alx_TabItem div.alx_ArticleContainer {
	margin-bottom: 0;
}



/* ---------------------------------------- Aggregator ------------------------------------- */
.Default_TabStrip {
	background-image: url(images/pixelGray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 21px;
	margin: 0 5px;
}

* html .Default_TabStrip {
	height: 20px;
}

.Default_TabPage {
	margin: 0 5px 10px 5px;
	padding: 5px;
 	clear: both;
 	border: 1px solid #a9a9a9;
 	border-top: none;
}

* html .Default_TabPage {
 	width: 100%;
}

.Default_TabUnselected, .Default_TabSelected {
	cursor: pointer;
}


.Default_TabSelected span#tabcenter,
.Default_TabSelected span#tabright  {
 	background-color: #fff;
 	border-bottom: 1px solid #fff;
	color: #000;
}

#tableft {
	display: none
}

#tabcenter  {
	background-image: url(images/tabTitleBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	text-align: center;
	padding-left: 5px;
	height: 20px;
	line-height: 20px;
}

#tabright {
	display: block;
	float: left;
	background-image: url(images/tabTitleBG.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 1px;
	height: 20px;
	line-height: 20px;
}

.Default_TabMouseOver {

}



/* COLORS */

/* Lines - use one color in this section --------------------------------------------------- */
div.containerBody,
div.alx_TabContainer,
.Default_TabPage {
	border: 1px solid #DFDFDF;
}

div.subNavigation ul,
div.subNavigation li a.lastItem {
	border-bottom:1px solid #DFDFDF;
}

div.subNavigation li a {
	border-top: 1px solid #DFDFDF;
}



/* ----------------------------------------------------------------------------------------- */



/* Background - use one color in this section ---------------------------------------------- */
div.subNavigation li a:hover { 
	background-color: #DFDFDF;
}

/* ----------------------------------------------------------------------------------------- */

/* Default Text Color */
body, table, table, h1, h2, h3, h4, h5, h6, .Normal, .NormalBold, .SubHead {	color: #000; }

/* Module Titles and Admin Settings Headings - Be careful about setting as white*/
.Head  {
	 color: #000;
}

/* Default Text Colors -- Main Menu, Modules, Buttons, Tabs */
.StandardButton,
ul.alx_TabUL li a,
ul#alx_TabInstance_Home li a,
#tabcenter {
	 color: #999;
}

/* Active Text Colors -- Main Menu, Modules and Tabs */
ul.alx_TabUL li.selected a,
ul#alx_TabInstance_Home li.selected a,	
.Default_TabSelected span#tabcenter,
.Default_TabSelected span#tabright {
 	color: #000;
}


/* Remove top border of TAB Divs */
.Default_TabPage,
div.alx_TabContainer {
 	border-top: none;
}

a.Forum_BreadCrumb {
height: 18px;
}

table#tblMain {
margin-bottom: 5px;
}

td.Forum_Footer table  {

}


.SearchBar, .Pager {
	display:block;
	padding-bottom: 5px;
}


/* Arrow List */

ul.ArrowList  {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.ArrowList  li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: .6em;
	border: 1px solid red;
}

.alert {
	background-image: url(/Portals/0/images/alert.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 330px;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	text-align: left;
}
