/* Modifiers for tags */
BODY {
	margin:0px;
}
BODY, INPUT, TEXTAREA, SELECT, TABLE {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}
INPUT, TEXTAREA, SELECT {
	border-width:thin;
	margin-top:3px;
}
FIELDSET {
	padding:3px;
}
/* Styles for upper bar */ 
#topStrip1 {
	float:none;
	background-color:#000EEE;
	border-bottom: 1px solid #E0E0E0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:3px;
}
#topStrip1 HR {
	margin-top:3px;
	margin-bottom:3px;
}
#topStrip2 {
	float:left;
	background-color: #EEE;
	background-image: url(../img/topcut.gif);
	background-position:bottom;
	width: 14px;
	height:16px;
}
#topStrip3 {
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	text-align:right;
	background-image:url(../img/turi.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:99px;
	width:99%;
}
#topStrip3 INPUT {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
#logo {
	float:left;
	margin:13px;
}
/* Website sections */
div#spacer, div#footer {
	clear:both;
	background-color:#990000;
	margin:0px 0px 10px 0px;
	color:#FFFFFF;
	padding-left:3px;
	border-bottom:2px #000000 solid;
}
div#footer {
	vertical-align:bottom;
	padding-top:5px;
	height:20px;
	border-bottom:2px #F5E6E7 solid;
}
div#footer a, div#spacer a {
	color:#FFFFFF;
}
div#footer a:hover, div#spacer a:hover {
	text-decoration:none;
	background:none;
}
div#spacer input, div#footer input, div#spacer select, div#footer select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
div#footer table, div#spacer table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
div#header {
	padding:10px;
}
div#leftnav {
	margin:3px;
}
div#rightnav {
	margin:3px;
}
div#content {
	padding:5px;
}
div#title {
	padding:2px;
	margin-bottom:5px;
	background-color:#EAEAEA;
	font-size:large;
}
div#breadcrumb {
	margin:0px 5px 15px 5px;
	padding:2px;
	background-color: #EAEAEA;
}
div#right {
	float:right;
}
div#sponsors {
	clear:both;
	margin-left:10px;
	margin-right:10px;
	vertical-align:top;
}
div#sponsor_placeholder {
	border:#CCCCCC solid 1px;
	padding:3px;
	width:120px;
	height:60px;
	text-align:center;
}
.infobox {
	/*border:#990000 solid 1px;*/
	width:130px;
	margin-bottom:5px;
}
.infobox th {
	border-bottom:2px #000000 solid;
	background:url(../img/corner_left.gif) left no-repeat;
	text-indent:21px;
}
.menubox {
	/*border:#95B6DB solid 1px;*/
	width:130px;
	/*margin-bottom:5px;*/
}
.menubox th {
	color:#FFFFFF;
	height:15px;
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	font-weight:bold;
	text-align:left;
	border-bottom:2px #000000 solid;
	background:url(../img/corner_left.gif) left no-repeat #990000;
	text-indent:21px;
	width:100%;
}
.infobox th, .form .header, .formheader, .datagrid th {
	background-color:#990000;
	color:#FFFFFF;
	height:15px;
	padding:2px 5px 2px 5px;
	white-space:nowrap;
	font-weight:bold;
	text-align:left;
}
.datagrid th a {
	color:#FFFFFF;
}
.datagrid td {
	text-align:left;
}
.menubox a {
	text-decoration:none;
	display:block;
	/*background-color:#F5E6E7;*/
	padding:1px 0px 1px 3px;
	margin:1px;
}
.menubox a.menuselected {
	font-weight:bold;
	background-color:#EFD0CC;
}
.menubox a:hover {
	background-color:#EAEAEA
}
.profile {
	background-color:#EFEFEF;
	text-align:left;
}
.profile .button {
	cursor:pointer;
}
.profile th {
	color:#000000;
}
/* ---------- Esquinas para la tabla con esquinas redondeadas -------- */
.c_ul {
	background:url(../img/c_ul.gif) no-repeat;
	width:6px;
	height:12px;
}
.c_ur {
	background:url(../img/c_ur.gif) no-repeat;
	width:6px;
	height:12px;
}
.c_br {
	background:url(../img/c_br.gif) no-repeat;
	width:6px;
	height:12px;
}
.c_bl {
	background:url(../img/c_bl.gif) no-repeat;
	width:6px;
	height:12px;
}
.gray {
	background-color:#EAEAEA;
	text-align:left;
}
.vertbar {
	background:url(../img/vertbar.gif) repeat-y;
	width:2px;
}
.default table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
}
.default td {
	vertical-align:top;
}
.default h2, .default h3 {
	color:#990000;
	font-size:11pt;
	text-align:left;
	margin:3px 0px 3px 0px;
}
.default h5 {
	margin-bottom:2px;
	text-decoration:underline;
	font-size:11pt;
}
.default h2 {
	border-bottom:#990000 solid 2px;
}
.big_red_button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	background-color:#E5E5E5;
	border:0px;
	color:#000000;
	width:230px;
	text-align:center;
	padding:3px;
	cursor:pointer;
}
/* ------------------------------------ */
.admin_content {
	padding:15px 5px 5px 5px;
	height:450px;
	vertical-align:top;
}
.row_odd {
	background-color:#FFFFFF;
}

