/* clinkweb css made by Fabiola Singh fabiolas@clinkweb.com, fsingh@newinfinitydesign.com */
body {
	background-color: #000;
	
}
.menu {
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
	}
	

.top{
	background-image: url(images/top-xtaero.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.left-shadow {
	background-image: url(images/shadow-left.jpg);
	background-repeat: repeat-y;
	background-position:right;
}
.right-shadow {
	background-image: url(images/shadow-right.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

.line {
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.amarillo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FC0;
	text-decoration: none;
}

.contact {
	background-image: url(images/background-contact.gif);
	background-repeat: no-repeat;
	background-position: right;	
}

.link-Amarillo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FC0;
	text-decoration: none;
}

.link-blanco:hover {
	color: #FF9;
	text-decoration: none;
}
.link-negro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.link-negro:hover {
	color: #FC3;
	text-decoration: none;
}
.texto-blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.texto-negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000bb;
}
.vinetas {
	list-style-image: url(images/vineta.gif);
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-left: 0px;
}



.linea {
	background-image: url(images/linea.gif);
	background-repeat:  repeat-x;
	background-position: left center;
}
.link-b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
.link-b:hover {
	text-decoration: none;
}
.text-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d2245;
	height: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #0d2245;
	border-right-color: #0d2245;
	border-bottom-color: #0d2245;
	border-left-color: #0d2245;
	background-image: url(images/bg-textfield.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0d2245;
	height: 18px;
	background-color: #a9b5ca;
}
.asterisco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff8208;
}
.textArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0d2245;
	background-image: url(images/bg-area.gif);
	background-repeat: no-repeat;
	border: 1px solid #0d2245;
	padding-left: 5px;
	background-position: left top;
	padding-top: 5px;
}
.texto-azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2a3f63;
	width: 727px;
}
.texto-rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}.texto-rojob {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
.texto-blanco-tabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
.link-azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2a3f63;
	text-decoration: none;
}
.link-azul:hover {
	color: #990000;
	text-decoration: none;
}
.link-rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-decoration: none;
}
.link-rojo:hover {
	color: #990000;
	text-decoration: underline;
}.bg {
	background-color: #000000;
}

/* grid view */


.gridcontainer  
{
    border: solid 1px #FFFF55;
    border-top-width:0px;
    width: 75%;
}
.grid {width: 100%;border-width:0px;}

.grid caption {
	background:#f9f9f9 url(../images/yellow/captionbckg.gif) repeat-x;
    color:#333333;
	text-align:left;
	line-height:22px;
	font-size:11px;
	font-weight:bold;
	padding-top:4px;
	padding-left:4px;
	font-family:tahoma,arial,verdana,sans-serif;
}

.grid table 
{
	border-color:#FFFFAA;
	border-width:1px;
}
	
.grid td, .grid th
{
    height:18px;
    vertical-align:middle;
}

.grid th
{
	background:transparent url(../images/yellow/thbackground.gif) repeat-x;
    height:19px;
    border:solid 1px #D0D0D0;
    font-weight:normal;
}

.grid td
{
	border:1px solid #F2E8DA;
    border-top-color:#fff;
    width:100%;
    cursor:default;
}

.selectedrow 
{
	background: #FFFF00;
	border:1px dotted #A3BAE9;
}

.altrow 
{
	background-color:#FBFBCC;
}

.altoverow
{
	border:10px solid #f2e8da;
    background-color: #ffffff;
}

.pagerstyle 
{
	font-size:x-small;
	text-align:right;
    background-position: bottom left;
    background: #FBFBCC url(../images/yellow/toolbarbck.gif) repeat-x scroll left top;
}

.gopag {
    font-size:x-small;
    width:20px;
}

.pagprev{
    background:transparent url(../images/yellow/previous.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}
.pagnext{
    background:transparent url(../images/yellow/next.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}

.pagfirst{
    background:transparent url(../images/yellow/first.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}
.paglast{
    background:transparent url(../images/yellow/last.png) no-repeat scroll center;
    height:1.3em;
    width:16px;
    cursor:pointer;
    border:0px;
}

