/* ================================
    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   
{
	color: #CC0000;
	font-size: 14px;
	font-weight:bold;
	
}

/* 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
{
    font-family: Verdana;
    font-size: 12px;
    line-height: 150%;
}

/* 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{
}








 
/*COMMENTS*/
.Comment_Wrapper, .Comment_Answer
{
	border: 1px solid #C0C0C0;
	background-color: #F1F1F1;
	/*float: left;
	clear: right;*/
	width: 100%;
	margin: 10px 0px;
	padding: 0px;
}

.Comment_Answer
{
	background-color: #F8F1DA;
}

.Comment_Name, .Comment_Email, .Comment_Date
{
	float:left;
	margin:5px 10px;
	
} 
.Comment_Name
{
	font-weight:bold;
} 
.Comment_Email
{
	color:Gray;
}

.Comment_Date
{
	color:Gray;
	clear:right;
}
.Comment_Text
{
	float:none;
	clear:both;
	padding:10px 20px;
}

/* Comment Pager */
.Comment_Pager_Item, .Comment_Pager_Selected /*1 digit*/
{
	margin: 0px 2px;
	float:left;
}

.Comment_Pager a:hover, .Comment_Pager a:visited, .Comment_Pager a/*Pager container/Wrapper*/
{
	text-decoration:none;
	color: Black;
}

.Comment_Pager_Selected
{
	font-weight: bold;
	border: 1px solid #C0C0C0;
}

/* Add Comment*/
div.Comment_New_Wrapper
{
	clear:both;
	width:100%;
	margin:10px;
}
.Comment_New_Label
{
	margin: 10px 0px;
	font-weight: bold;
}

div.Comment_New_Wrapper td
{
	vertical-align:top;
}

input.Comment_New_Name
{
	width:300px;
}

.Comment_New_Text
{
	width:400px;
	height:100px;
}

.Comment_Sent_Label
{
	color:Green;
	font-weight:bold;
}

/*Comment for links*/
.MMLink_Wrapper
{
    margin-bottom:10px;
   /* line-height:110%;*/
}

.MMLink_Wrapper p
{
    /*line-height:110%;*/
}

/*Announcements and Links*/
.MMLink_Wrapper a
{
  border:none;
  margin-bottom:15px;
}

.MMLink
{
    font-weight:bold;
}

.MMLink_Descr
{
    padding-left:5px;
}

.MMLink_Descr p
{
    margin:0px;
}


div.transl_image
{
    width: 100%;
    height: auto;
    text-align: center;
}
table.transl_table
{
}
.transl_table tbody
{
    vertical-align: top;
}
.transl_table input, .transl_table textarea
{
    width: 99%;
}
td.transl_caption, td.transl_description
{
    width: 45%;
}