body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1
{
	color: #666666;
	font-size: 19px;
	font-weight: normal;
}

h2
{
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}

.h1
{
	color: #666666;
	font-size: 19px;
	font-weight: normal;
}

.h2
{
	color: #666666;
	font-size: 15px;
	font-weight: bold;
}
						
/* TABLE STYLES for Search Invoices area */

.rowlinebtm
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.border999
{
	border: 1px solid #999999;
}
 
/* FORMS */

th a
{
	font-weight: bold;
}
.input
{
	border: 1px solid #999999;
}

/*Modal Popup*/
.modalBackground
{
	background-color: White;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	margin: 0px;
}

.FieldSetwidth1 { width: 99.5%; padding-left:3px; }

legend
{
	font-weight:bold;
}

.ShowEmptyCells_IE7Fix
{
	border-collapse:collapse !important;
}

.viewWrapGrid
{
    padding: 10px;
    background: #2291b5 0 0;
    /*background: #2291b5 0 0 url(Img/bluegradient.gif) repeat-x;*/
}
.viewWrap
{
    padding: 5px;
    background: #2291b5 0 0;
    /*background: #2291b5 0 0 url(Img/bluegradient.gif) repeat-x;*/
}
.contactWrap
{
    padding: 5px 10px 10px 10px;
    background: #fff;
    color: #333;
}

/* Rad Editor Fix for Chrome and Safari */
.Office2007.reToolbarWrapper
{
	height: 80px !important;
}

/* Rad Window Overrides */
.rwDialogPopup.radalert
{
    background: url('../../images/MsgBoxIcons/information2.png') no-repeat left top !important;
    width: 300px !important;
    text-align: center;
    vertical-align: text-top;
}
.rwDialogPopup.radconfirm
{
    background: url('../../images/MsgBoxIcons/questions2.png') no-repeat left top !important;
    width: 300px !important;
    text-align: center;
    vertical-align: text-top;
}
.RadWindow .rwIcon
{
    display: none;
}
.rwPopupButton
{
    width: 40px;
}

.inline-alert-box
{
	border: 1px solid #ff0000; 
	background-color: #cecece; 
	color: #ff0000; 
	font-style: oblique;
}

.upload-panel
{
    font-family: Arial; /*font-size: smaller;*/
    width: 300px;
    display: none;
    margin-top: 15px;
}

.invalid-upload-panel
{
    font-family: Arial;
    font-size: smaller;
    color: Red;
}

/* SelfService Univar Menu 
a {text-decoration: none; outline:0; color:#00AEDB;}
a:hover { color: #00bbde!important; text-decoration: underline; }

.module { float: left; }
.module p { color: #575a5d; }
.module .hdr, .module .bdy, .module .ftr { float: left; width: 100%; clear: both; }
.module .hdr h3 { color: #00aedb; text-transform: capitalize; }

/* module: breadcrumb 
.module.breadcrumb { width: 180px; margin-top: 5px; }
.module.breadcrumb li { padding: 1px 0 3px; }
.module.breadcrumb li a { font-size: 12px; float: left; display: block; margin-left: 5px; font-weight: bold; color: #7c7c7c; line-height: 32px; width: 153px; background: url(/images/bg-dotted-horizontal.gif) repeat-x left bottom; }
.module.breadcrumb li.selected a { color: #00aedb; }
.module.breadcrumb li.last a { background-image: none; }
.module.breadcrumb li ul li a { text-indent: 1px; }
.module.breadcrumb li.selected ul li a { color: #7c7c7c; }
*/
  
