body {
	font: 62.5% "Lucida Grande", Arial, sans-serif;
	background-color: #E4C58C;
	color: #333;
	background-image: url(../background/background_y.png);
	background-repeat: no-repeat;
}

@media print{.noprint{display:none;}}

input:focus {
	background-color: #9FF;
}

a { 
	text-decoration: none;
	color: #333; 
}

a:hover { 
	text-decoration: none;
}

h1 {
	font:30px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	padding:30px 0 0 0;
	margin: 0; 
}

h2 {
	font:15px Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	margin-bottom: 0;
}

.list {
	margin: 0 auto;
	width: 380px;
	padding: 10px;
	background-color: #fff;
}

#event_row {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

#event_row_last {
	padding-bottom: 5px;
}

#header, #calendar, #main, #footer {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 85%;
	overflow: hidden;
}

#calendargray, #main {
	background: -moz-linear-gradient(center bottom , #D9D9D9 0%, #F0F0F0 40%) repeat scroll 0 0 #F0F0F0;
	box-shadow: 0 1px 2px #838383;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	width: 90%;
	opacity: 0.8;
	border-radius: 5px 5px 5px 5px;
	border-top: 1px solid rgb(204, 204, 204);
}

#calendar, #main {
	background-color: #fff;
	border: 1px solid #cbcbcb;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px 5px 5px 5px;
	border-top: 1px solid rgb(204, 204, 204);
}

#bigcalendar, #main {
	background-color: #fff;
	border: 1px solid #cbcbcb;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px 5px 5px 5px;
	border-top: 1px solid rgb(204, 204, 204);
}

#calendargray_wrap {
	width: 100%;
	margin-left: 10px;
	margin-bottom: 6px;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
}

#calendar_wrap {
	width: 98%;
	margin-left: 10px;
	margin-bottom: 6px;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
}

#bigcalendar_wrap {
	width: 90%;
	margin-left: 10px;
	margin-bottom: 6px;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
}

#calendar_wrap .title_bar {
	font-weight: bold;
	color: #1C1C1C;
	text-align: center;
	border:1px solid #fff;
	margin-bottom:15px;
	margin-top:10px;
}

#calendar_wrap .title_bar .previous {
	float: left;
	display: block;
	width: 25px;
	height: 20px;
	background: url(../img/prevmes.gif) left top no-repeat;
	margin-top:10px;
	margin-left:10px;
}

#calendar_wrap .title_bar .next {
	float: right; 
	display: block;
	width: 25px;
	height: 20px;
	background: url(../img/proxmes.gif) right top no-repeat;
	margin-top:10px;
	margin-right:10px;
}

#calendar_wrap .title_bar .month {
	width: 95%;
	margin:10px auto;
	padding-bottom:0 !important;
	padding-bottom:10px;
	font-size: 24px;
}

#calendar_wrap .title_bar h2 {
	font-size: 16px;
}

#calendargray_wrap .title_bar {
	font-weight: bold;
	color: #1C1C1C;
	text-align: center;
	border:1px solid #fff;
	margin-bottom:15px;
	margin-top:10px;
}

#calendargray_wrap .title_bar h2 {
	font-size: 16px;
}

.cal_day {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color: #CCC;
}

.cal_day_big {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color: #CCC;
}

.cal_mark {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color: #FAA;
}