.row_even {
	background-color:#EFEFEF;
}
.pager {
	text-align:right;
}
.currentpage {
	font-weight:bold;
	text-decoration:none;
}
.hand {
	cursor:pointer;
}
/* Form attrs ---------------------------------- */ 
.form {
	/*border:#990000 solid 1px;*/
	/*background-color:#EFD0CC;*/
	background-color:#EFEFEF;
	margin-bottom:10px;
}
.form td, .profile td {
	padding:3px;
}
.form th {
	text-align:right;
	vertical-align:top;
	padding-top:5px;
	color:#000000;
}
.form input {
	border-width:1px;
}
.subactivities {
	margin:-10px 0px -10px 30px;
}
.form .button {
	cursor:pointer;
}
#hint {
	cursor:help;
	margin-left:10px;
}
/* End form attrs ------------------------------ */
.datagrid {
	border:#990000 solid 1px;
	margin-top:5px;
	margin-bottom:5px;
}
.datagrid td {
	padding:3px;
}
TH {
	height:24px; 
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
 	background-image:url(../img/bar.gif);
	background-repeat:repeat-x;
}
.hand {
	cursor:pointer;
	white-space:nowrap;
}
.menupane {
	background-color:#EFEFEF;
}
.menupane {
	padding:5px;
	margin:5px;
}
a.menulink:hover 
{
	color:#FFFFFF;
	text-decoration:none;
}
.submenulink {
	color:#000000;
	font-weight:bold;
}
a.submenulink:hover 
{
	color:#000000;
	text-decoration:none;
}
.success {
	color:#336600;
	background-image:url(../img/check.gif);
	background-repeat:no-repeat;
	padding-left:16px;
}
.error {
	color:#FF0000;
	background-image:url(../img/alert.gif);
	background-repeat:no-repeat;
	padding-left:16px;
}
a {
	color:#000000;
}
a:hover {
	background-color:#CCCCCC;
	text-decoration:none;
}
a img {
	background-color:#FFFFFF;
}
/* ---------------------------------------------------------- */
.menubar {
	height:24px;
	font-weight:bold;
	color:#000000;
	background-color:#EEE;
	border-bottom: 1px solid #E0E0E0;
}
.menubar a {
	font-weight:bold;
	color:#000000;
	/*white-space:nowrap;*/
}
.menubar .selected {
	background-color:#000000;
}
.menubar .selected a {
	color:#FFFFFF;
}
.vertbar {
	background-image:url(../img/vertbar.gif);
	width:2px;
	background-repeat:repeat-y;
}
.help {
	background-color:#FFFFCC;
	margin:10px;
}
/* Tabbed form */
.selectedtab {
	background-color:#EFEFEF;
	padding:3px;
	border-width:1px;
	border-bottom-color:#EAEAEA;
	border-style:solid;
}
.normaltab {
	padding:3px;
}
/* - Profile styles -------------------------- */
.profile_section_title {
	font-weight:bold;
	vertical-align:top;
	color:#000000;
	/*text-align:right;*/
}
.profile_section_data {
	vertical-align:top;
	color:#000000;
}