/*
First define the basic page style
*/

html
	{
	}

body
	{
	background-color: #cccccc;
	margin: 0px;
	overflow: hidden;
	font-family:sans-serif, Helvetica, Tahoma, Verdana, Arial;
	font-size: 12px;
	}

a:link
	{
	font-weight:normal;
	color: #1482D1;
	/* color: #fc6c6f; */
	text-decoration: underline;
	}
a:visited
	{
	font-weight:normal;
	color: #1482D1;
	text-decoration: underline;
	}
a:hover
	{
	font-weight:normal;
	color: #FF0000;
	text-decoration: underline;
	}
a:active
	{
	font-weight:normal;
	color: #000000;
	text-decoration: underline;
	}

input
        {
        outline: none;
        }


/*
Definition of the text formats
*/

.normalText
	{
	font-weight:normal;
	font-size:12px;
	color:#464646;
	}

.normalTextSmall
	{
	font-weight:normal;
	font-size:11px;
	color:#464646;
	}

.boldText
	{
	font-weight:bold;
	font-size:12px;
	color:#464646;
	}

.errorText
	{
	font-weight:bold;
	font-size:12px;
	color:#bb0000;
	}

.boldTextSmall
	{
	font-weight:bold;
	font-size:11px;
	color:#464646;
	}

.copyright
	{
	font-weight:bold;
	font-size:11px;
	color:#555555;
	}


/*
Definition of the form elements
*/

.normalForm
	{
	margin: 0px;
	}
	
.normalTextField
	{
	width: 130px;
	height: 19px;
	border: solid 1px #464646;
	font-weight:bold;
	font-size:11px;
	color:#888888;
	}


/*
Definition of the text DIVs
*/

.mainContainer
	{
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	}
	
.subContainer
	{
	width: 970px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
    	}

.subHeader
	{
	clear: left;
	width: 970px;
	height: 88px;
	background-image: url('/images/header.jpg'); 
	background-repeat: repeat;
	}

.suiteMember
	{
	clear: left;
	width: 970px;
	height: 18px;
	padding-left: 743px;
	background-image: url('/images/middle.jpg');
	background-repeat: repeat-y;
	font-weight:bold;
	font-size:11px;
	color:#464646;
	}
	
.subFooter
	{
	clear: left;
	width: 970px;
	height: 88px;
	background-image: url('/images/footer.jpg'); 
	background-repeat: repeat;
	}
		
.subContents
	{
	clear: left;
	background-color: #ffffff;
	background-image: url('/images/middle.jpg');
	background-repeat: repeat-y;
	padding-left: 22px;
	padding-right: 20px;
	}

.fieldTitle
	{
	clear: left;
	float: left;
	width: 145px;
	height: 22px;
	padding-top: 3px;
	font-weight:bold;
	font-size:12px;
	text-align: right;
	}

.fieldSelf
	{
	float: left;
	width: 100px;
	height: 16px;
	text-align: left;
	}

.forgotPW
	{
	clear: left;
	text-align: center;
	}

.buttLogin
	{
	width: 75px;
	height: 27px;
	border: none;
	}
		
.loginFrame
	{
	margin-left: 280px;
	width: 362px;
	height: 241px;
	background-image: url('/images/login_frame.jpg');
	}
	
.loginHeader
	{
	width: 334px;
	height: 73px;
	margin-left: 14px;
	background-image: url('/images/login_header.gif');
	}

.toolbarCell
	{
	float: left;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	background-color: #fff;
	}

.toolbarCell1
	{
	clear: left;
	float: left;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	background-color: #fff;
	}

.leftCopyright
	{
	clear: left;
	float: left;
	padding-left: 22px
	}
			
.rightCopyright
	{
	float: right;
	padding-right: 20px
	}

.buff1
	{
	clear: left;
	width: 1px;
	height: 1px;
	}
	
.buff2
	{
	clear: left;
	width: 1px;
	height: 2px;
	}
	
.buff3
	{
	clear: left;
	width: 1px;
	height: 3px;
	}
	
.buff5
	{
	clear: left;
	width: 1px;
	height: 5px;
	}
	
#vendor_code_search_container #close_buttom
{
    margin-left: 595px;
    position: absolute;
	cursor: pointer;
}
#vendor_code_search_container 
{
	z-index: 4;
	background: none repeat scroll 0% 0% rgb(255, 255, 255); 
	box-shadow: 0px 0px 10px rgb(0, 0, 0); 
	border-radius: 10px 10px 10px 10px; 
	padding: 10px; 
	height: 230px; 
	width: 630px;
	display:none;
	position: absolute;
	top: 50px;
}
#vendor_code_search_container div 
{
	height: 220px;
	overflow: auto;
}
#vendor_code_search_container div#preloader
{
    background: #fff;
    visibility: hidden;
    height: 8px;
    margin: -146px 0 0 2px;
    padding: 70px 150px;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 306px;
    z-index: 2;
}
#vendor_code_search_container table 
{
	width: 610px;
}
#vendor_code_search_container table tr th 
{
    color: #464646;
    font-size: 11px;
    font-weight: bold;
	padding: 0 2px;
}
#vendor_code_search_container input 
{
    background-color: #F9F9F9;
    border: 1px solid #BBBBBB;
    border-width: 1px;
    font-family: sans-serif,Helvetica,Tahoma,Verdana,Arial;
    font-size: 11px;
}
#vendor_code_search_container table tr#top 
{
	display: block;
	margin-bottom: 15px;
}
#vendor_code_search_container table tr#title th 
{
	background: url("../../../images/header_bg.gif") repeat-x scroll 0 0 #CCCCCC;
    color: #464646;
    font-weight: bold;
	padding: 2px 10px;
}
#vendor_code_search_container table a:hover 
{
	cursor: pointer;
	color: #184C80;
}
#vendor_code_search_container table tr 
{
	padding: 5px;
}
#vendor_code_search_container table tr td 
{

}
.read {
  background: white url(/assets/images/icon/read.png) no-repeat;
  background-position:center; 
}
.unread {
  background: white url(/assets/images/icon/unread.png) no-repeat;
  background-position:center; 
}