/**
* styles for supply captain website
*
* @author: Fredy Gomez freddy.gomez at fredolfo.com
*
**/
body,td,th, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #627791;
}
img{
	border: 0px;
}
.imagen{
	border: 0px;
	margin: 3px;
}
body {
	background-color: #235157;
	background-image: url(../img/gralBkg.gif);
	background-repeat:repeat-x;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:left;
}
a:link {
	color: #71869F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #71869F;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
h1 {
	font-size: 13px;
	color: #333333;
}
h2 {
	font-size: 12px;
	color: #3061A3;
}
h3 {
	font-size: 11px;
	color: #3061A3;
	vertical-align:text-top;
}
/*** Login Box Styles ****************************************/

.LoginBoxTop {
	BACKGROUND-POSITION: 50% bottom;
	BACKGROUND-IMAGE: url(images/box_T.gif);
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 4px;
	background-color: #e8e8e8;
}
.LoginBoxLeft {
	BACKGROUND-POSITION: left 50%;
	BACKGROUND-IMAGE: url(images/box_L.gif);
	WIDTH: 4px;
	BACKGROUND-REPEAT: repeat-y;
	background-color: #e8e8e8;
}
.LoginBoxRight {
	BACKGROUND-POSITION: right 50%;
	BACKGROUND-IMAGE: url(images/box_R.gif);
	WIDTH: 4px;
	BACKGROUND-REPEAT: repeat-y;
	background-color: #e8e8e8;
}
.LoginBoxBottom {
	BACKGROUND-POSITION: 50% top;
	BACKGROUND-IMAGE: url(images/box_B.gif);
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 5px;
	background-color: #e8e8e8;
}
