/*---------GUI---------*/
body{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	background-color:#53A1C7;
}

#mainDiv{
	width:100%;
	height:100%;
	z-index:0;
	position:absolute;
	top:0px;
	left:0px;
}

/*---------/GUI---------*/
.titlebar{
	background-color:#2f2f2f;
	font-family:'Trebuchet MS';
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding-left:10px;
	padding-bottom:10px;
}

.footer{
	background-color:#2f2f2f;
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#fff;
	padding:10px;
}
.content{
	background-color:#fff;
	background-image:url(../images/framebg2.jpg);
	font-family:'Trebuchet MS';
	padding:10px;
}
/*---------text---------*/

.text{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
}

p, li{
	font-family:'Trebuchet MS';
	font-size:12px;
	color:#000;
}
h1{
	font-family:'Trebuchet MS';
	font-size:16px;
	color:#333;
}
.subtitle{
	font-family:'Trebuchet MS';
	font-size:16px;
	color:#333;
	font-style:italic;
	font-weight:bold;
}

.text-content{
	font-family:'Trebuchet MS', Arial, 'Trebuchet MS';
	font-size:15px;
	color:#000;
	text-align: justify;
}

.text-footer{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#000;
}
/*---------/text---------*/




/*---------COMMON USE---------*/

.link{
	cursor:pointer;
}



/*---------/ADMIN---------*/

.alert{
	color:#ff3300;
}
th,label,legend, a{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#666;
	font-weight:bold;
}

th{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#666;
	font-weight:bold;
	background-color:#efefef;
}

h3{
	font-family:'Trebuchet MS';
	font-size:15px;
	color:#666;
	font-weight:bold;
	background-color:#efefef;
	width:100%;
}

input,select,textarea{
	font-family:'Trebuchet MS';
	font-size:11px;
	color:#666;
}