/* ThemeOfficeMenu Style Sheet */
body
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
p,TABLE
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;	
}
a:hover {
	font-weight: bold;	
}
a {
	line-height: normal;
	color: #990000;
	text-decoration: none;
	cursor: pointer;
}
.text
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;	
}
.textbold
{
	font-family: verdana, arial, sans-serif;
	font-weight: bold; 
}
.version
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;	
}
.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	font-family:	verdana, arial, sans-serif;
	font-size:	10px;

	padding:	0;

	white-space:	nowrap;
}

.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;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	border:		0;
	white-space:	nowrap;
}

.ThemeOfficeMainItem
{
	/*background-color:	#EFEBDE;*/
	
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	background-color:	#C6D3EF;
	cursor: default;
}

.ThemeOfficeMenuItem
{
	background-color:	#FFF;	
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background-color:	#C6D3EF;
	cursor: pointer;
}


/* horizontal main menu */

.ThemeOfficeMainItem
{
	padding: 4px 1px 4px 1px;
	border: 0;
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding:	0px;
	border:		1px solid #3169C6;
	cursor:		pointer;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	2px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-left:	1px solid #3169C6;

	background-color:	inherit;
}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	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
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	1px;
	padding-right:	2px;

	white-space:	nowrap;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	border:		0;
	background-color:	inherit;
}

/* sub menu sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	1px;
	padding-right:	3px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;
	border-left:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	5px;
	padding-right:	5px;

	border-top:	1px solid #3169C6;
	border-bottom:	1px solid #3169C6;

	background-color:	inherit;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	padding-top:	2px;
	padding-bottom:	2px;
	padding-left:	0px;
	padding-right:	0px;

	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
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	2px;
	padding-right:	3px;

	white-space:	nowrap;

	border:		0;
	background-color:	#EFEFDE;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	5px;
	padding-right:	5px;

	border:		0;
	background-color:	inherit;
}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
{
	padding-top:	3px;
	padding-bottom:	3px;
	padding-left:	0px;
	padding-right:	1px;

	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;
}

.menubackgr {
	background-color: #DCDCDC;
}
.button {
	border : solid 1px #cccccc;
	background: #E9ECEF;
	font-weight : normal;
	font-size : 11px;
	background-repeat: no-repeat;
	background-position: 2px;
	padding: 2px 2px 2px 2px;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 2px;
	margin-right: 2px;	
	cursor: pointer;
}
.buttonsave {
	background-image: url(checkin.png);
	padding: 2px 0px 2px 25px;
	text-align: left;
}
.buttondraft  {
	background-image: url(edit.png);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
.buttonmedia  {
	background-image: url(media.png);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
.buttonimage  {
	background-image: url(image.gif);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
.buttondelete {
	background-image: url(delete.png);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
.buttonsearch {
	background-image: url(query.png);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
.buttonupload {
	background-image: url(upload.png);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
.buttonpublish {
	background-image: url(publish_g.png);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
.buttonunpublish {
	background-image: url(publish_r.png);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
.buttonarchive {
	background-image: url(archive.png);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
.buttonunarchive {
	background-image: url(unarchive.png);
	padding: 4px 0px 4px 25px;
	text-align: left;
}
INPUT, TEXTAREA  {
	color : black;
	font-size: 11px;
	border : 1px solid black;
}

.textbox {
	color: black;
	font-size: 11px;
	border: 1px solid black;
	padding: none;
	border-collapse: collapse;
}
.numberbox {
	text-align:right;
}
SELECT  {
	color : black;
	font-size: 11px;
	border : 1px solid black;
	z-index:	-100;
}
.readonly {
	background: #E9ECEF;
	border: 1px solid #CCCCCC;
}
.errorBox {
	color: #C40000;
	font-size: 11px;
	font-weight: bold;
	padding: 6px;
	border: 1px solid   #C40000;
	margin: 2px;
}
.okBox {
	color: #006400;
	font-size: 11px;
	font-weight: bold;
	padding: 6px;
	border: 1px solid  #006400;
	margin: 2px;
}
div {
	clear:both;
	vertical-align: middle;
	padding : 3px;
}
.nopad {
	padding : 0px;
}
.colmenu {
	clear:none;
	float: left;
	padding : 0px;
}
.colcontent {
	padding: 5px;
	clear:none;
	float: left;
	position: absolute;
	left:170px;
	top:60px;
	
}

.spantd {
	float: left;
	width:125px;	
}
h5 {
	font-size: 12px;
}

hr {
height:1px;
clear:both;
color: Black;
}
.tr1 {
	background-color: #F0E68C;
}
.tr2 {
	background-color: #FFFFCC;
}
.trhead {
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	border-collapse: collapse;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
.iframeclass
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0 0 0 0;
	border-style: none none none none;
}
.greenframe
{
border: 1px solid green;
}
.ucase {
text-transform: uppercase;
}