.cal_file {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 128px;
	height: 95px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color:#EEE;
	border-color: #333;
	background-image: url(../img/ficheiro.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.cal_file_big {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 150px;
	height: 200px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color:#EEE;
	border-color: #333;
	background-image: url(../img/ficheirobig.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.cal_file_verybig {
	position: relative;
	float: left;
	margin: 0 4px 4px 0 !important;
	margin:0 4px -24px 0;
	width: 180px;
	height: 285px;
	background-repeat: no-repeat;
	background-position: top;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius: 3px 3px 3px 3px;
	border-top: 1px solid rgb(204, 204, 204);
	background-color:#CCC;
	border-color: #333;
	background-repeat: no-repeat;
	background-position: top;
}

.menuit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	vertical-align: middle;
	text-align: center;
}

.textboxlargo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}

.cal_day .day_heading {
	position: relative;
	float: left;
	width: 40px;
	height: 16px;
	padding: 6px;
	text-transform: capitalize;
	font: 14px Arial;
	color: #FFF;
}

.cal_day .day_count {
	position: relative; 
	float: right; 
	width: 64px; 
	text-align: right; 
	height: 16px;
	padding: 6px; 
	font: 11px Arial, sans-serif;
	color: #FFF;
}

.cal_day .day_number { 
	width: 100%; 
	font: 52px Arial; 
	font-weight: bold; 
	color: #2b2b2b; 
	height:95px; 
	text-align: center; 
	z-index:1;
	clear:left; 
}

.cal_day_big .day_number { 
	width: 100%; 
	font: 52px Arial; 
	font-weight: bold; 
	color: #2b2b2b; 
	height:140px; 
	text-align: center; 
	z-index:1;
	clear:left; 
}

.cal_day .day_number_today { 
	width: 100%; 
	font: 52px Arial; 
	font-weight: bold; 
	height:95px; 
	text-align: center; 
	z-index:1;
	clear:left;
	color: #08c; 
}

.cal_file .day_heading {
	position: relative;
	float: left;
	width: 40px;
	height: 16px;
	padding: 6px;
	text-transform: capitalize;
	font: 14px Arial;
	color: #000;
}
.cal_file .day_count {
	position: relative; 
	float: right; 
	width: 64px; 
	text-align: right; 
	height: 16px;
	padding: 6px; 
	font: 11px Arial, sans-serif;
	color: #000;
}

.cal_file .day_number { 
	width: 100%; 
	font: 52px Arial; 
	font-weight: bold; 
	color: #2b2b2b; 
	height:95px; 
	text-align: center; 
	z-index:1;
	clear:left; 
}

.cal_file .day_number_today { 
	width: 100%; 
	font: 52px Arial; 
	font-weight: bold; 
	height:95px; 
	text-align: center; 
	z-index:1;
	clear:left;
	color: #08c; 
}

.cal_file_big .day_heading {
	position: relative;
	float: left;
	width: 40px;
	height: 16px;
	padding: 6px;
	text-transform: capitalize;
	font: 14px Arial;
	color: #000;
}
.cal_file_big .day_count {
	position: relative; 
	float: right; 
	width: 64px; 
	text-align: right; 
	height: 16px;
	padding: 6px; 
	font: 11px Arial, sans-serif;
	color: #000;
}

.cal_file_big .day_number { 
	width: 100%; 
	font: 52px Arial; 
	font-weight: bold; 
	color: #2b2b2b; 
	height:150px; 
	text-align: center; 
	z-index:1;
	clear:left; 
}

.cal_file_big .day_number_today { 
	width: 100%; 
	font: 52px Arial; 
	font-weight: bold; 
	height:150px; 
	text-align: center; 
	z-index:1;
	clear:left;
	color: #08c; 
}

span.event { 
	width:55px; 
	margin-top: -1px;
	padding:2px 0 !important;
	padding:1px 0 1px; 
	display:inline-block; 
	text-align:center;
	background-color: #000; 
	opacity:0.4; 
	filter:alpha(opacity=40);
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border-radius: 8px 8px 8px 8px;
	border-top: 1px solid rgb(204, 204, 204);
}

#footer { 
	text-align: right;
	font-size: 10px; 
}

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 140px;
	background: #5970B2;
	color: #FFF;
	text-align: left;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #5970B2}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font: 11px arial}

#sddm div a:hover
{	background: #49A3FF;
	color: #FFF
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.smltitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}


.tablenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
}

.tablenumberred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #F00;
	text-align: right;
}

.titulored{
	color: #F00;	
}

.titulogreen{
	color: #060;
}

.dotcell{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #777;
}

.lightcell{
	background-color:#FFF;
}
.lightcell:hover{
	background-color:#FF9;
}
 Drag And Drop 
.category td {
    background-color: #E4EBF3;
}

.tDnD_whileDrag {
    background-color: #eee;
}

tr.alt td {
    background-color: #ecf6fc;
}

tr.myDragClass td {
    color: yellow;
    background-color: black;
}

td.dragHandle {
    
}

td.showDragHandle {
	background-image: url(../images/updown2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: move;
}

.versionHistory td {
    vertical-align: top;
    padding: 0.3em;
}
 / Drag and Drop 
