/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/  
.button {
background-image: url(/Portals/0/images/Blank Button.jpg);
background-repeat: no-repeat;
background-position: center;
color: white;
font-size: 140%;
line-height: 1.3;
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
}
 
.imgMargin {
margin: 10px 10px 10px 10px;
}
.imgMarginRight {
margin: 10px 0px 10px 10px;
}
.imgMarginLeft {
margin: 10px 10px 10px 0px;
}
/* Front page navigation box font styling */
.SamosNavi {
FONT: bold 12px tahoma;
margin-bottom: 3px;
}

/* Format boxes on the Home Page */
.HomePageBox {
BORDER: #707c54 4px outset; 
PADDING: 10px 6px; 
WIDTH: 160px; 
MARGIN: 0px 5px; 
BACKGROUND-COLOR: #c1caaf;
FLOAT: left;
}

/* Form Specific CSS Styles */

.frmReport
{
border: darkgray 1px solid;
width: 500px;
/* The PADDING attribute makes each individual IE box have this attribute 
and not the overall box as may be thought!! - so use it sparingly.
It does not have any effect on the Firefox appearance.*/
padding: 3px;
margin: 10px;
}

.frmTextBox {
/* Setting the MARGIN-TOP attribute controls the spacing between label and text box.  
 The MARGIN-LEFT should equal the .frmLabel MARGIN-LEFT to align the two items */ 
	margin: 3px 0px 10px 0px;
        
}
.frmLabel {
                margin-left: 0px;
                font-weight: bold;
}
.frmSeparator 
{
border-bottom:1px black solid;
height:10px;
}
.frmPadding
{
3px 3px 3px 3px;
}

a:link{
text-decoration: underline;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

/* 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:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}
.Head2   {
color: #FFF;
}


/* 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:active   {
}

A.CommandButton:hover    {
}
    
/* GENERIC */
H1  {font-size:14px; font-weight: bold;
}
H2  {font-size: 13px; font-weight: bold;
}
H3  {font-size: 12px; font weight: bold;
}
H4  {
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
}





















