/* 
================================
Leonidas Kallipolitis
ATC 2008 - SERVIVE Project
================================
*/

body
{
    border-left: 0px 0px 0px 0px;
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #6E6C71;
}

.normal
{

  font-family:Calibri,Arial,Tahoma;
  font-size: 10pt;
  color:#554C4C; 
}
.blockpad
{
    padding-left: 10px;
}

/* Content Panes */

ContentPane
{
    height: 100%;
    width: 100%;
    padding-top: 13px;
    padding-left: 2px;
    padding-right: 2px;
    background: transparent;
}

.titlePane
{
    height: 100%;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
}

.RightPane
{
    width: 100%;
    padding-left: 2px;
    padding-top: 3px; /* border-left: 1px solid #cccccc;*/
}

.BottomPane
{
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 2px;
}

textArea
{
    background-color: transparent;
    scrollbar-base-color: #A8AD85; /* For IE only*/
    height: 285px;
    width: 700px;
    padding-left: 30px;
    border-width: 0;
    font-family: Arial , Times, serif;
    font-size: 15px;
    color: #554C4C;
}

.background
{
    padding-bottom: 10px;
    background-image: url(text_back1014.gif);
    background-repeat: no-repeat;
}

/*=== Menu Items */
/* Main Menu object styles */
.MainMenu_MenuContainer
{
    background: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    cursor: hand;
    background: transparent;
}

.MainMenu_MenuItem, .ModuleTitle_MenuItem
{
    font-family: tahoma;
    color: #ffffff;
    background-color: #CC4737;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding: 0px 10px 0px 10px;
    height: 20px;
    border: 0;
    text-align: center;
}
.ActiveRootTab TD
{
    width: 282px;
    height: 20px;
    color: #ffffff;
    font-family: Tahoma, Trebuchet MS, Verdana;
    font-size: 10pt;
    font-weight: bold;
    background-image: url(menu_button.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 5px;
    border: 0;
}

.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel
{
    width: 282px;
    height: 20px;
    font-family: Tahoma, Trebuchet MS, Verdana;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand; 
    color: #ffffff;
    background-image: url(menu_button_roll.gif);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 5px;  
    border: 0;
}

.MainMenu_SubMenu, .ModuleTitle_SubMenu
{
    z-index: 1000;
    color: #111999;
    cursor: pointer;
    cursor: hand;
    margin: 0 0 0 1px;
    padding: 0px;
    border: 1px solid #404040;
    font-weight: normal;
}

.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon
{
    display: none;
}
.ModuleTitle_MenuContainer
{
    color: #262626;
}
.ModuleTitle_MenuBar
{
    cursor: pointer;
    cursor: hand;
}
.ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel
{
    padding: 0 5px 0 0;
}
.ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon
{
    display: none;
}

/* For Vertical menu we must set the height*/
.MainMenu_MenuBreak
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    background-color: transparent;
    height: 5px;
}

/* standard hyperlinks for the tokens eg. copyright, login, user */
.SkinObject
{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

A.SkinObject:link
{
    color: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}

/* Links in modules */
A:link
{
    color: #FA6121; 
    text-decoration: none;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
}
A:visited
{
    color: Purple; 
    text-decoration: none;
    font-family: tahoma;
    font-weight: normal;
    font-size: 11px;
}

/* classes used by DotNetNuke for things like the container title */

.Head
{
    font-size: 15px;
    font-weight: bold;
    color: #E54F11;
}
.SubHead
{
    font-size: 11px;
    color: #E54F11;
}
.SubSubHead
{
    font-size: 10px;
    color: #554C4C;
}

