/* CSS Document */
#mainmenu
{
	float:left;
	border-bottom:solid 5px #5a5a63;
	width:100%;
	background-color:#ffffff;
	
}

#statusbar
{
	float:left;
	text-align:right;
	width:100%;
	margin: 0px;
	padding:0px 10px 10px 10px;
	background-color:#5a5a63;
	color:#FFFFFF;
}
#statusbar img
{
	border:none;
	margin-left:5px;	
}
#statusbar a
{
	color:#FFFFFF;
	text-decoration:none;
	margin-left:3px;
	margin-right:3px;
}

#leftnav
{
	margin-top:0px;
	padding:13px 0px 25px 0px;
	background-color:#CCCCCC;
	background-color:#FFFFCC;
	/*border-top:solid 2px #666666;*/
	border-right:solid 2px #666666;
	border-bottom:solid 2px #666666;
	border-left:solid 2px #666666;
	/*width:280px !important;*/
	width:100%;
}
.listtitle
{
	float:left; 
	/*line-height:10px; */
	margin-top:0px;
	text-align:left;
	color:#FFFFFF;
	padding-left:3px;	
}

.actionButtons, .liststitle
{
	padding:3px 5px 0px 3px;
    /*background: transparent url(../images/look_feel/bg_buttonbar.jpg) repeat-x;*/
	/*height:22px;*/
	background:transparent;
	color:#ffffff;
}

.actionButtons
{
	height:35px;
    /*background: transparent url(../images/look_feel/bg_actionButtonsBar.jpg) repeat-x;*/
	margin-bottom:0px;
}

.actionButtons a
{
	color:#ffffff;
}


.buttongroup
{
	float:left;
	width:auto;
}


/* BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS */

#delete, .submitdelete
{
    background: transparent url(../images/buttons/delete.png) no-repeat;*/
}
#save, .submitsave
{
    background: transparent url(../images/buttons/save.png) no-repeat;*/
}

.save, .delete
{
	color:#999999;
	/*width:auto;*/
	width:75px;
	line-height:15px;
	border:solid 0px #CCCCCC;
    /*background: transparent url(../images/look_feel/bg_button_span.gif) no-repeat scroll top left;*/
}

.save_hover, .delete_hover
{
	width:75px;
	line-height:15px;
	color:#FFFFFF;
	border:solid 0px #CCCCCC;
    /*background: transparent url(../images/look_feel/bg_button_span.gif) no-repeat scroll bottom left;*/
}


a.menutab {
    background: transparent url(../images/look_feel/bg_button_a.gif) no-repeat scroll top right;
    color: #FFF;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    margin-right: 1px;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
}
a.menutab:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.menutab span {
    background: transparent url(../images/look_feel/bg_button_span.gif) no-repeat;
    display: block;
    /*line-height: 14px;*/
    padding: 4px 0px 2px 10px;
} 
a.menutab:hover span {
    background-position: bottom left;
    padding: 5px 0px 1px 10px; /* push text down 1px */
}

a.menutab img, .button img
{
	margin-right:4px;
	border:none;
}
 

.button
{
	color:#999999 !important;
}
.button:hover
{
	color:#ffffff !important;
}


/* BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS BUTTONS */
/* END END END END END END END END END END END END END END END END END END END END END END */

.actionButtons
{
	display:block;
}

.iconimage
{
	margin-left:3px;
	margin-right:2px;
	vertical-align:middle;
	border:0px;
}

.imagesubmit
{
	width:auto;
	padding-left:20px;
	line-height:20px;
	height:23px;
	border: none;
	margin-left:5px;
	text-align:left;
	background-position: 0px 3px;
}