/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}



/*Grid Styles*/

.knx_grid
{
	border-top: 1px solid #cccccc;
	border-right: 1px solid #686868;
	border-bottom: 1px solid #686868;
	border-left: 1px solid #cccccc;
	background-color:#ebf6fe;
}

.knx_grid_header
{
	vertical-align: middle;
	text-align: left;
	background-color:#dcdcdc;
	height:14px;
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	font-size: 0.9em;
	vertical-align: middle;
	
}


A.knx_grid_header:link
{
	color: #12568b;
}
A.knx_grid_header:visited
{
	color: #12568b;
}
A.knx_grid_header:hover
{
	color: #12568b;
	text-decoration: underline;
}
A.knx_grid_header:active
{
	color: #12568b;
}

.knx_header_text
{
	font-family:Tahoma;
	font-size:0.9em;
	font-weight:bold;
	color: #000000;
	border-bottom:1px solid #686868;
}

.knx_header_text a:link
{
	color: #000000;
	text-decoration:underline;
}

.knx_header_text a:visited
{
	color: #12568B;
}

.knx_header_text a:hover
{
	color: #12568B;
}

.knx_header_text a:active
{
	color: #12568B;
}


.knx_grid_text
{
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	font-size: 0.9em;
	text-align: left;
	height: 20px;
}


.knx_grid_text_alternate
{
	font-family: Verdana;
	font-weight: normal;
	color: #000000;
	font-size: 0.9em;
	text-align: left;
	background-color:#ffffff;
	height: 20px;
}


.knx_grid_text_select
{
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	font-size: 1.0em;
	text-align: left;
	height: 20px;
	background: url(/images/trans_green.png) repeat top right;
}


.knx_grid_pager
{
	font-family: Tahoma;
	font-weight: bold;
	color: #12568b;
	font-size: 1.0em;
	vertical-align: middle;
	background-color:#efefef;
	text-align:right;
}

.knx_grid_footer
{
	font-family: Tahoma;
	font-weight: bold;
	color: #12568b;
	font-size: 1.0em;
	text-align:right;
	vertical-align: middle;
	background-color:#efefef;
}


/************************Grid Styles End*******************************/

.knx_box, .knx_grid_box
{
	border-top: 1px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}


.knx_box_white
{
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	background-color: #ffffff;
}

.knx_box_view
{
	border-top: 1px solid #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	background-color: #f2f2f2;
}



.knx_box_print
{
	border-top: 1px solid #747474;
	border-right: 2px solid #747474;
	border-bottom: 2px solid #747474;
	border-left: 1px solid #747474;
	background-color: #dcdcdc;
}



.box
{
	width: 100%;
	text-align: center;
	border-top: 1px solid #12568b;
	border-right: 1px solid #12568b;
	border-bottom: 1px solid #12568b;
	border-left: 1px solid #12568b;
}



.trans
{
	background: transparent;
}


.knx_helpbar
{
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	font-size: 0.9em;
	vertical-align: middle;
	text-align: left;
	background-color: #ffebcd;
}



.knx_table_header
{
	font-family: Tahoma;
	font-weight: bold;
	color: #ffffff;
	font-size: 1.0em;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	padding-right:10px;
}


.knx_list_text
{
	font-family: Verdana;
	color: #000000;
	font-size: 0.9em;
	text-align: left;
	height: 20px;
}



.knx_list_header
{
	font-family: Tahoma;
	font-weight: bold;
	color: #242424;
	font-size: 1.0em;
	text-align: left;
	height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #dcdcdc;
}



.knx_grid_text_small
{
	font-family: Tahoma;
	font-weight: normal;
	color: #242424;
	font-size: 95%;
	text-align: left;
vertical-align: top;

	}
	
.knx_grid_text_small_red
{
	font-family: Tahoma;
	font-weight: normal;
	color: red;
	font-size: 95%;
	text-align: left;
	}

.knx_grid_text_select_small
{
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	font-size: 0.9em;
	text-align: left;
	
vertical-align: top;
	background-color:#ffebcd;
}

.knx_grid_text_selected_small
{
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	font-size: 95%;
	text-align: left;
vertical-align: top;
	background-color:  #ffebcd;

}


.knx_grid_text_alternate_small
{
	font-family: Tahoma;
	font-weight: normal;
	color: #000000;
	font-size: 95%;
	text-align: left;
vertical-align: top;
	background-color:#ffffff;
height:18px;
}

.knx_grid_header_small
{
	font-family: Tahoma;
	font-weight: bold;
	color: #12568B;
	background-color:#dcdcdc;
	font-size: 95%;
	vertical-align: middle;
	text-align: left;
}

.knx_grid_header_smallnb
{
	font-family: Tahoma;
	font-weight: bold;
	color: #12568B;
	font-size: 95%;
	vertical-align: middle;
	text-align: left;
}

