body{
	background-image:url('http://mxtoolbox.com/Public/images/bkgrd_new.jpg');
	background-repeat:repeat;
	margin:10px 24px 40px 24px;
	padding:0px;
	font-family: verdana;
	font-size:11px;
    text-align:left;
}

#main{
	border: 2px solid #595751;
	border-spacing:0px;
	padding:0px;
	margin:0px;
}
table
{
	font-size:12px;
}

.all_page
{
    /*width:100%;
    min-width:1000px;*/
    width:1000px;
}

.all_page_no_menu
{
    width:800px; /*fit in 800 pixels with left margin */
}

/****************************/
/********** Header **********/
#header{
	background-image:url('http://mxtoolbox.com/Public/images/header_background.gif');
	background-position:top left;
	background-repeat:repeat-x;
	height: 95px;
	background-color:#FFFFFF;
	padding-left:20px;
	width:100%;
}
#header_right{
    width:150px;
    vertical-align:bottom;
    text-align:right;
}
#header_menu_left{
	background-image:url('http://mxtoolbox.com/Public//images/tab_left.jpg');
	background-position:bottom left;
	background-repeat:no-repeat;
	width:15px;
}

#header_menu{
	background-image:url('http://mxtoolbox.com/Public/images/tab_bkgrd.jpg');
	background-position:bottom left;
	background-repeat:repeat-x;
	height: 36px;
	padding:0 0 0 10px;
	 white-space:nowrap;
}

.header_menu_items{
	padding-right:30px;
	padding-top:2px;
}

#header_menu a{
	color:#595751;
	font-size:10px;
	text-decoration:none;
}


#header_menu a:hover{
	color:#595751;
	font-size:10px;
	text-decoration:underline;
}
/********** Header **********/
/****************************/


/**************************/
/********** Menu **********/

#menu_table{
	background-color:#FFFFFF;
	width:100%;
}
#menu_row{
	background-image:url('http://mxtoolbox.com/Public/images/main_menu_background.gif');
    background-repeat:repeat-x;
}
.menu_item_text
{
    background-image: url('http://mxtoolbox.com/Public/images/main_menu_background.gif');
    display:block;
    background-repeat: repeat-x;
    color: #FFFFFF;
    width: 110px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    margin: 0 0 0 1px;
    padding: 8px 2px 8px 2px;
    text-align: center;
    text-decoration:none;
    border-left: solid 1px Black;
    font-size: 12px;
}
.menu_item_text:hover
{
    padding: 8px 0px 8px 1px;
    background-image: url('../images/main_menu_hover.gif');
    border-left: solid 2px #FF9900;
    border-right: solid 2px #FF9900;
}

.floating_more
{
    position:absolute; 
    top:20px; 
    left:0px; 
    background:#FFFFFF none repeat scroll 0 0; 
    visibility:hidden;
}

.floating_more_item
{
}

/********** Menu **********/
/**************************/

.content_with_panel
{
	background-color:#FFFFFF; 
}

/****************************/
/********** Panel ***********/

.alert_panel
{   
	float:right; 
    width:270px;
	color:#595751;
	font-weight:bold;
}

/********** Panel ***********/
/****************************/

/****************************/
/********** Content *********/

.content
{
    text-align:left;
    padding:10px 30px 20px 30px;
    margin:0 0 0 0;
	background-color:#FFFFFF; 
	border-top: solid 1px Gray;
}

.content h1
{
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:22px;
    font-weight:bold;
    margin-bottom:5px;
    margin-top:0px;
}

.content h2
{
    color:#000000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:18px;
    font-weight:normal;
    margin-bottom:2px;
}

.content h3
{
    color:#6E6B61;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
}
.content legend
{
    color:#6E6B61;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    margin-bottom:10px;
}

.content p
{
    color:#474641;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:18px;
    margin-bottom:15px;
    margin-top:5px;
}

.content ol
{
    color:#474641;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:18px;
    margin-bottom:15px;
    margin-top:5px;
}

.content p.indent
{
    margin-left:15px;
}

.mxbutton
{
    background-color:#D47A1D;
    border:1px solid #595751;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:2px;
    text-align:center;
}

.mxtag
{
    background-color:#EEEEEE;
    padding:2px;
}

.content strong
{
    color:#D47A1D;
    font-weight:bold; 
}

.content ul
{
    line-height: 18px;
}
.content a:link 
{
    color:#16599B;
    font-weight:bold;
    text-decoration:none;
}
.content a:visited
{
    color:#16599B;
    font-weight:bold;
    text-decoration:none;
}
.content a:hover
{
    text-decoration:underline;
}
a 
{
    color:#DD3409;
    text-decoration:none;
}
ul
{
    list-style-image:url('http://mxtoolbox.com/Public/images/small_arrow.gif');
    list-style-position:outside;
    list-style-type:square;
}

/********** Content *******/
/**************************/

/****************************/
/********** Footer **********/
#footer{
	height:77px;
	vertical-align:top;
	background-color:#474641;
	color:#9C9B92;
	font-size:9px;
	padding:10px;
	text-align:left;
	width:100%;
}

#footer a{
	color:#9C9B92;
	text-decoration:underline;
	text-align:left;
}

#footer a:hover{
	color:#9CC15B;
	text-decoration:underline;
	text-align:left;
}
/********** Footer **********/
/****************************/



td.header 
{
	border-bottom:solid 1px #BBBBBB;
	padding-bottom:7px;
}
td.content_menu 
{
	border-left:solid 1px #BBBBBB;
	padding: 10px 0px 0px 15px;
}
td.content_body
{
	padding: 5px 0px 10px 15px;
}

