

/* ____________ [ office_body included ] ____________ */

/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	13px;

	padding:	0;

	white-space:	nowrap;
	cursor:		pointer;
}

.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
	border:		0;
	padding:	0;

	overflow:	visible;
	border:		1px solid #8C867B;

	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
	width: 120px;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	border:		0;
	cursor:		hand;
	white-space:	nowrap;
	cursor:		pointer;
}

.ThemeOfficeMainItem
{
	/*background-color:	rgb(255,235,204);*/
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	cursor:		pointer;
	/*background-color:	#C6D3EF;*/
}

.ThemeOfficeMenuItem
{
	background-color:	WHITE;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background-color:	#C6D3EF;
}


/* horizontal main menu */

.ThemeOfficeMainItem
{
	padding:	0px;
	border:		0;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding:	0px;
	/*border:		1px solid #3169C6;*/
	border:    none;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;
}


.ThemeOfficeMenuItemLeft, .ThemeOfficeMenuFolderLeft{
    background-repeat:no-repeat;
    background-position:0 0;
}

.ThemeOfficeMenuItemText, .ThemeOfficeMenuFolderText{
    background-repeat:no-repeat;
    background-position:50% 0;
}

.ThemeOfficeMenuItemRight, .ThemeOfficeMenuFolderRight{
    background-repeat:no-repeat;
    background-position:100% 0;
}


/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-left:	1px solid #3169C6;

	background-color:	inherit;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-right:	1px solid #3169C6;

	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
{
	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-left:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-right:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	white-space:	nowrap;

	border:		0;
	background-color:	#EFEFDE;
	width: 20px;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	border:		0;
	background-color:	inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	border:		0;
	background-color:	inherit;
}

/* menu splits */

.ThemeOfficeMenuSplit
{
	margin:		2px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
}

/* image shadow animation */

/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeOfficeMenuItem img.seq1
{
	display:	inline;
}

.ThemeOfficeMenuItemHover seq2,
.ThemeOfficeMenuItemActive seq2
{
	display:	inline;
}

.ThemeOfficeMenuItem .seq2,
.ThemeOfficeMenuItemHover .seq1,
.ThemeOfficeMenuItemActive .seq1
{
	display:	none;
}


/* ____________ [ miniblack_body included ] ____________ */

/* ThemeMiniBlackMenu Style Sheet */

.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	9px;
	color:		white;
	background-color:	black;

	padding:	0;
	border:		0;

	cursor:		pointer;
}

.ThemeMiniBlackSubMenu
{
	position: absolute;
	visibility: hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:        100;
	border:		0;
	padding:	0;
}

.ThemeMiniBlackSubMenuTable
{
	border-top:	1px solid white;
}

.ThemeMiniBlackSubMenuTable TD
{
	white-space:	nowrap;
}

.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	white-space:	nowrap;
	cursor:		pointer;
}

.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
{
	color:		red;
}


/* Apply a background-image to a row (TR) : Must use the following tricks*/
.ThemeMiniBlackMenuItemLeft, .ThemeMiniBlackMenuFolderLeft{
    background-repeat:no-repeat;
    background-position:0 0;
}

.ThemeMiniBlackMenuItemText, .ThemeMiniBlackMenuFolderText{
    background-repeat:no-repeat;
    background-position:50% 0;
}

.ThemeMiniBlackMenuItemRight, .ThemeMiniBlackMenuFolderRight{
    background-repeat:no-repeat;
    background-position:100% 0;
}



.ThemeMiniBlackMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.ThemeMiniBlackMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}


/* ____________ [ dosimple_body included ] ____________ */

/* DoSimpleMenu Style Sheet */
.DoSimpleMenu
{
	font-size:	9px;
	color:		rgb(61,61,61);
}

.DoSimpleSubMenuTable
{
	font-size:	9px;
	color:		rgb(61,61,61);
	width: 150px;
	background-color:	rgb(220,220,220);
	border:	none;
}

.DoSimpleSubMenuTable
{
}

.DoSimpleMenuItemLeft, .DoSimpleMenuItemText, .DoSimpleMenuItemRight,
.DoSimpleMenuFolderLeft, .DoSimpleMenuFolderText, .DoSimpleMenuFolderRight
{
	cursor: pointer;
}

/* Apply a background-image to a row (TR) : Must use the following tricks*/
.DoSimpleMenuItemLeft, .DoSimpleMenuFolderLeft{
    background-repeat:no-repeat;
    background-position:0 0;
}

.DoSimpleMenuItemText, .DoSimpleMenuFolderText{
    background-repeat:no-repeat;
    background-position:50% 0;
}

.DoSimpleMenuItemRight, .DoSimpleMenuFolderRight{
    background-repeat:no-repeat;
    background-position:100% 0;
}



.DoSimpleMenuFolderRight
{
    text-align:right;
}


