/* (c) iliadis.eu  */


/*  RESET THE BROWSER'S DEFAULT CSS
based on: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
_______________________________________________________________________*/
html, body, div, span, applet, object, iframe, h1, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:inherit;
	font-style:inherit;
	font-size:inherit;
	font-weight:inherit;
	background:transparent;
}
:focus { outline : 0; }
ol, ul { list-style : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th, td { text-align : left; font-weight : normal; }


html {
}
body {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#333333;
}
.project_color01 { /* blue */
	color:#006699;
}
.project_color02 { /* green */
	color:#717723;
}


/* HEADINGS
_______________________________________________________________________*/
h1 {
	clear:both;
	margin-bottom:15px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#333333;
}
h2 {
	clear:both;
	padding-top:10px;
	margin-bottom:10px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
h3 {
	clear:both;
	margin-bottom:5px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#666666;
}


/* TEXT BLOCK ITEMS
_______________________________________________________________________*/
p {
	margin-bottom:10px;
	line-height:16px;
}

ol {
	margin-bottom:10px;
	padding-left:20px;
	line-height:16px;
}
ul {
	margin-bottom:10px;
	padding-left:20px;
	line-height:16px;
}
li {
}
li:hover {
}


/* TEXT ELEMENTS
_______________________________________________________________________*/
a:link,
a:visited {
	color: #0066CC;
	text-decoration:none;
}
a:hover,
a:active {
	color: #000000;
}
strong {
	font-weight:bold;
}
sup {
	font-size:50%;
}
hr {
	line-height:1px;
	color:#cccccc;
}



/* TABLE ITEM
_______________________________________________________________________*/
table {
	width:100%;
	background:#eeeeee;	
}

table tr {
	background:#eeeeee;
}
table tr:nth-child(even) { /* not supported by ie8 and earlier */
	background:#f5f5f5;	
}

table td {
	min-height:25px;
	padding:3px;
	color:#666666;
	font-size:10px;
	border:#ffffff 1px solid;	
}
table th{
	min-height:30px;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	background:#e5e5e5;	
	border:#ffffff 1px solid;
}




/* GENERIC CLASSES
_______________________________________________________________________*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}
.read_more {
	padding:5px 10px;
	text-align:right;
	font-size:9px;
}
.small_fonts {
	font-size:9px;
	color:#666666;
}

/* common single attributes */
.padding_2px_0px{
	padding:2px 0px;
}
.display_inline{
	display:inline-block;
}
.display_none{
	display:none;
}
.align_center {
	text-align:center;
}
.align_right {
	text-align:right;
}
.color_gray_dark {
	color:#333333;
}
.color_gray_medium {
	color:#666666;
}
.color_gray_light {
	color:#999999;
}