/**
 * Content's body, if contentBody is not set
 * Change Tips: Should be the same as .contentBody
 */
body {margin:0; padding:0; background:url("images/pagatopback.gif") top repeat-x;}


.box
{
    BACKGROUND-COLOR: #999999
}
/**
 * Right-hand side boxes
 */
.boxHead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #777777;
    FONT-FAMILY: Arial, Arial;
    BACKGROUND-COLOR: #EDEDED
}
/**
 * Knowledge Base - Top Information box Second cell
 */
.boxBody
{
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 10px;
    FONT-SIZE: 12px;
    PADDING-BOTTOM: 10px;
    COLOR: #555555;
    PADDING-TOP: 12px;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ffffff
}

/**
 * Main content (Content)'s background color
 */
.contentBack
{
}

/**
 * Content's body text
 */
.contentBody
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: 'Arial', Arial;
}
/**
 * Form submission field tag
 */
.contentCaption
{
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Arial;
    BACKGROUND-COLOR: #eeeeee;
    text-align: right;
}
/**
 * Sub-title in each page, under navigation
 */
.contentHead2
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #336699;
    FONT-FAMILY: Arial;
}
/**
 * Content's title text
 */
.contentHead
{
    FONT-SIZE: 18px;
    COLOR: #336699;
    FONT-FAMILY: Arial;
}
/**
 * Links in content area
 */
.contentLinks
{
    FONT-SIZE: 11px;
    COLOR: #336699;
    FONT-FAMILY: 'Arial', Arial
}
/**
 * Main's table
 * Change? Not recommended
 */
.contentTable
{
	padding: 10px;
}
/**
 * Description under each Feature, such as Submit a Ticket
 */
.featureBox
{
	font-family: Arial;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom:25px;
}
/**
 * Text of Feature, such as Submit a Ticket
 */
.featureLink
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    COLOR: #336699;
    FONT-FAMILY: Arial;
}

.folder
{
}
/**
 * Text under Navigation on the left hand side's menu
 * when selected
 */
.folderSelected
{
    BACKGROUND-COLOR: #183765;
}
/**
 * Text under Navigation on the left hand side's menu
 */
.folderText
{
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
}
/**
 * When mouse hover over the text under Navigation on the left
 * hand side's menu
 */
.folderText:hover
{

    COLOR: #183765;
     background-color:#FFFFFF;
}

/**
 * Left navigation (Navigation) background
 */
.leftBack
{
	background-color: #183765;
	BORDER-RIGHT: #183765 1px solid;
}
/**
 * Left navigation (Navigation) text
 */
.leftHead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial;
   text-decoration:none;
}
a.leftHead {text-decoration:none;}
/**
 * Navigation table style
 * Change? Not recommended
 */
.leftTable
{
	padding-left:7px;
	padding-top:5px;
	padding-bottom:5px;
}
.leftMenu
{
}
.leftMenuText
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.leftMenu2
{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left:7px;
}
/**
 * Content's navigation (Menu) background
 */
.menuRow
{
	background-color: #336699;
}
/**
 * Each item's settings in Menu
 */
.menuItem
{
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
}
/**
 * Each selected item's settings in Menu
 */
.menuItemSelected
{	
	padding-top:4px;
	padding-left:0px;
	padding-right:0px;
                color:#183765;
}
/**
 * Each item's text in Menu
 */
.menuItemText
{
	font-family: Arial;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
/**
 * Selected item's text in Menu
 */
.menuItemTextSelected
{
	font-family: Arial;
	color:#336699;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
/**
 * Submenu's row settings
 */
.menuRow2
{
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
}
/**
 * Submenu's item text
 */
.menuItemText2
{
	font-family: Arial, Arial;
	color:#666666;
	font-size:11px;
}
/**
 * Submenu's selected item's text
 */
.menuItemText2Selected
{
	font-family: Arial, Arial ;
	color:#336699;
	font-size:11px;
	font-weight:bold;
}
.menuUtility
{
	font-family: Arial;
	color:#ffffff;
	font-size:11px;
}
/**
 * Search box (Search) background
 */
.searchBack
{
	padding:7px;
	BORDER-TOP: #183765 1px solid;
	BORDER-BOTTOM: #183765 1px solid;
}
/**
 * Text in search
 */
.searchText
{
    FONT-SIZE: 11px;
    COLOR: #183765;
    FONT-FAMILY: Arial, Arial
}
/**
 * Link in search box (Advance Search link)
 */
.searchLinks
{
    FONT-SIZE: 11px;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, Arial;
}

/**
 * Bottom's body (Background color)
 */
.bottomBack
{
	BACKGROUND-COLOR: #ffffff;
}

/**
 * Bottom's "Power by Parature" text.
 */
.bottomCyracle
{
    FONT-SIZE: 10px;
    COLOR: #999999;
    FONT-FAMILY: Arial, Arial;
    TEXT-DECORATION: none
}

/**
 * Top part of the portal
 * NOT recommended to change.
 */
.topBack
{
}