/*****************************************
   Author: Carlos Trevino
   Forum-Nexus Study Abroad
 *****************************************/
 

/********************************************
   HTML ELEMENTS
********************************************/ 

.markedItem {
	background-color: #FFBCBC;
}

.alertText {
	color: #FF0000;
	font-weight: bold;
}

.clear { clear: both; }

.clickable {
	cursor: pointer !important;
}

.clickable:hover {
	background-color: #EDF7FC;
}

span.subtitle {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 4px 0;
}

.margin-default > p {
	margin: inherit !important;
}

.txtGreen { color:#1cd632; }
.txtBlue { color:#1C8CD6; }

.mrgnT5 { margin-top: 5px !important; }
.mrgnR5 { margin-right: 5px !important; }
.mrgnL10 { margin-left: 10px !important; }

.noBorder { border: none !important; }

.width160 {
	width: 160px !important;
}

.width240 {
	width: 240px !important;
}

.width320 {
	width: 320px;
}

.width420 {
	width: 420px;
}

.width445 {
	width: 445px;
}

.width640 {
	width: 640px;
}


div.note {
	padding: 5px 0;
	border-top: 1px solid #CCCCCC;
}

span.noteTag {
	font-size: x-small;
	color: #AAAAAA;
	font-style: italic;
	float: right;
	margin-left: 10px;
}

.dataLabel {
	font-size: x-small;
	color: #AAAAAA;
	font-style: italic;
	float: left;
	display: block;
	clear: both;
}

.dataValue {
	float: left;
	line-height: 1em;
	display: block;
	clear: both;
	margin-bottom: 4px;
}

.iconValue {
	line-height: 1.1em !important;
	margin: 1px 2px;
}

.iconValue img, img.iconValue {
	vertical-align: middle;
	margin-right: 4px;
}

div.person_picture {
	float: left;
	margin: 0 5px 0 0;
	width: 150px;
	height: 165px;
}

div.person_picture img {
	border: 2px solid #B4D7F7;
	padding: 2px;
}

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC;
	font: 70%/1.3em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 15px 0;
}

td {
	vertical-align: top;
}

td.align-bottom {
	vertical-align: bottom;
}

/* links */
a, a:visited {	
	color: #5A93C9;
	background: inherit;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}

a.no-style {
	color: inherit;
	background: inherit;
	text-decoration: inherit;
	cursor: inherit;
}
a.no-style:hover {
	color: inherit;
	background: inherit;
	text-decoration: inherit;
}

/* headers */
h1 {
	font-size: 190%;	
	font-weight: normal;
	color: #555;
}
h2 {
	color: #09a3d6;
	font-weight: normal;
}
h3 {
	font-size: 130%;
	font-size: 1.2em;
	color: #09a3d6;
	font-weight: normal;
}
h3.navigation {
	font-weight: bold;
}
h4 {
	display:block;
	width: auto;
}

h1, h2, h3, p {
	padding: 0 0 3px 0;
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
img.margin {
	background: #FAFAFA;
   	border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

.floatRight {
	float:right !important;
}

.floatLeft {
	float:left !important;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
   background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}

.strongFont {
	font-weight: bold;
}

/* form elements */
form {
	margin:10px; padding: 0 5px;
}
label {
	font-weight:bold;
	margin:5px 0;
	cursor: pointer;
}

label.notes {
	font-weight: normal;
	margin-top: 0;
	font-size: 10px;
	font-style: italic;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;
	margin: 0 0 0 3px; padding: 5px 0 10px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

.innerButtonContainer {
	margin-top:5px;
	padding:10px;
	text-align:right;
	background-color:#999999;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 956px;
	background: #CCC url(../images/bg-content.png) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 956px;
	height: 19px;
	background: #CCC url(../images/bg-top.png) repeat-y center top;	
	top: 0; left: 0;
	z-index: 2;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 922px;	
	padding: 0; 	
	background: #FFF;
	border-top: 15px solid #FFF;
	border-bottom: 1px solid #D0D0D0;
	margin-left: 17px;	
	display: inline;
	padding-bottom: 15px;
}

#content-wrap > table {
	width:922px;
}
#content-wrap table thead #col1 { width:230px; }
#content-wrap table thead #col2 { width:10px; }
#content-wrap table thead #col3 { width:682px; }

/* header-photo */
#header-photo {
	clear: both;
	height: 111px;
	width: 922px;
	margin: 0 auto;
	background: #FFF url(../images/header-photo.jpg) no-repeat center bottom;
	border-bottom: 5px solid #FFF;
}

/* Navigation */
#navContainer {
	height:21px;
}

ul#nav {
	background: url(../images/bg-menu.png) repeat-x;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	width: 922px;		
	margin: 0 0 0 17px;
	padding: 0;	
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: bold;
	color:#FFFFFF;
	display: inline;
	z-index:100;
}

