/* ================================
    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{
}


/*-----------------------------Customize--------------------------------*/
body {
		background-color:#e7e6e7;
		margin: 0px;
}
.main {
		background-image:url(/images/bg.jpg);
		background-position:center top;
		background-repeat: repeat-y;
}
.nevigatioin {
		background-image:url(/images/nevi_bg.gif);
		background-position:left;
		background-repeat:repeat-x;
}
.nevigatioin-text {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration:none;
}
.nevigatioin-text a:hover {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #000000;
		font-weight: bold;
		text-decoration:none;
}
.Heading{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FEC81D;
	font-weight: normal;
	text-decoration:none;
	text-transform: uppercase;
}	
.content{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		font-weight: normal;
		text-decoration:none;
}

.content a{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFF00;
		font-weight: normal;
		text-decoration:underline;
}


.content a:hover{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FF0000;
		font-weight: normal;
		text-decoration:underline;
}

.content a:visited{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		font-weight: normal;
		text-decoration:underline;
}



.footer1 {
		background-image:url(/images/footer_bg.gif);
		background-position:center top;
		background-repeat:no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		font-weight: normal;
		text-decoration:none;
		text-align: center;
}
.footer {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		font-weight: normal;
		text-decoration:none;
		text-align: center;
}
.footer a:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #007ac2;
		font-weight: normal;
		text-decoration:none;
		text-align: center;		
}
.footer a:visited{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		font-weight: normal;
		text-decoration:none;
		text-align: center;	
}
A.footer:link{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		font-weight: normal;
		text-decoration:none;
		text-align: center;	
}
A.footer:visited{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FFFFFF;
		font-weight: normal;
		text-decoration:none;
		text-align: center;	
}
A.footer:hover{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #007ac2;
		font-weight: normal;
		text-decoration:none;
		text-align: center;		
}
.filed {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding:2px;
	padding-left:4px;
}
/*------------------------------Top Menu-------------------------------------*/
.TopMenuItem{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333!important;
	line-height:18px;
	background-color:Transparent;
	text-transform:lowercase;
	height:44px;
	padding-left:10px ;
	padding-right:10px ;
	_padding-left:10px !important;
	_padding-right:10px !important;
	font-weight:bold!important;
	text-transform:lowercase;

}
.TopMenuItemSel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333!important;
	line-height:18px;
	background-color:Transparent;
	height:44px;
	padding-left:10px ;
	padding-right:10px ;
	_padding-left:10px !important;
	_padding-right:10px !important;
	font-weight:bold!important;
	text-transform:lowercase;

}
.TopMenuItem td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF!important;
	line-height:18px;
	background-color:Transparent;
	text-transform:lowercase;
	height:44px;
	padding-left:10px ;
	padding-right:10px ;
	_padding-left:10px !important;
	_padding-right:10px !important;
	font-weight:bold!important;
}
.TopMenuItemSel td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333 !important;
	line-height:18px;
	background-color:Transparent;
	background:none;
	text-transform:lowercase;
	height:44px;
	padding-left:10px ;
	padding-right:10px ;
	_padding-left:10px !important;
	_padding-right:10px !important;
	font-weight:bold!important;
}
.TopMenu{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	background-color:Transparent;
	text-transform:lowercase;
	padding-left:0px;
	padding-right:4px;
	/*_padding-right:2px;*/
	height:24;
}
.TopSubMenuItemSel{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:18px;
	background-color:#333333;
	text-transform:capitalize;
	padding-left:0px;
	padding-right:4px;
	text-transform:lowercase;
	height:24;
}
/*.TopSubMenuItemSel td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:18px;
	background-color:#333333;
	text-transform:lowercase;
	padding-left:0px;
	padding-right:4px;
	height:24;
}*/
.TopSubMenu{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color:#eeeeee;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #eeeeee 1px solid; 
	border-left:  #eeeeee 1px solid; 
	border-top: #eeeeee 1px solid; 
	border-right: #eeeeee 1px solid;
}
.TopMenuIcon{
	cursor: pointer;
	background-color: Transparent;
	border-left: Transparent 0px solid !important;
	border-bottom: Transparent 0px solid !important;
	border-top: Transparent 0px solid !important;
	text-align: center;
	width: 0px;
	height: 23px;
	background:none;
	padding-right:0px;
}
.TopMenuBreak{
	border-bottom: Transparent 0px solid !important; 
	border-left: Transparent 0px solid !important; 
	border-top: Transparent 0px solid !important;  
	border-right: Transparent 0px solid !important; 
	background-color: transparent !important; 
	height: 0px;
}
.TopMenuArrow{
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	width:0px;
	padding-right:0px;
	border-right: Transparent 0px solid !important; 
	border-bottom: Transparent 0px solid !important; 
	_border-right: Transparent 0px solid !important; 
	_border-bottom: Transparent 0px solid !important; 
	border-top: Transparent 0px solid !important;
}
.Separator{
	/*padding-left:8px;
	_padding-left:10px;
	padding-right:20px;*/
	padding:0px;

}
.RequestFormField
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	background-color:Transparent;
	border: 1px solid #CCCCCC;
	width:450px;
	vertical-align:middle;
	padding-left:10px;
}
.RequestFormFieldTitle
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	text-transform:uppercase;
	}