.knx_grid_pager_small
{
	font-family: Tahoma;
	font-weight: bold;
	color: #12568B;
	font-size: 95%;
	text-align: right;
	vertical-align: bottom;
	background-color: #dcdcdc;
}
.knx_grid_text_red
{
	font-family: Tahoma;
	font-weight: bold;
	color: #cc1212;
	font-size: 1.0em;
	text-align: left;
	height: 25px;
	background: url(/images/trans_red.png) repeat top right;
}


/* End of grid styles */

/*App Specific Content Styles*/
.knx_normal_textbox
{
	font-family: Tahoma;
	font-weight: normal;
	color: #242424;
	font-size: 1.0em;
	background-color: #ffffff;
}

.knx_subhead
{
	font-family:Tahoma;
	color:#5983b9;
	font-size:1.0em;
	font-weight:bold;
}

.knx_subsubhead
{
	font-family:Tahoma;
	color:#5983b9;
	font-size:0.9em;
	font-weight:bold;
}

.knx_password_box
{
	border-top: 1px solid #747474;
	border-right: 2px solid #747474;
	border-bottom: 2px solid #747474;
	border-left: 1px solid #747474;
	background-color: #dcdcdc;
}

.knx_header
{
	width:100%;
	background-color:#e2ebfd;
	padding:3px;
	height:16px;
}

.knx_grid_text
{
	font-family: Tahoma;
	font-weight: normal;
	color: #242424;
	font-size: 1.0em;
	text-align: left;
	height: 20px;
	background-color:#ffffff;
	
}


.alternate
{
	
	color: #000000;
	background-color:#e2ebfd;
	
}

.selected
{
	color: #000000;
	background-color:#ffebcd;
}

.knx_grid_header
{
	font-family: Tahoma;
	font-weight: bold;
	color: #ff8a2c;
	font-size: 1.0em;
	vertical-align: middle;
	text-align: left;
	
}

.knx_grid_footer
{
	font-family: Tahoma;
	font-weight: bold;
	color: #242424;
	font-size: 1.0em;
	text-align: right;
	vertical-align: bottom;
	background-color: #ff8a2c;	
}

.knx_grid_pager
{
	font-family: Tahoma;
	font-weight: bold;
	color: #ff8a2c;
	font-size: 1.0em;
	vertical-align: middle;
	text-align: right;
	background-color:#e2ebfd;
}

A:link {color:#ff8a00;}
A:Active{color:#ff8a00;}
A:Visited{color:#ff8a00;}
A:Hover{color:#EF921F; text-decoration:underline;}


.small{font-size: xx-small;}
.red{color:#cc1212;}
.white{color:#ffffff;}
.grey{color:#898989;}
.orange{color:#ff9626;}
.green{color:#007c85;}
.lgreen{color:#c1d72e;}
.pink{color:#ec008c;}
.purple{color:#6b207f;}
.lpurple{color:#efe5ef;}
.white{color:#fff;}
.blue{color:#e2ebfd;}


.bold{font-weight:bold;}
.upper{text-transform:uppercase;}
.required{font-size: 9pt; color: #cc1212;vertical-align: super;}
.reqBG{background-color: #ffebcd;}
.greyBG{background-color: #898989;}
.pinkBG{background-color:#ec008c;}
.greenBG{background-color:#007c85;}
.noBG{background-color:transparent; background-image:none;}
.readonly{background-color: #dcdcdc;}
.underline{text-decoration:underline;}
.center{text-align:center;}
.right{text-align:right;}
.middle{vertical-align:middle;}
.top{vertical-align:top;}



/*********************************** Fonts End *****************************/
/*************************************** End of New CSS STYLES: Copied from CLC ******************************/


/*****Spiffy Corners ******/

.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#5273b5}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #b4c2df;
  border-right:1px solid #b4c2df;
  background:#7d96c7}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #edf1f7;
  border-right:1px solid #edf1f7;
  background:#728dc3}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #728dc3;
  border-right:1px solid #728dc3;}
.spiffy4{
  border-left:1px solid #b4c2df;
  border-right:1px solid #b4c2df}
.spiffy5{
  border-left:1px solid #7d96c7;
  border-right:1px solid #7d96c7}
.spiffyfg{
  background:#5273b5}


.zpiffy{display:block}
.zpiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#e2ebfd}
.zpiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #e2ebfd;
  border-right:1px solid #e2ebfd;
  background:#e2ebfd}
.zpiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #e2ebfd;
  border-right:1px solid #e2ebfd;
  background:#e2ebfd}
.zpiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #e2ebfd;
  border-right:1px solid #e2ebfd;}
.zpiffy4{
  border-left:1px solid #e2ebfd;
  border-right:1px solid #e2ebfd}
.zpiffy5{
  border-left:1px solid #e2ebfd;
  border-right:1px solid #e2ebfd}
.zpiffyfg{
  background:#e2ebfd}



/*****Spiffy Corners End********/
