body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset, img {
    border:0;
}
address, caption, cite, code, dfn, em, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul {
    list-style:none;
}
caption, th {
    text-align:left;
}
h1, h2, h3, h4, h5, h6 {
    font-size:100%;
    font-weight:normal;
}
q:before, q:after {
    content:'';
}
abbr, acronym {
    border:0;
}

#conteudo ol, #conteudo ul{
    list-style:circle;

    padding-left:15px;
}

#sideright ol, #sideright ul{
    list-style:circle;
    padding-left:15px;
    margin:10px;

}


/* GERAL */


body, td, th {
    color: #333;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
}

body {
    background:url(/media/imgs/bg.jpg);
    background-repeat:repeat-x;
    margin-left: 0px;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
}
p{
    margin-bottom:10px;
}
h1{
    margin-bottom:6px;
    font-size:16px;
    font-weight:bold;
    color:#003466;
}
#conteudo h1{

    width:100%;
    display:block;
    font-size:16px;
    font-weight:bold;
    color:#003466;
    padding-bottom:3px;
    border-bottom:1px dashed #ccc;

}
a:link {
    color: #036;
    text-decoration: none;
}
a:visited {
    color: #036;
    text-decoration: none;
}
a:hover {
    color: #036;
    text-decoration: underline;
}
a:active {
    color: #666;
    text-decoration: none;
}
a{
    outline:none;
}
#container {
    width:960px;
    margin:0 auto;
    min-height:800px;
    height:auto !important;
    height:800px;
    background:url(/media/imgs/bgcontainer.jpg);
    border:1px solid #ccc;
}

#forum {
    width:960px;
    margin:0 auto;
    min-height:800px;
    height:auto !important;
    height:800px;
    background:#fff;
    border:1px solid #ccc;
}
#forum-nav label, #forum-nav input, #forum-nav form{
    display:inline;
}

#topo {
    width:960px;
    height:65px;
    background:url(/media/imgs/topobg.jpg);
    border-bottom:1px solid #ccc;

}
#logo {
    width:389px;
    padding-left:10px;
    height:65px;
    float:left;
}
#menu {
    height:65px;
    float:right;
    padding-left:16px;
}
#menu ul {

    height:65px;
    margin:0px;
    padding:0px;
    bottom:0px;
}
#menu li {
    font-size:12px;
    display: inline;
    margin: 0px;
    padding: 0px;
    height:38px;
    text-align:center;
}
#menu li a, #menu li a:visited {
    height: 65px;
    line-height: 65px;
    float: left;
    width: 88px;
    max-width: 80px;
    max-height: 65px;
    display: block;
    overflow:hidden;
    color: #666;
    text-decoration: none;
    text-align: center;
    border-left:1px solid #ccc;
}
#menu li a:hover {
    background:url(/media/imgs/menubg.jpg);
}
#imgdestaque {
    height:139px;
    width:960px;
    border-bottom:1px solid #ccc;
}
#sideright, #sideleft {
    width:185px;
    float:left;
}
#centro {
    width:590px;
    float:left;
}
#conteudo {
    
    padding:10px;
    line-height: 1.5;
}
#sideright input{
    width:152px;
    margin-bottom:5px;
    margin-top:5px;
}
#sideright select{
    width:165px;
    margin-bottom:5px;
    margin-top:5px;
}
#sideright form{
    padding:5px;
}
#btpesq{
    width:112px;
    height:24px;
    background:url(/media/imgs/search.jpg);
    background-repeat:no-repeat;
    border:0px;
    cursor:pointer;
    margin-left:55px;
}
#btregister{
    width:112px;
    height:24px;
    background:url(/media/imgs/btnewsletter.jpg);
    background-repeat:no-repeat;
    border:0px;
    cursor:pointer;
    margin-left:55px;
}
#sideleft{
    z-index:1;
}
#sideleft li {
    display:block;
    margin: 0px;
    padding: 0px;
    height:30px;
    text-align:left;
    padding-left:10px;
    border-bottom:1px solid #E6E6E6;
}
#sideleft li a, #sideleft li a:visited {
    height:30px;
    line-height: 30px;
    float: left;
    width: 100%;
    display: block;
    color: #666;
    text-decoration: none;
}
#sideleft li:hover {
    background:url(/media/imgs/menubg.jpg);
}
#rodape {
    clear:both;
    width:960px;
    margin:0 auto;
    text-align:center;
}
#rodape .menu {
    background:url(/media/imgs/rodapebg.jpg);
    background-repeat:repeat-x;
    padding:10px;
    height:20px;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    color:#666;
}