.DoSimpleMenuItemHover,.DoSimpleMenuItemActive
{
	color:		rgb(61,61,61);
	background-color:	rgb(205,205,205);
}



.DoSimpleMenu,.DoSimpleSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	padding:	0;
	cursor: pointer;
}

.DoSimpleSubMenu
{
	position: absolute;
	visibility: hidden;

	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:        100;
	padding:	0;
}

.DoSimpleSubMenuTable TD
{
	white-space:	nowrap;
}

.DoSimpleMainItem,.DoSimpleMainItemHover,.DoSimpleMainItemActive,
.DoSimpleMenuItem,.DoSimpleMenuItemHover,.DoSimpleMenuItemActive
{
	white-space:	nowrap;
	cursor: pointer;
}


.DoSimpleMenuSplit
{
	height:		1px;
	margin-top:	1px;
	margin-bottom:	1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid white;
}

.DoSimpleMenuVSplit
{
	width:		1px;
	margin:		0px;
	overflow:	hidden;
	background-color:	inherit;
	border-right:	1px solid white;
}


/* ____________ [ content_body included ] ____________ */



body, td, span, div
{
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 { font-size : 14pt; }
h2 { font-size : 12pt; }
h3 { font-size : 10pt; }
h4 { font-size : 8pt; }
h5 { font-size : 7pt; }
h6 { font-size : 6pt; }

img{ border:none; }

a:link {text-decoration:none;}  
a:hover {text-decoration:underline;}

/* for Easy Form Builder */
.text_box, .text_area{
  width:225px;
}


/* ____________ [ core-shared.css included ] ____________ */

/* */
P 
{
    margin:0px;
}

/* Infobox Background */
.cg_ibbg{
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* To fix the height:100% and vertical alignment problem */
html,body{
      margin:0;
      padding:0;
      height:100%; /**/
      border:none
}

/* ____________ [ core-tab.css included ] ____________ */

.PopupTitle
{
	font-weight: bold;
	font-size: 14pt;
	color: #737357;
	/*background-color: #e3e3c7;*/
	padding: 3px 10px 3px 10px;
}

.PopupButtons
{
	border-top: #d5d59d 1px solid;
	background-color: #e3e3c7;
	padding: 7px 10px 7px 10px;
}

.Button
{
	border-right: #737357 1px solid;
	border-top: #737357 1px solid;
	border-left: #737357 1px solid;
	color: #3b3b1f;
	border-bottom: #737357 1px solid;
	background-color: #c7c78f;
}

.DarkBackground
{
	background-color: #d7d79f;
}

.LightBackground
{
	background-color: #ffffbe;
}

.PopupTitleBorder
{
}

.PopupTabArea
{
	color: #737357;
	/*background-color: #e3e3c7;*/
	cursor:default;
}

.PopupTabEmptyArea
{
	padding-left: 10px ;
	border-bottom: #d5d59d 1px solid;
}

.PopupTab, .PopupTabSelected
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #737357;
	cursor: hand;
}


TD.PopupTabSelected
{
	background-image:	url( "themes/sys/pics/tab-bg-active.png" );
	background-position: top;
	background-repeat: repeat-x;
	font-weight: bold;
}

TD.PopupTab
{
	background-image:	url( "themes/sys/pics/tab-bg.png" );
}


.PopupTabLeft
{
	background-image:	url( "themes/sys/pics/tab-left.png" );
	background-repeat: no-repeat;
}

.PopupTabLeftSelected
{
	background-image:	url( "themes/sys/pics/tab-left-active.png" );
	background-repeat: no-repeat;
}

.PopupTabRight
{
	background-image:	url( "themes/sys/pics/tab-right.png" );
	background-repeat: no-repeat;
	background-position: top left;
}

.PopupTabRightSelected
{
	background-image:	url( "themes/sys/pics/tab-right-active.png" );
	background-repeat: no-repeat;
	background-position: top left;
}

.PopupTabContent
{
	border-top: none;
	border-left: #d5d59d 1px solid;
	border-right: #d5d59d 1px solid;
	border-bottom: #d5d59d 1px solid;
	height:100%;
	width:100%;
}

.tabX{
font-weight:normal;
background-repeat:no-repeat;
background-color:transparent ;
border:none;
z-index: 1;
position: relative;
top: 0px;;
left:0px;
cursor:normal;
}

.tabXimg{
vertical-align:middle;
border:none;
}

.tabXC{
position: relative;
top: -1px;
z-index: 0;
display:table;
}

.Classic_TabXcontainer{
border:1px solid #919b9c;
padding:0px;
width:460px;
height:120px;
}

.Classic_TabXnavPanel{
}

button.Classic_active{
font-weight:bold;
background-image:url(/themes/sys/pics/tabx-on.png);
width:110px;
height:32px;
}

button.Classic_deactive{
background-image:url(/themes/sys/pics/tabx-off.png);
width:110px;
height:32px;
cursor: pointer;
}

button.Classic_left{
}

button.Classic_right{
}

1