/*
	Name : portal.css
	Description : Style Sheet for Freight Portal
	Developer : Joby kalathuparambil 
	e-mail : jy.kalathuparambil@pwclogistics.com	
*/
body
{
	font-size: 8pt;
	margin: 0px;
	font-family: Verdana, Tahoma;
}
.Box
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	background-image: url(images/side.jpg);
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: #ccccff;
}

.BoxLite
{
	border-right: blue 1px solid;
	border-top: blue 1px solid;
	border-left: blue 1px solid;
	border-bottom: blue 1px solid;
	background-color: #f7f7f7;
}
.BoxHead
{
	font-weight: bold;
	background-image: url(images/gripBlue.gif);
	color: #ffffff;
	text-indent: 10pt;
	background-repeat: no-repeat;
	background-color: #6699cc;
}

.ErrorBox
{
	border-right: #ff0033 1px solid;
	border-top: #ff0033 1px solid;
	border-left: #ff0033 1px solid;
	color: #cc0000;
	border-bottom: #ff0033 1px solid;
	background-color: #ff9966;
}

A:hover
{
	font-size: 8pt;
	color: #006633;
	font-family: Verdana, Tahoma;
	text-decoration: underline;
}
A
{
	font-size: 8pt;
	color: #0000ff;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}
.NormalLabel
{
	font-size: 8pt;
	color: #0000ff;
	font-family: Verdana, Tahoma;	
}
A.MenuItem
{
	font-size: 8pt;
	color: #000099;
	text-indent: 5pt;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}


A.MenuItem:hover
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-size: 8pt;
	border-left: #6699cc 1px solid;
	color: #6699cc;
	text-indent: 5pt;
	border-bottom: #6699cc 1px solid;
	font-family: Verdana, Tahoma;
	background-color: #e7e7ff;
	text-decoration: none;
}

A.Button
{
	font-size: 8pt;
	color: #000099;
	text-indent: 5pt;
	font-family: Verdana, Tahoma;
	text-decoration: none;
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;	
	border-left: #6699cc 1px solid;
	border-bottom: #6699cc 1px solid;
}


A.Button:hover
{
	border-right: #6699cc 1px solid;
	border-top: #6699cc 1px solid;
	font-size: 8pt;
	border-left: #6699cc 1px solid;
	color: #6699cc;
	text-indent: 5pt;
	border-bottom: #6699cc 1px solid;
	font-family: Verdana, Tahoma;
	background-color: #e7e7ff;
	text-decoration: none;
}

