

/*Page elements styles
-----------------------------------------------------------*/
body
{
	background-color: #DBE5EB;
	font-size: .85em;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #000000;
}

a:link, a:active, a:visited
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
    color: #1d60ff;
}

h1, h2, h3, h4, h5, h1 small
{
	color: #205586;
	margin: 0 0 0.67em 0;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
}

h2
{
	font-size: 1.3em;
	font-weight: bold;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
}

h4
{
	font-size: 1.1em;
	font-weight: bold;
}

h5
{
	font-size: 1.05em;
	font-weight: bold;
}

small
{
	font-size: 0.8em;
	color: #333333;
}

h1 small
{
	font-size: 0.8em;
	font-weight: bold;
}

img
{
	border: none 0 Transparent;
}

input, textarea
{
	border: 1px solid #999999;
	color: #333333;
}

input, textarea
{
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 1em;
}

button, .button
{
	font-size: 1em !important;
	cursor: pointer;
}

legend
{
	font-weight: bold;
	color: #4D412B;
	font-size: 1.1em;
}

/*Main Page styles
-----------------------------------------------------------*/
.page-corner
{
	width: 71em;
	padding: 5px;
	background-color: #9EB9CB;
	margin-bottom: 2em;
	margin-top: 2em;
}

.page
{
	width: 68.35em;
	background-color: #ffffff;
	padding: 1em;
}

#page-header
{
    width: 67.3em;
    height: 145px;
    position: relative;
    color: #000;
    padding: .5em;
    background-image: url('/Content/Images/page-header-bkg.jpg');
    background-repeat: repeat-x;
}

#page-body, #page-footer-corner
{
	clear:both;
	float:none;
	margin: 0.833em 0px 0px 0px;
}

#page-body
{
	min-height: 25.3em;
	overflow:visible;
	font-size: 0.95em;
	width: 72em;
}

#page-body p
{
	text-align: justify;
}

#page-footer-corner
{
	width: 100%;
	padding: 5px;
	background-color: #AFC6D4;
}

#page-footer
{
	height:3em;
	text-align: center;
	font-size: .8em;
	clear: both;
	float: none;
}

#page-footer-left
{
	text-align: left;
	padding-left: 0.5em;
	float: left;
	width: 15em;
	line-height: 3em;
}

#page-footer-center
{
	float: left;
	width: 53.5em;
	line-height: 3em;
}

#page-footer-rigth
{
	text-align: right;
	padding-right: 0.5em;
	float: left;
	width: 15em;
	line-height: 3em;
}

/*Common styles
-----------------------------------------------------------*/
.white-separator{
	border: solid 1px white;
	margin-bottom: 1em;
}

.gray-text
{
	color: #666666;
}

a.hidden-link:link, a.hidden-link:visited, a.hidden-link:hover, a.hidden-link:active
{
	color: #333333;
	text-decoration: none;
	cursor: text;
}

.simpleUL, .complexUL
{
	list-style-type: none;
	padding: 0 0 0 .5em;
}

.simpleUL li
{
	margin-bottom: 0.5em;
}

.floating
{
	float: left;
}

.not-floating
{
	float:none;
	clear: both;
}

.content-padded
{
	padding: .5em;
}

.centered
{
	margin-left: auto;
	margin-right: auto;
}

.content-centered
{
	text-align: center !important;
}

.content-right
{
	text-align: right;
}

.content-underlined
{
	text-decoration: underline;
}