#nav li {
	float: left;
	margin: 0; 
	padding: 0;
	display: inline;
}

#nav li a {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #d7d7d5;
	border-left: 1px solid #ececea;
	border-bottom: none;
	color: #3b3b3b;
	font: 12px/2.1em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
}
#nav li a:hover, 
#nav li a:active {
	background-color: #cccccc !important;
}
#nav li#current a {	
	background: url(../images/bg-top-current.png) repeat-x;	
}

#nav li#current ul li a {	
	background: none;
}

#nav a.menu_parent {
	background-image: url(../images/iconos/arrow_menu.gif);
	background-repeat: no-repeat;
	background-position: center right;
	width: 95%;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	/*w\idth: 13.9em;*/
	font-weight: normal;
	font-size: 11px;
	border-width: 1px 0;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 100%;
	background:#DDDDDD;
	border-top:#CCCCCC 1px solid;
}

#nav li ul a {
	width: 181px;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li.sfhover ul.menuRight {
	left: 79em;
}

#nav li li.sfhover ul.menuRight2 {
	left: -34em;
}
/* -- end menu */


/* Main Column */

#main ul li {
	list-style-image: url(../images/bullet.gif);
}

div#left-column {
	float: left;
	width: 509px
}

div#right-column {
	float: right;
	width: 163px
}


.cover-note {
	float: left;
	background-color: black;
	color: white;
	width: 163px;
	height: 236px;
	margin: 10px 10px 0 0; 
}

#cover-video-container {
	margin-top: 10px;
	float: left;
}


/* Sidebar */	
#sidebar {
	background-color: #3b3b3b;	
	font: 12px Verdana, Tahoma, arial, sans-serif;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0 0 20px 0; 
	padding: 0;
	text-decoration: none;
	background-color: #434343;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(../images/bg-sidemenu.png) repeat-x left top;
	padding: 2px 0 3px 15px;
	color: #FFF;
	border-bottom: 1px solid #3e3e3e;	
}

#sidebar ul.sidemenu li#current {
	border-left: 5px solid #00e4ff;
	padding-left: 10px;
}

#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #FFF;
	cursor:pointer;			
}
#sidebar ul.sidemenu li#current a {
	color: #00e4ff;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #00e4ff;	
}

#sidebar ul.sidemenu li.submenu {
	background-color: #505050;
	padding-left: 25px;
}
#sidebar ul.sidemenu li.submenu#current {
	color: #00e4ff;
	border-left: none;
	padding-left: 12px;
}
#sidebar ul.sidemenu li.submenu#current:before {
	content: "\00BB \0020";
}


/* footer */
#footer-wrap {
	clear: both;
	width: 956px;
	font-size: 95%;	
	text-align: left;
	padding: 15px 0;
	background: url(../images/bg-bottom.png) no-repeat center bottom;	
}
#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h3 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 760px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
}
#footer-columns li {
	border-bottom: 1px solid #D0D0D0;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 2px 0 3px 20px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 956px;
	padding: 10px 0;
	text-align: center;
}

