@charset "ISO-8859-1";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F0F0F0;
	background-color: #004c7c;
	background-image: url(bkg/fondo_1200_clogo.png);
	background-repeat: no-repeat;
}

a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

a.upperlink {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

a.auxlink {
	font-size: 11px;
	color: #FFFFFF;
	font-variant: small-caps;
	text-decoration: none;
}



.action_link {
	font-size: 13px;
	color: #606060;
	text-decoration: none;
}

.action_link:hover {
	background-color: #e0e0e0;
	color: #000000;
	font-weight: bold;
}

td.action_link:hover {
	background-color: #ccccfc;
}

td.panel_actions {
	background-color: #022f5f;
	vertical-align: top;
}

table.service_active {
	background-color: #fcfcfc;
	width: 90%;
	padding: 2px;
}

.panel_messages {
	color: #6666CC;
	font-style: italic;
}

table.contenttable {
	border-spacing: 10px;
	left: auto;
	right: auto;
}

td.id {
	font-size: 10px;
	font-family: courier;
}

td.actions {
	text-transform: capitalize;
}

.desctext {
	font-size: 12px;
	color: #EEFBFC;
	padding-left: 12px;
}

input.srcexample {
	font-size: 12px;
	background-color: #00B7D9;
	color: #002956;
}

a.titletnvideo {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

div.videoauthordata {
	font-size: 10px;
}

textarea.txtembedcode {
	background-color: #003E78;
	color: #ABF2FB;
	font-size: 11px;
	border: 0px;
	height: 16px;
	width: 450px;
	overflow: auto;
}

input.copyembed {
	background-color: #003E78;
	color: #ABF2FB;
	font-size: 11px;
	padding: 4px;
}

.footer {
	color: #ABF2FB;
	font-size: 10px;	
}