a.ligthColor:link, a.ligthColor:active, a.ligthColor:visited
{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a.ligthColor:hover
{
	color: #003366;
}

.main-content-one-column
{
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: .9em;
	min-height: 45em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.delete-icon, .editor-icon, .view-icon, .audio-icon, .video-icon, .real-icon, .pdf-icon
{
	cursor: pointer;
	width:17px;
	height:17px;
	background-image:url('/Content/Images/sprite.png');
}

.editor-icon
{	
	background-position:-448px -0px;
}

.delete-icon
{
	background-position:-465px -0px;
}

.view-icon
{
	background-position:-502px -0px;
}

.audio-icon
{
	background-position:-519px -0px;
}

.real-icon
{
	background-position:-536px -0px;
}

.video-icon
{
	background-position:-554px -0px;
}

.pdf-icon
{
	background-position:-571px -0px;
}

.errorMessage
{
	color: #800000;
	font-weight: bold;
}

.infoMessage
{
	color: #336699;
	font-weight: bold;
}

.simpleUL, .complexUL
{
	list-style-type: none;
	padding: 0 0 0 .5em;
}

.quote-box
{
	border: thin solid #9EB9CB;
	width: 60%;
	background-color: #D3E0E8;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: .4em;
	color: #3A596D;
	padding: .5em;
}

.quote-box-icon
{
	padding: 5px;
	float: left;
	display: block;
	text-align: center;
}

.quote-box-icon img
{
	width:18px;
	background-image:url('/Content/Images/sprite.png');
	background-position:-483px -0px;
	background-color: #D3E0E8;
	background-repeat: no-repeat;
}

.quote-box-body
{
	margin-left: 30px;
	display: block;
}

.quote-box-body
{
	text-align: center;
}

.quote-box-footer
{
	margin-top: .2em;
	text-align: right;
	font-weight: bold;
}

.cursobLi, .cursob-brief li
{
	margin-bottom: 0.3em;
}

.cursob-brief
{
	color: #003366;
	font-size: .9em;
}

.fieldRow
{
	margin-bottom: .5em;
}

.fieldRow-label
{
	line-height: 1.6em;
	width:5em;
	text-align: right;
	padding-right: .3em;
}

.editor-label
{
	margin-top: 1em;
	font-weight: bolder;
}

.underline, a.underline
{
	text-decoration: underline;
}

/* message-box
-----------------------------------------------------------*/
.message-box-corner
{
	background-color: #CCCCCC;
	width: 14.5em;
	padding: 2px;
}

.message-box
{
	border: 1px solid #CCCCCC;
	padding: 0.5em;
	background-color: #E8EEF3;
}

.message-box-title
{
	font-weight: bold;
	text-align: left;
	padding: 5px;
	font-size: .9em;
	background-color: #8FB9D9;
	background-image: url('/Content/Images/message-box-title-bkg.png');
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 0.5em;
}

.message-box-body
{
	padding: 0.217em;
	font-size: .9em;
	color: #205586;
}

.message-box-circle
{
	width: 10px;
	height: 9px;
	background-position:-438px -0px;
	background-image:url('/Content/Images/sprite.png');	
}

/*Page header stlyes
-----------------------------------------------------------*/
#page-header-logo
{
	width: 147px;
	height: 146px;
	overflow: hidden;
	float: left;
}

#page-header-body{
	width: 56em;
	margin-left: 11em;
}

#page-header-body-title
{
	width:100%;
	float:none;
	margin-top: 1.2em;
	padding-top: 0.5em;
	color: #ffffff;
}

#page-header-body-title-slogan
{
	font-family: Arial;
	font-size: 3em;
	font-weight: bold;
	text-align: right;
	padding-right: 0.25em;
	margin-bottom: 0.2em;
}

#page-header-body-title-date
{
	text-align: right;
	padding-right: 1em;
	font-weight: bold;
}

#page-header-body-menu
{
	height: 2.1em;
	line-height: 2em;
	margin: 1.25em 0.8em auto 0.5em;
}

#page-header-body-menu ul
{
	list-style-type: none;
	margin:0;
	padding:0;
	display: block;
}

#page-header-body-menu li
{
	font-size: 0.8333em;
	font-weight: bold;
	padding-right: 0.5em;
	display: block;
	float: left;
}

#page-header-body-menu li a:active, #page-header-body-menu li a:hover, #page-header-body-menu li a:visited, #page-header-body-menu li a:link
{
	color: #205586;
	text-decoration: none;
}

#page-header-body-menu li a:hover
{
	color: #000066;
}

.page-header-body-menu-item-selected-leftSide, .page-header-body-menu-item-selected-rightSide, .page-header-body-menu-item-unselected-leftSide, .page-header-body-menu-item-unselected-rightSide
{
	background-color: Transparent;
    background-repeat: no-repeat;
    width: 8px;
    padding:0;
	float: left;
	background-image:url('/Content/Images/sprite.png');
	
}

.page-header-body-menu-item-selected-leftSide, .page-header-body-menu-item-selected-rightSide
{
	height: 25px !important;
	line-height: 25px;
}

.page-header-body-menu-item-unselected-leftSide, .page-header-body-menu-item-unselected-rightSide
{
	height: 25px !important;
	line-height: 25px;
}

.page-header-body-menu-item-selected-center, .page-header-body-menu-item-unselected-center
{
	background-color: Transparent;
	background-image:url('/Content/Images/sprite.png');
	float: left;
	height: 25px !important;
	line-height: 25px;
    padding: 0 1em 0 1em !important;
}

.page-header-body-menu-item-selected-leftSide
{ 
	background-position:-18px -0px;
}

.page-header-body-menu-item-selected-center
{

	background-position:-237px -0px;
}

.page-header-body-menu-item-selected-rightSide
{ 
    background-position:-27px -0px;
    
}

.page-header-body-menu-item-unselected-leftSide
{ 
    background-position:-0px -0px;
}

.page-header-body-menu-item-unselected-center
{
    background-position:-36px -0px;
}

.page-header-body-menu-item-unselected-rightSide
{ 
    background-position:-9px -0px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}