#rodape .menu a, a:visited {
    color:#666;
}
#rodape .menu a:hover {
    color:#036;
}
#creditos {
    clear:both;
    width:960px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
}
h2.side {
    color:#036;
    font-size:13px;
    padding:5px;
    padding-left:10px;
    width:auto;
    border-bottom:1px solid #ccc;
    font-weight:bold;
}
#subsideright
{
    width:156px;
    text-align:center;
    padding:0px;
    margin:0px;
    line-height:14px;
    background:url(/media/imgs/menubg.jpg);
    border:1px solid #ddd;
    cursor:pointer;
 
    color:#333;
    font-weight:normal;
}
#sideright label{
    font-weight:normal;
    padding-left:5px;
}
.clear {
    clear:both;
}
.left {
    float:left;
}
.right {
    float:right;

}


/* BREADCRUMBS */

#breadcrumb
{
    margin: 0;
    padding: 0;
    display: block;
    height: 21px;
    overflow: hidden;
    font-size:13px;
    padding-top:5px;
    padding-left:10px;
    background:#fff;
    border-bottom:solid 1px #ccc;

}

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

#breadcrumb a:hover
{
    text-decoration: underline;
}

#breadcrumb ul
{
    margin: 0;
    padding: 0;
    height: 21px;
    display: block;
}
#breadcrumb ul li
{
    display: block;
    float: left;
    position: relative;
    height: 21px;
    overflow: hidden;
    line-height: 21px;
    margin: 0px 6px 0px 0;
    padding: 0px 10px 0px 0;
    font-size: 11px;
    font-size:13px;
    background: url(/media/imgs/breadcrumb.gif) no-repeat 100% 0;
}
#breadcrumb ul li div.chevronOverlay
{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
#breadcrumb ul li span
{
    display: block;
    overflow: hidden;
}
#breadcrumb ul li a
{
    display: block;
    position: relative;
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    float: left;
}

/* ACTIVIDADE */
#actividades h1{
    width:100%;
    text-align:center;
}
#actividades h2 a{
    width:100%;
    display:block;
    font-size:13px;
    font-weight:bold;
    color:#003466;
    padding-bottom:3px;
    border-bottom:1px dashed #ccc;
}
#actividades h2 a:hover{
    background-color:#f7f7f7;
}
#actividades .descricao{
    margin-bottom:10px;
    background:#f7f7f7;
    padding:10px;
}
#actividades .imagens{
    margin-top:10px;
    padding-top:10px;
    border-top:1px dashed #ccc;
    border-bottom:1px dashed #ccc;
    margin-bottom:10px;
    padding-bottom:10px;
}
#actividades .unidade-descricao{
    font-size:11px;
    float:left;
    border-left:1px solid #ccc;
    padding-left:5px;
    height:115px;
    width:435px;
}

#actividades .unidade{
    border-top:1px solid #ccc;
}
#actividades .unidade-detalhes{
    margin-top:5px;

}
#actividades .unidade-imagem{
    float:left;
    width: 99px;
    height: 99px;
    padding: 3px;
    text-align:center;
    border: 1px solid #cccccc;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #f3f3f3;
}
#actividades .unidade-imagem:hover{
    background: #FFF;
}
/* hightlight */

#highlight h2 a{
    width:280px;
    display:block;
    font-size:13px;
    font-weight:bold;
    color:#003466;
    padding-bottom:3px;
    border-bottom:1px solid #ccc;
}
#hightlight h2 a:hover{
    background-color:#f7f7f7;
}

#highlight .unidade-descricao{
    font-size:11px;
    float:left;
    padding-right:10px;
}

#highlight .unidade-texto{
    height:200px;
}
#highlight .unidade-texto img{
    padding-right:4px;
    padding-top:4px;
}
#highlight .unidade{
    width:275px;
    float:left;
    margin-bottom:20px;
    margin-right:10px;
}


#highlight .unidade-imagem:hover{
    background: #FFF;
}
/* UNIDADE */

#unidade h2{
    font-size:13px;
    font-weight:bold;
    color:#003466;
    padding-bottom:3px;
    border-bottom:1px dashed #ccc;
}
#unidade h2 a:hover{
    background-color:#f7f7f7;
}
#unidade .unidade-imagem h2{
    display:inline;
    border:0px;
}
#unidade .descricao{
    margin-bottom:10px;
}
a.enlarge{
    font-size:11px;
}
#unidade .unidade-descricao{
    font-size:11px;
    float:left;
    border-left:1px solid #ccc;
    padding-left:5px;
    min-height:205px;
    width:400px;
}