/* postmeta */
.post-footer {
	background: url(../images/post.jpg);
	padding: 5px; margin: 5px 10px 10px 10px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{ margin: 0 10px 0 5px;	}
.post-footer a.comments { margin: 0 10px 0 5px;	}
.post-footer a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

.clear { clear: both; }


/* MAIN DATA */

div.main-display-container {
	border-bottom: 1px dotted #3e3e3e;
	margin: 5px 0;
	padding: 5px 0; 
}

div.main-display-container img.left {
	float: left;
	margin: 0 10px 10px 0;
}

div#section-header {
	margin: 10px 0 25px 0;
}

/* Sortable tables */
table.sortable tbody {
    counter-reset: sortabletablescope;
}
table.sortable thead tr::before {
    content: "";
    display: table-cell;
}
table.sortable tbody tr::before {
    content: counter(sortabletablescope);
    counter-increment: sortabletablescope;
    display: table-cell;
}

table.sortable th {
	background-color:#EEEEEE;
	cursor: pointer;
	/* height:20px; */
	padding: 2px 5px;
}

.hiddenHeader th {
	height:0 !important;
	padding: 0 !important;
}

table.sortable .sorttable_nosort {
	cursor: default;
}

table.sortable td {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding: 2px 5px;
}

table.sortable td.childItem {
	padding-left:40px;
}

table.sortableFullText td {
	white-space: normal;
}

table.sortable tr.alternateRow { 
	background-color:#EEEEFF;
}

table.sortable td.headerRowCell { 
	color: #FFFFFF;
	font-weight:bold;
	background-color: #999999;
}

table.sortable {
	width:100%;
	background-color:#FFFFFF;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	table-layout:fixed;
}


/* inner sortable */

table.sortable .innerTable th {
	background-color:#CCCCCC;
	color:#333333;
	font-weight: normal;
	cursor: default;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small;
	height:14px;
	text-align: right;
	padding-right: 15px;
}


#sortable_footer {
	padding-left: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-weight: bold;
	background-color:#EEEEEE;
}

/* Context menu */

div#cm_header_container {	
	position: absolute;
	z-index: 200;
	width: 180px;
	background-color:#181a75;
	height:16px;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: solid 1px #000066;
}

div#cm_header {
	background-image:url(../images/context_menu_on.png);
	background-repeat: no-repeat;
	background-position: 4px 3px;
	color: white;
	padding: 0 28px;
	cursor: pointer;
	font-size: 11px;
	text-align: left;
}

div#cm_menu {
	position: absolute;
	z-index: 200;
	background:#EEEEEE none repeat scroll 0 0;
	border-color:-moz-use-text-color #333333 #333333;
	border-style:none solid solid;
	border-width:0 1px 1px;
	clear:left;
	margin:-1px 0 0;
	padding:0;
	width: 158px;
	color: black;
	font-size: 11px;
	text-align: left;
	line-height: 0.8;
}

div#cm_menu span {
	display: block;
	padding:5px 8px;
	width: auto;
	cursor: pointer;
	color: #333333;
}

div#cm_menu span:hover {
	color: white;
	background: #FF9933;
	
}

div.cm_menu_separator {
	background:#CCCCCC none repeat scroll 0 0;
	clear:both;
	font-size:0;
	height:1px;
	line-height:1px;
	margin:3px 6px;
	overflow:hidden;
	padding:0;
}


/* FORM Style */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
  width: 100%; 
}

fieldset {
  clear: both;
  border: 1px dashed #CCCCCC;
  padding: 0 10px 5px 10px;		/* padding in fieldset support spotty in IE */
  margin: 5px 0 0 0;
}

fieldset legend {
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
	color:#999999;
	background-color:#FFFFFF;
					   /* be careful with padding, it'll shift the nice offset on top of border  */
}

.formComment {
	color: #999999;
	padding-left: 5px;
}