table.GridData2 
{
    width:940px;
    border-style:outset;
	border-right:1px solid #9A9A9A;
	border-bottom:1px solid #555555;
	border-left:1px solid #dcdcdc;
}
table.GridData2 TR {
	background-color: white;
}
table.GridData2 TH 
{
	background: url('http://mxtoolbox.com/Public/images/th_bkgrd.jpg');
	background-repeat: repeat-x;
	border-right:1px solid #9A9A9A;
	color:#3e3e3e;
	padding:2px 4px 2px 4px;
	white-space: nowrap;
    text-align:left;
}
table.GridData2 TD {
	padding:4px;
}

table.GridData2 tr:hover td
{
    background-color :#ededed;
}

table.GridDataHeaderTable
{
    width:940px;
    padding:5px;
	border-right:1px solid #9A9A9A;
	border-top:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
}

table.GridDataCentered 
{
    width:100%;
}
table.GridDataCentered TR {
	background-color: white;
}
table.GridDataCentered TH 
{
	background: url('http://mxtoolbox.com/Public/images/th_bkgrd.jpg');
	background-repeat: repeat-x;
	border-right:1px solid #9A9A9A;
	color:#3e3e3e;
	padding:4px;
}

table.GridDataCentered TD {
	border-right:1px solid #dcdcdc;
    text-align:center;
	padding:8px 4px 8px 4px;
}

table.GridDataCentered tr:hover td
{
    background-color :#ededed;
}

table.FormData
{
     padding:1px;
}

table.FormData thead
{
    font-family :  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

table.FormData tbody
{
	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	background-color: #ececec;
}

table.FormData th
{
    padding: 0 1px 0 5px;
	border-bottom: #dcdcdc 3px solid;
    text-align:left;
}

table.FormData td
{
    padding: 0 1px 0 5px;
}

/* AutoComplete flyout */
.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}/* All pages within the Tools directory */

.tools_lookup
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
    padding:15px 0 0 0;
    margin-right: 290px;
    border-right: solid 2px #DCDCDC;
    min-height: 600px;
}
.tools_lookup h1
{   
    color:#000000;
    font-size:22px;
    font-weight:bold;
    padding:0 0 0 0px;
    margin:0 0 0 0;
}
.tools_lookup_label
{
    color:#474641;
    font-size:11px;
    line-height:18px;
    padding:10px 0 0 0px;
}
.tools_lookup_textbox
{
    margin:0px 10px 10px 0;
    width: 250px;
    font-size:20px;
}
.tools_lookup_button
{
    margin:0 0 0 20px;
    background-color:#D47A1D;
    border:1px solid #595751;
    color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
    padding:6px;
    text-align:center;
    position:relative;
    top: -2px;
}

.tools_lookup_button_running
{  
    margin:0 0 0 20px;
    top: -2px;
    border:0;
    width:32px;
    height:32px;
    background: transparent url(http://mxtoolbox.com/Public/images/ajax-loader-yellow.gif) no-repeat center top;
    text-indent: -1000em;
    text-align:center;
    position:relative;
    outline:none;
}

.tools_description
{
    font-family:Verdana,Arial,Helvetica,sans-serif;
}
.tools_description h3
{
    color:#6E6B61;
    font-family:Arial,Helvetica,sans-serif;
    font-size:1.5em;
	BORDER-BOTTOM: #dcdcdc 3px solid;
	width:97%;
}
.tools_description p
{
    color:#474641;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    line-height:18px;
    margin-bottom:15px;
    margin-top:5px;
	width:97%;
}


.supertool_beta
{
    font-size: small;
    color: #000000;
}

.style1
{
	width: 100%;
}

td.header 
{
	border-bottom:solid 1px #BBBBBB;
	padding-bottom:7px;
}
td.content_menu 
{
	border-left:solid 1px #BBBBBB;
	padding: 10px 0px 0px 15px;
}
td.content_body
{
	padding: 5px 0px 10px 15px;
}

table.GridData 
{
	
}
table.GridData TR {
	background-color: white;
}
table.GridData TH {
	background-color: #e5941e;
	padding:4px;
}
table.GridData TD {
	padding:4px;
}
﻿
.app_footer a:link {
	color: #9C9B92;
	text-decoration: underline;
}
.app_footer a:hover {
	color: #779742;
	text-decoration: underline;
}
.app_footer a:visited {

	color: #9C9B92;
	text-decoration: underline;
}

.app_footer table{
	background-color: #dcdcdc;

}
.app_footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #9C9B92;
	font-size: 10px;
	line-height: 16px;
	margin-left: 15px;
}

.app_leftsidebar 
{
	BORDER-RIGHT: #adadad 1px solid;
	BORDER-LEFT: #adadad 1px solid; 
	BORDER-BOTTOM: #adadad 1px solid;
	BORDER-TOP: #adadad 1px solid;
	width: 200px;
}

.app_headerlogobar
{
		width: 202px;
}

.app_content
{
	BORDER-RIGHT: #adadad 1px solid; 
	BORDER-LEFT: #adadad 1px solid; 
	BORDER-BOTTOM: #adadad 1px solid;
	margin-left:  50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
	

.app_form
{

	font-family: Verdana;
	color: #000000;
	font-size: 12px;
	background-color: #ececec;
}

.app_form input
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;	
	
}

.app_form select
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;	
	
}

.app_header
{
    font-family :  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	
	BORDER-BOTTOM: #dcdcdc 3px solid;
	width:100%;
}

.app_header h1
{
    font-family :  Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	
}



.app_header a:hover{
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}


.app_header a:visited{
	font-weight: bold;
	color: #16599B;
	text-decoration: none;
}