#unidade .unidade-detalhes{
    margin-top:5px;

}
#unidade .unidade-imagem{
    float:left;
    width: 150px;
    height: 180px;
    padding: 3px;
    text-align:left;
    border: 1px solid #cccccc;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #f3f3f3;
}
#unidade .unidade-imagem img{
    border-top:1px solid #CCC;
    padding-top:5px;
}
#unidade .unidade-imagem:hover{
    background: #FFF;
}
#unidade .descricao{
    padding:6px;
}
#unidade .imgprincipal{
    margin-top:10px;
    margin-right:6px;
    border:1px solid #ccc;
}
#unidade #contacts{
    border-top:1px solid #ccc;
    padding-top:10px;
}
#unidade .imagem{
    float:left;
    width: 99px;
    height: 99px;
    padding: 3px;
    text-align:left;
    border: 1px solid #cccccc;
    overflow: hidden;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #f3f3f3;
}

div.notice{
    background-color:#FFFBCF;
    padding:10px;
    width:900px;
    border:1px solid #FFEDCF;
    margin-bottom:10px;
}
div.warning{
    background-color:#FFEFEF;
    padding:10px;
    width:900px;
    border:1px solid #FFCFCF;
    margin-bottom:10px;
}
div.sucess{
    background-color:#EDFFDF;
    padding:10px;
    width:900px;
    border:1px solid #C8FF9F;
    margin-bottom:10px;
}
div.blue{
    background-color:#DFE8FF;
    padding:10px;
    width:900px;
    border:1px solid #AFC5FF;
    margin-bottom:10px;
}

div.orange{
      background-color:#FFF2CF;
    padding:10px;
    width:900px;
    border:1px solid #FFDC9F;
    margin-bottom:10px;

}

#forum-nav ul{
    text-align:right;
}
#forum-nav li{
    display: inline;
    margin-right:40px;
}

/* PAGINACAO */

.paginacao {

    margin-top:20px;
    margin-bottom:10px;
    font-weight: normal;
    text-align: left;
}
.paginacao li {
    display: inline;
    padding: 3px 7px;
    border: 1px solid #bbbbbb;

    margin-left: 3px;
    text-decoration: none;
    background:#FFF;
}
.paginacao li:hover {
    background:#CCC;
}
.paginacao li.current {
    color: #CCC;
}
.paginacao li.disabled {
    color:#CCC;
}


/* TABS */
label.inline{
    display:inline;
}
.tabs {
    width:100%;
    border-top:1px solid #ccc;
    padding-top:10px;
    font-size:11px;
}
.tabs li {  font-weight:bold; margin-right:0px; list-style:none; float:left; }
.tabs ul a {
    display:block;
    padding:5px 35px;
    text-decoration:none!important;
    margin:1px;
    margin-left:0;
    color:#666;
    background:url(/media/imgs/menubg_rodapepg.jpg);
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
}
.tabs ul a:hover {
    color:#036;
    background:url(/media/imgs/menubg.jpg);
}
.tabs ul a.selected {
    margin-bottom:0;
    color:#036;
    cursor:default;
    background:#fff;
}
.tabs .tab {
    min-height:150px;
    height:auto !important;
    height:150px;
    border:1px solid #ccc;
    font-weight:normal;
    padding:5px 5px 5px 5px;
    padding-top:10px;
    margin-top:-15px;
    clear:left;
    font-size:11px;
    background:#f7f7f7;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(/media/imgs/calendar.png) no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

.review{
    border:1px solid #ccc;
    margin-top:6px;
    padding-top:6px;
}
.reviewline{
    border-bottom:1px solid #ddd;
    padding-left:6px;
    padding-right:6px;
}

#postreview{
    border:1px solid #ccc;
    padding:6px;
}

td.fieldset{
    text-align:center;
    font-weight:bold;
    background:#eee;
    padding-bottom:10px;
}

td.label{
    width:120px;

    padding-left:8px;
    font-weight:bold;
    text-align:left;
}


/* ====================== */
/* Table                  */
/* ====================== */

.colsort {
    display:none;
}
table {
        width:100%;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table th {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
/* FORMS */
.erro{
    color:red;
}

.form-erros{
    border:1px solid #ccc;
    margin-bottom:10px;
    padding:10px;
    color:red;
}
.form-sucesso{
    border:1px solid #ccc;
    margin-bottom:10px;
    padding:10px;
    color:teal;
}

fieldset p {
    margin:15px 0 0;
}
fieldset{
    border:1px solid #ddd;
    padding:10px;
}
fieldset label{
    font-weight:normal;
}
fieldset input,textarea{
    width:400px;
}
fieldset p {
    margin:15px 0 0;
}
legend{
    font-size:12px;
    color:#666;
    font-weight:bold;
}
label {
    width:100%;
    color:#036;
    font-weight:bold;
    display:block;
}
.inline{
    display:inline;
    width:auto;
}
.submit{
    margin-top:20px;
}
fieldset input:hover, fieldset textarea:hover{
    background-color:#fff;
}

input, textarea, select{
    font-size:11px;
    font-family: Verdana, Geneva, sans-serif;
    border-top:1px solid #7F7F7F;
    border-left:1px solid #7F7F7F;
    border-bottom:1px solid #CCC;
    border-right:1px solid #CCC;
    background:#ffffff;
    padding:4px;
    width:260px;
    display:block;
    margin-bottom:4px;
}
select{
    width:270px;
}
input[type="button"], input[type="submit"]
{
    font-weight:bold;
    width:270px;
    color:#036;
    background:url(/media/imgs/menubg.jpg);
    border:1px solid #ccc;
    font-family:inherit;
}
input[type="hidden"]
{
    border:0px;
    background:none;
    display:none;
}
input[type="checkbox"]
{
    width:auto;
    display:inline;
    border:0px;
}

textarea {
    height:140px;
    width:400px;
}
#frmunit{
    color:#666;
}

input.error, textarea.error { border: 1px solid red; }

span.error {
    color: red;
    font-weight:normal;
    font-size:11px;
    margin-left: .3em;
    display: inline;
}
span.valid {
    display: inline;
    width: 16px;
    height: 16px;
}

#score1,#score2,#score3,#score4,#score5{
    float:left;
    width:auto;
}

