/* ================================
    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{
}

/* GnosisNet_ProductsComparison Module */
.products_comparison_table { background-color: #ffffff; border-collapse: collapse; }
.products_comparison_table tr td {
	font-family: Verdana; 
	font-size: 0.7em; 
	padding: 10px; 
	width: 100px; 
	height: 25px; 
	font-weight: normal; 
	border: solid 1px #c2c2c2;
}

.table_header_row { background-color: #FAFAFA; }

#compare_products_button {
	float: right;
	width: 170px; 
	height: 25px; 
}

#compare_products_button a {
	font-family: Verdana; 
	font-size: 0.7em;
	font-weight: bold; 
	text-decoration: none; 
	color: #757575;
}

#info_message table { float: right; }
#info_message table tr td { font-weight: bold; font-family: Verdana; font-size: 0.7em; color: #dd9416; line-height: 1.2em; _line-height: 1.3em; }

/* GnosisNet_Product Module */
.GnosisNet_Product { /* float: left; */ padding-bottom: 30px; width: 550px; }
.product_image { padding-right: 5px; }
.product_name { display: block; font-weight: bold; font-family: Verdana; font-size: 0.7em; color: #757575; line-height: 1.2em; _line-height: 1.3em; }
.product_desc { font-family: Verdana; font-size: 0.7em; color: #757575; line-height: 1.2em; _line-height: 1.3em; }
.compare_product_chk { float: right; }
.compare_product_chk label { vertical-align: top; }

/* Search Results Module */
.no_results_found { text-align: left; font-family: Verdana; font-size: 0.7em; color: #757575; line-height: 1.2em; _line-height: 1.3em; }

/* Document Module */
.DNN_Documents tr { font-family: Verdana; font-size: 0.7em; color: #757575; line-height: 1.2em; _line-height: 1.3em; }
.DNN_Documents tr td a { color: #dd9416; }

.DNN_Documents tr.SubHead { border-bottom: solid 2px #c2c2c2; }
.DNN_Documents tr td.TitleHeader { width: 120px; text-align: left; }
.DNN_Documents tr td.SizeHeader { width: 80px; text-align: left; }

/*.DNN_Documents tr.SubHead { visibility: collapse; }*/

/* GnosisNet_Document */
.GnosisNet_Document { width: 400px; font-family: Verdana; color: #757575; line-height: 1.2em; _line-height: 1.3em; }

.GnosisNet_Document .title { font-size: 0.8em; font-weight:bold; }
.GnosisNet_Document .description { font-size: 0.7em; }
.GnosisNet_Document .download_link { font-size: 0.7em; text-align: right; }

/* GnosisNet_ContactUs */
.GnosisNet_ContactUs {  width: 500px; }

.lblEmail, .lblName, .lblSubject, .lblMessage, .lblCaptcha { display: block; float: left; width: 170px; font-family: Arial; color: #444444; line-height: 1.2em; _line-height: 1.3em; font-size: 0.8em; }
.txtEmail, .txtName, .txtSubject { width: 200px; height: 22px; }

.txtmessage { width: 280px; height: 90px; }

.ctrlCaptcha2 img { float:none; display:block; margin: 5px 0px 0px 200px; _margin: 0px 0px 0px 198px; width: 150px; height: 50px;  }
.ctrlCaptcha2 input { float:none; display:block; margin: 0px 0px 0px 200px; _margin: 0px 0px 0px 201px; width: 150px; height: 22px; }

#contact_us_links span, .cancel_link, .submit_link { font-family: Verdana; color: #DD9416; text-decoration: none; }
#contact_us_links span { padding-left: 2px; padding-right: 2px; }
#contact_us_links { height: 20px; width: 500px; text-align: right; }

.cancel_link:hover, .submit_link:hover { text-decoration: underline; }

.required_field { color: Red; width: 10px; font-family: Verdana; float: left; }
.lblRequiredField { font-style: italic; font-size:small; font-family: Arial; color: Red; float: right; display: inline; }

#info_message { width: 500px; text-align: right; }
.lblStatus { font-weight: bold; font-family: Verdana; color: black; }

/* GnosisNet_FranchiseApplication */
.GnosisNet_FranchiseApplication { width: 500px; }

.lblEmail, .lblFirstName, .lblLastName, .lblMessage, .lblCaptcha, .lbladdress, .lblcity, .lblpcode, .lblcountry, .lblhphone, .lblmphone { display: block; float: left; width: 170px; font-family: Arial; color: #444444; line-height: 1.2em; _line-height: 1.3em; font-size: 0.8em; }
.txtEmail, .txtFirstName, .txtLastName, .txtaddress, .txtcity, .txtpcode, .txtcountry, .txthphone , .txtmphone { width: 200px; height: 22px; }

.txtMessage {width: 280px; height: 90px;}

.ctrlCaptcha img { float:none; display:block; margin: 5px 0px 0px 200px; _margin: 5px 0px 0px 197px; width: 150px; height: 50px;  }
.ctrlCaptcha input { float:none; display:block; margin: 5px 0px 0px 200px; _margin: 5px 0px 0px 200px; width: 150px; height: 22px; }

#application_form_links span, .cancel_link, .submit_link { font-family: Arial; color: #DD9416; text-decoration: none; }
#application_form_links span { padding-left: 2px; padding-right: 2px; }
#application_form_links { height: 20px; width: 500px; text-align: right; }

.cancel_link:hover, .submit_link:hover { text-decoration: underline; }

.required_field { color: Red; width: 10px; font-family: Arial; float: left; }
.lblRequiredFields { font-family: Arial; color: Red; float: right; display: inline; font-style: italic; font-size:small ; }

#info_message { width: 500px; text-align: right; }
.lblStatus { font-weight: bold; font-family: Arial; color: black; }

/* GnosisNet_JobApplication */
.GnosisNet_JobApplication { width: 500px;}

.lblEmail, .lblFirstName, .lblLastName, .lblMessage, .lblCaptcha, .lblTel, .lblNationality { display: block; float: left; width: 170px; font-family: Arial; color: #444444; line-height: 1.2em; _line-height: 1.3em; font-size: 0.8em;}
.txtEmail, .txtFirstName, .txtLastName, .txtTel, .txtNationality { width: 200px; height: 22px; }

.txtMessage {width: 280px; height: 90px;}

.ctrlCaptcha1 img { float:none; display:block; margin: 5px 0px 0px 0px; _margin: 5px 0px 0px 3px; width: 150px; height: 50px;  }
.ctrlCaptcha1 input { float:none; display:block; margin: 5px 0px 0px 0px; _margin: 5px 0px 0px 3px; width: 150px; height: 22px; }

#jobapplication_links span, .cancel_link, .submit_link { font-family: Arial; color: #DD9416; text-decoration: none; }
#jobapplication_links span { padding-left: 2px; padding-right: 2px; }
#jobapplication_links { height: 20px; width: 500px; text-align: right; }

.cancel_link:hover, .submit_link:hover { text-decoration: underline; }

.required_field { color: Red; width: 10px; font-family: Arial; float: left;  }
.lblRequiredFields { font-family: Arial; color: Red; float: right; display: inline; font-style: italic; font-size:small ;}

#info_message { width: 500px; text-align: right; }
.lblStatus { font-weight: bold; font-family: Arial; color: black; }


/* GnosisNet_StockExchange */
#GnosisNet_StockExchange
{
	width: 200px; 
	padding-top: 60px;
	height: auto;
	padding-left: 10px;
	_padding-left: 0px;
}
.lblIndexTitle, .lblValueTitle, .lblChargeTitle {font-size: 10px; font-style: normal; font-family:Arial;color: #444444;}
.lblvalue1, .lblvalue2, .lblvalue3, .lblvalue4, .lblvalue5  {font-size: 10px; padding-bottom: -5px; font-family:Arial;color: #444444;}
.lblStockDescription1, .lblStockDescription, .lblStockDescription2, .lblStockDescription3, .lblStockDescription4 { color: #444444; font-size: 11px; font-weight:bold; font-family:Arial; line-height: 14px; _line-height: 19px; }
.lblPerc1, .lblPerc2, .lblPerc3, .lblPerc4, .lblPerc5 {font-size: 10px; font-family:Arial;color: #444444;}
.lblTextPerc1, .lblTextPerc2, .lblTextPerc3, .lblTextPerc4, .lblTextPerc5 {font-size: 10px; text-align:left; font-family:Arial;color: #444444;}
.DescValue  {font-size: 11px; font-family:Arial; font-weight:bold;color: #444444; _margin-top: 5px; line-height: 12px; _line-height: 17px;}
.Dagores {font-size: 11px; font-family:Arial; font-weight:bold ;color: #444444;}
.lblDescValue {font-size: 9px; _width: 30px; text-align: right; font-family:Arial;color: #444444;}
.lblOgkos, .lblOgkosValue, .lblEuro {font-size: 10px; font-family:Arial;color: #444444;}
/*.imagearrow {}*/
.LAS {font-size: 10px; font-weight:bold; font-family:Arial;color: #444444;}
#Descion { width: 45px;}
#StockDesc { width: 120px; margin-top: -5px;}
.StockDesc { width: 110px; line-height: 0.6em; _line-height: 0.75em; height: 10px;}
.StockDescTop { height: 0px; _height: 0px}
#DescValue {  width: 45px;}
.Parenthesis {font-size: 10px; font-family:Arial;color: #444444;}