div#bodycontent div.container {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/*for text in center area*/
div#bodycontent #indent {
	margin-left: 10px;
	margin-right: 10px;
}
div#bodycontentAdmin div.container {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/*for text in center area*/
div#bodycontentAdmin #indent {
	margin-left: 10px;
	margin-right: 10px;
}
/*
	Styles for drawer effect
	To make the drawer effect work:
	Make your div content-sidebar-nav-1-3 have class="list"
	Use an UL for the questions, an OL for the answers.
	Use ggsDrawer(this) in the onclick of the <UL><LI>
*/
div#rightrail ul {
	background-image: none;
}
div.list ul ol,
div.list ul ul {
    display: none;
    padding: 10px 0px 0px 10px;
    line-height: 1.2em;
}
ol li span.number {
    font-size: 16px;
    color: #168DC9;
}
ol {
	margin-left: 5px
}

/*quick fix for form error styling*/
.formError {
	font-weight: bold;
	color: red;
}

/*overwrite the size of main*/
div#main {
	width: 970px;
}

/*make links longer on the right rail*/
div#rightrail ul {
	padding: 0pt 5px 20px;
}

#detail_title {
    float: left;
    padding: 45px 0 0 15px;
}

#detail_box {
    clear: both;
    width: 100%;
    margin-bottom: 45px;
}

#main #detail_photo {
    width: 110px;
    height: 110px;
    float: left;
}
div.border/*Creates round borders*/
 
{

	background-color:#F6F6FC;
	padding:5px;
	border-style:outset;
	border:#003366 1px solid;
	clear:both;
}
/*img.border
 
{		

background-image: url();
	padding:5px;
	border-style:outset;
	border:#003366 1px solid;
	background-repeat: repeat-x;
}
*/


div.border {
	float:left;
	background: url(../images/bg_img.jpg) no-repeat bottom right !important;
	background: url(../images/bg_img.jpg) no-repeat bottom right;
	margin-top: 5px;
	margin-left: 5px;
	border: 0px;
  }

.border img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #999999;
	padding: 2px;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: -4px;
  }
/**
* Tablas
*
*/
table, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	 
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{
	color:#fff;
	background-color: #306ABA;
	background-image: url(../images/tr_back.gif);
	background-repeat: repeat-x;
}
td{background:#e5f1f4;}

/* tablecloth styles */

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}


.pager {
padding:5px 0;}

.quicksearch {
padding:5px 0;}