#menuadv{
        padding-bottom:5px;
    border-bottom:1px dashed #ccc;
    margin-bottom:10px;
}
ul.menuadv {
	margin: 0;
	padding: 0;
	bottom: 0;
	width:545px;
    background:url(/media/imgs/menubg.jpg);

}
ul.menuadv li {
	display: inline;
	margin: 0;
}
ul.menuadv, ul.menuadv li a {
	text-align:left;
	padding: 5px 10px 5px;
	border:0px;
}
ul.menuadv li a,ul.menuadv li a:visited {
	font: 13px Verdana, Helvetica, Arial, Sans-Serif;
	color: #333333;
	margin: 0;
	text-decoration: none;
	border:0px;
}
ul.menuadv li a:hover {
	background-color: #fff;
	color: #666 !important;
	text-decoration: none;
	border:0px;
}

.msgupdate{
    border:1px dashed #ddd;
    background:#fff;
    padding:5px;
    width:555px;
    color:green;
    margin-bottom:10px;
}
#info {
	display: block;
	padding: 10px; margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #efefef;
}

#test-list {
	list-style: none;
}

#test-list li {
	display: block;
	padding: 5px 5px;
   margin-bottom: 3px;
	background-color: #efefef;
    border:1px dashed #ccc;
}

#test-list li:hover {

	background-color: #FEFFBF;

}

#test-list li img.handle {
	cursor: move;
}

.green{
    color:green;
}

.imgdelete{
    cursor:pointer;
}

#actdisponiveis,#selactividades{
    width:250px;
    height:150px;
    float:left;
}
#setsel{
    float:left;
    width:35px;
}
#setSel1,#setSel2{
    width:35px;
}


.areaproj {
	float: left;
	width: 255px;
	padding: 5px;
	position: relative;
	margin: 5px;
	background: white;
}

.vermais{
    margin-top:10px;
}
.tbproj {
    font-size:11px;
	margin-bottom: 5px;
}
.imgproj{
    padding-top:10px;
    height:110px;
    overflow:hidden;
}
.infoproj {
    height:140px;
	margin:0px;
}

a.imagem {
	border:0px;
}
a.noborder {
	border:0px;
}
.noborder{
border:0px;
}
p.small{
    font-size:10px;
}
#forum{
    padding:10px;
    line-height: 1.5;
    background:#fff;
    width:920px;
    border:0px;
}
table.forum caption{
    border: 1px solid #ccc;
    padding: 5px 5px 5px 5px;
    background-color: #666;
    border:0px;
    padding: 5px 5px 5px 5px;
    color:#FFF;
    font-size:13px;
    font-weight:bold;
}

table.forum {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #ccc #ccc #ccc #ccc;
	border-collapse: collapse;
	background-color: white;
}
table.forum th {
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	background-color: #ddd;

}
table.forum td {
	border: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	background-color: white;

}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {
	color: #666666;
}
#TB_window a:visited {
	color: #666666;
}
#TB_window a:hover {
	color: #000;
}
#TB_window a:active {
	color: #666666;
}
#TB_window a:focus {
	color: #666666;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption {
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow {
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title {
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal {
	padding:15px;
}
#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
}
#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect {
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent {
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
#imgPreviewContainer {
	background: #F9F9F9 url(/media/imgs/loading.gif) no-repeat center;
	padding: 2px;
	display: none;
	position: absolute;
	z-index: 999;
	border: none;
}
#imgPreviewContainer span {
	color: white;
	font-size: 0.7em;
	text-align: center;
	display: block;
	padding: 10px 0 3px 0;
}
#imgPreviewContainer.loading {
	height: 32px;
	width: 32px;
}
table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
	border-collapse: separate;
	border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}
/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}


.banner{
    padding:10px;
    margin-bottom:20px;
}
