
.globebackground{
	background-image: url(Templates/standard_images/backimage.gif);
	background-repeat: no-repeat;
	background-position: center 200px;
}

.loginbackground{
	background-image: url(images/loginbackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.logobackground{
	background-image: url(images/backlogo.gif);
	background-repeat: no-repeat;
	background-position: 30px 30px;
}

.whiteoverblack{
	color: #FFFFFF;
	background-color:#000000
}

.whiteoverblue{
	color: #FFFFFF;
	background-color:#003366
}

.grayoverblack{
	color: #CCCCCC;
	background-color:#000000
}

.bold{
 font-weight: bolder
 }
 
.important{
	color: #000000;
    font-weight: bolder
}

.smallfont {
	font-size: 10px;
	line-height: 14px;
}

.black14 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.negro12 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight:100
}

.white14 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 15px;
	font-weight: 100;
	color: #FFFFFF;
}

.black12 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

.black12norepeat {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-repeat:no-repeat
}

.black10 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}

.gray11 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	line-height: 14px;
	color: #555555;
}

.blue14 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #003366;
}

.blue12 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #003366;
}
.blue10 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 14px;
	color: #003366;
}

.green14 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #009999;
}
.green12 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #009999;
}
.green10 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 14px;
	color: #009999;	
}

.lightblue14 {
	font-family: Tahoma, Arial;
	font-size: 14px;
	line-height: 18px;
	color: #6699CC;
}

.lightblue12 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #6699CC;
}
.lightblue10 {
	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 14px;
	color: #6699CC;
}

#bottomdottedblue{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6699CC;
	padding-top: 2px;
	padding-bottom: 3px;
}

#bottomdottedgreen{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #009999;
	padding-top: 2px;
	padding-bottom: 3px;
}

#bottomsolidblack{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 2px;
	padding-bottom: 3px;
}

p {
	line-height: 14px;
}

#bottomdotted{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-top: 2px;
	padding-bottom: 3px;
}

#title{
	font-weight: bold;
}

#leftpadded15{
	padding-left: 15px;
}
#leftpadded30{
	padding-left: 30px;
}

a.green:link, a.green:visited {
	color: #009999;
}
a.green:hover {
	font-weight: bold;
	color: #009999;
}

a.blue:link, a.blue:visited {
	color: #003366;
}
a.blue:hover {
	font-weight: bold;
	color: #003366;
}

a.graywhite:link, a.graywhite:visited {
	color: #AAAAAA;
}
a.graywhite:hover {
	font-weight: normal;
	color: #FF9933;
}

a.bluewhite:link, a.bluewhite:visited {
	color: #6699CC;
}
a.bluewhite:hover {
	font-weight: normal;
	color: #FF9933;
}

a.grayblack:link, a.grayblack:visited {
	color: #CCCCCC;
}
a.grayblack:hover {
	font-weight: normal;
	color: #000000;
}

a.greenblack:link, a.greenblack:visited {
	color: #009999;
	text-decoration: underline;

}
a.greenblack:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a.lightblue:link, a.lightblue:visited {
	color: #6699CC;
}
a.lightblue:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

a:link, a:visited {
	color:inherit;
	font-style:normal;
	text-decoration: none;
	}
a:hover {
font-weight: bold;
}

.textbox {
	font-family: Tahoma, Arial;
	font-size: 12px;
	width: 230px;
	border: 1px solid #000000;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}

.numerictextbox {
	font-family: Tahoma, Arial;
	font-size: 12px;
	width: 100px;
	border: 1px solid #000000;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}

.combo {
	font-family: Tahoma, Arial;
	font-size: 12px;
	width: 370px;
	border: 1px solid #000000;
	color: #000000;
	background-color:#FFFFFF;	
}

.button {
	font-family: Tahoma, Arial;
	font-size: 12px;
	border: 1px solid #000000;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#003366;
}

.Estilo12 {
	color: #FF9900;
	font-weight: bold;
	font-family: Verdana;
}
.Estilo26 {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}
.Estilo28 {font-size: 14px}
.Estilo34 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}
.Estilo37 {font-family: Verdana; font-size: 10px; }
.Estilo39 {font-family: Verdana; font-size: 10px; color: #3366CC; }
.Estilo45 {font-family: Verdana; font-weight: bold; font-size: 11px; color: #FFFFFF; }
.Estilo52 {font-size: 9px}
.White {
	font-family: Verdana;
	font-size: 10px;
}
a.graywhite:hover {
	font-weight: normal;
	color: #FFFFFF;
}

.Estilo34 {font-family: Verdana; font-size: 12px; }
.Estilo39 {font-family: Verdana; font-size: 11px; color: #666666; }
.Estilo41 {font-family: Verdana; font-size: 12px; font-weight: bold; }
.Estilo45 {
	font-family: Verdana;
	font-size: 9px;
}
.Estilo51 {font-family: Verdana; font-size: 9px; color: #666666; }
.Estilo56 {
	font-size: 18px;
	font-family: Verdana;
	font-weight: bold;
	color: 0;
}
.Estilo61 {font-family: Verdana; font-size: 12px; }
.Estilo61 {	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}
Arial10 {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.Arial10 {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
}

.ArialBlue10 {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color:#3366CC;
}

.ArialBlue11 {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color:#3366CC;
}

.Estilo74 {font-family: Verdana; font-size: 10px; color: #000000; }
.Estilo75 {color: #3366CC; font-family: Verdana; font-size: 11px; font-weight: bold; }
.Estilo77 {font-family: Verdana; font-size: 12px; font-style: normal; line-height: normal; }
.Estilo78 {font-size: 11px}

.Naranja12 {
	color: #FF9900;
	font-size:12px;
	font-weight: bold;
	font-family: Verdana;
}

.Productos {
	color: #555555;
	font-size:18px;
	font-weight:normal;
	font-family: "Times New Roman";
}

.Azul12 {
	color: #3366CC;
	font-size:12px;
	font-weight: bold;
	font-family: Verdana;
}

.ProductoAzul12 {
	color: #3366CC;
	font-size:12px;
	font-weight: bold;
	font-family: Verdana;
}