label.leftLabel { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 165px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #333333;
}

label.rightLabel { 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #000000;
}

label.block { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #333333;
}

.valueLabel {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	padding: 0; 
	margin: 5px 0 0 10px;
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	font-weight: normal;
}

.selectorLabel {
	display: inline;
	font-weight: normal;
	margin-left: 5px;
}

label#rightLabel { 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #000000;
}

.shortLabel {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 110px; 
	padding: 2px 0 0 0;
	margin: 2px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #000000;
}

span.dataField {
	display:block;
}

/* when using shortLabel, use this to set the margin to notes */
.marginShortLblNote {
	margin-left: 120px;
}

.longLabel {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 200px; 
	padding: 0; 
	margin: 2px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color: #000000;
}

.shortInput {
	width:auto;  
	margin:2px 0 0 10px;
	FONT-SIZE: 10px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.numericInput {
	width:100px;
}

.formSubTitle {
	font: bold 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color:#666666;	
}

input[type=button].buttonSmall, input[type=submit].buttonSmall {
	margin-top: 5px;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	cursor:pointer;
	border: solid 1px #BBBBBB;
	color:#666;
	padding: 1px 8px 1px 8px;
	height: 18px;
	background-color: #D1D1D1;
	background:url(../images/buttonbg.gif) repeat-x left top;
}

input[type=button], input[type=submit] {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	border: solid 1px #BBBBBB;
	color:#666;
	font-weight:bold;
	padding: 2px 5px 2px 5px;
	background-color: #D1D1D1;
	background:url(../images/buttonbg.gif) repeat-x left top;
	width: 100px;
	margin:0 2px 0 2px;
}

input, select, textarea {
	border:1px solid #d2e6f2;
	font: normal 1em Verdana, sans-serif;
	color:#333;
	margin-right:5px;
}

input, select, textarea {
	padding-left: 4px;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;	  /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
							  label aligns textarea better in IE */
}

select {
	width:200px;
}

input:focus, select:focus, textarea:focus {
	  background: #FFFDEE;
	  border: 1px solid #FFB444;
}


/* -- input validator graphic status -- */

.inputRed, .inputRed:focus {
	background-image: url(../images/bar_red.png);
	background-repeat: no-repeat;
	background-position: 0 2;
}

/* show image on IE because it does not give BORDER to SELECT inputs */
.inputRedMark { 
	width:6px; 
	height:16px; 
	margin-left: 4px; }
html>body .inputRedMark { display:none}
select.inputRed { *margin-left:0 }

.inputGreen, .inputGreen:focus {
	background-image: url(../images/bar_green.png);
	background-repeat: no-repeat;
	background-position: 0 2;
}

select.inputGreen { *margin-left:0 }

/* -- END input validator graphic status -- */


.wideTopInput {
	width: 450px;
}

.wideTopInputRed {
	width: 450px;
	border-left: #FF0000 6px solid;
}

span .redAlert {
	color: #CC0000;
	font-style: italic;
}

span.alertMsg {
	background-image: url('../images/iconos/alert_yellow.gif');
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-left: 20px;
	text-align: left;
	color: #FF8800;
	font-style: italic;
}

.wideTopInputRed:focus {border-left: #FF0000 6px solid;}

.checkBox {
	margin:5px 0 0 10px;
	border: 0px;
}

.formSubOptions {
	margin-left:20px;
}

input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.BottomInfoContainer {
	margin-top:5px;
	padding:10px 15px 10px 15px;
	text-align:right;
	background-color:#EEEEEE;
}


.buttonOnField {
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	border: solid 1px #BBBBBB;
	color:#666;
	padding: 1px 8px 1px 8px;
	height: 18px;
	background-color: #D1D1D1;
	background:url(/images/buttonbg.gif) repeat-x left top;
}



/* Confirm messages */

.msgInfo
{
	vertical-align:middle;
	text-align:left;
	background-image: url('../images/iconos/warning.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font: normal 11px/18px Tahoma;
	padding: 5px;
	padding-left: 25px;
	border: dotted 1px #C0C0C0;
	background-color: lightyellow;
	color: #333333;
	text-decoration: none;
	z-index:1005;
	margin: 4px 0;
}

.msgConfirm
{
	vertical-align:middle;
	text-align:center;
	background-image: url('../images/iconos/warning.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font: normal 11px/18px Tahoma;
	padding: 5px;
	padding-left: 25px;
	border: dotted 1px #C0C0C0;
	background-color: lightyellow;
	color: #333333;
	text-decoration: none;
	z-index:1005;
}

.msgConfirmContainer
{
	background-image: url('../images/iconos/warning_big.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font: bold 14px/18px Tahoma;
	padding: 15px;
	padding-left: 55px;
	background-color: white;
	color: #000000;
	text-decoration: none;
	z-index:1008;
}

.msgLightContainer
{
	background-image: url('../images/iconos/light_big.gif');
	background-repeat: no-repeat;
	background-position: 10px 10px;
	font: bold 14px/18px Tahoma;
	padding: 15px;
	padding-left: 55px;
	background-color: white;
	color: #000000;
	text-decoration: none;
	z-index:1008;
}

.stepIncomplete
{
	vertical-align:middle;
	text-align:left;
	background-image: url('../images/iconos/step_incomplete.gif');
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font: normal 12px/18px Tahoma;
	padding: 7px 2px 2px 35px;
	color: #000000;
	text-decoration: none;
}

.stepComplete
{
	vertical-align:middle;
	text-align:left;
	background-image: url('../images/iconos/step_complete.gif'); 
	background-repeat: no-repeat;
	background-position: 6px 7px;
	font: normal 12px/18px Tahoma;
	padding: 7px 2px 2px 35px;
	color: #000000;
	text-decoration: none;
}


/* END confirm messages */

/*****************************************
   Author: Carlos Trevino
 *****************************************/
 

/* header-photo */
#header-admin {
	height: 25px;
	width: 922px;
	margin: 0 auto;
	border-bottom: 5px solid #FFF;
	padding-top: 20px;
	font: 18px 'Trebuchet MS', Tahoma, Sans-serif;
}


#content-wrap table#page-container {
	//min-height:400px;
	//height:auto !important;
	height:400px;

}

#content-wrap table thead #col1 { width:200px; }
#content-wrap table thead #col2 { width:10px; }
#content-wrap table thead #col3 { width:712px; }

h1 {
	margin-bottom:10px;
	margin-top:5px;
}

.clear-backgroundcolor {
	background-color: transparent;
}

div.clear {
	clear: both;
}

.padding-5 {
	padding: 5px !important;
}

.no-margin {
	margin: 0 !important;
}

.block {
	display: block;
}

.large-text {
	font-size: 14px;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right;
}

.inline {
	display: inline;
}

.top-space {
	margin-top: 10px !important;
}

.top-large-space {
	margin-top: 30px !important;
}

.bottom-space {
	margin-bottom: 10px !important;
}

.bottom-large-space {
	margin-bottom: 30px !important;
}

.minimum-content-height {
	height: 200px;
}

.left-space {
	margin-left: 10px !important;
}

.left-large-space {
	margin-left: 30px !important;
}

.right-space {
	margin-right: 10px !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.bg-clear {
	background: none !important;
}

.color-black {
	color: #000000 !important;
}

.weight-bold {
	font-weight: bold !important;
}

div.pageControls {
	float:right; 
	width:580px; 
	text-align:right; 
	margin-right:5px
}

div.dataRowContainer {
	margin-top: 5px;
}

div.dataRowHeader {
	border-top: 1px solid #CCCCCC;
	padding: 4px;
}

div.dataRowBody {
	margin-bottom: 15px;
	padding-bottom: 20px;
}

