

/* 
Design by: Francisco Pereira
CSS: Sush & Yaz
*/


/************************
Defaults/Common
************************/
p, td {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #797979;
}

a { text-decoration:underline; font-size:12px; }

.green { color: #009900; }
.commitblue { color: #0090F2; }
.commitred { color: #FC3838; } 
.white {  color: #fff; }
.grey {  color: #666; }
.orange { color: #FF6600; }
.pink {color: #FF0033; }

.large { font-size: 16px;  }
.small { font-size: 10px; }
.img { border:1px solid #ccc; }

/************************
Modules
************************/
.modtitles {
	font-size: 16px;
	font-weight: bold;
	padding:5px; 
	vertical-align:middle;
}
.boxtitles  {
	font-size: 16px;
	font-weight: bold;
	padding-left:5px; 
	vertical-align:middle;
}


.greybox { 
	border-left:1px solid #CCCCCC; 
	border-bottom:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;
	padding: 5px;
}


/* Hovers */
.modulein_green a:hover {  background-color:#CFEFB3; color: #444; }
.modulein_red a:hover { background-color:#FD443D; color: #fff; }
.modulein_orange a:hover { background-color:#E16318; color: #fff; }
.modulein_blue a:hover { background-color:#0090F2; color: #fff; }
.modulein_gray a:hover { background-color:#D6D6D6; color: #444; }


/************************
Forms
************************/

.formitem { text-align:right; padding-right:5px; vertical-align:top; }

/* Buttons */
.green_button {  background-color:#87C253; padding: 2px; font-size: 11px; color: #fff; font-weight:bold; border:1px outset #999;}
.orange_button {  background-color:#FFA42F; padding: 2px; font-size: 11px; color: #fff; font-weight:bold; border:1px outset #999;}
.blue_button {  background-color:#00D0F2; padding: 2px; font-size: 11px; color: #fff; font-weight:bold; border:1px outset #999;}
.gray_button {  background-color:#D6D6D6; padding: 2px; font-size: 11px; color: #444; font-weight:bold; border:1px outset #999;}

/************************
Title
************************/

h1.thetitle {
	font-size: 26px;
	color: #FF0066;
	font-weight: bold;
}

h1.thetitle a { 
	font-size: 16px; 
	font-weight:normal; 
	text-decoration:underline;
	color: #FF0066;
}
h1.thetitle a:hover { 
	font-size: 16px; 
	font-weight:normal; 
	text-decoration:underline; 
	background-color:#FFCFE3; 
	color: #797979;
}



