/* INFO + NOTES
Stylesheet for Softworld AF home page- Notes can be removed on live.

- Light Blue = #0E76BC
- Dark Blue = #0e76bc
- Light Grey = #919090
- Dark Gret = #434343
- Bright Green = #9cce63

*/

img, div, li { behavior: url(/hrp2009a/iepngfix.htc) }


* {
	margin:0;
	padding:0;
}

body {
	border-top:10px solid #00aeef;
	color:#919090;
	font:62.5% "Verdana", Arial, sans-serif;
}


/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
	margin:5px 0;
}

h1 {
	color:#292929;
	font:normal 2.2em "Georgia";
}

h2 {
	color:#0e76bc;
	font:normal 1.8em "Georgia";
}

h3 {
	color:#4d4d4d;
	font-size:1.6em;
	font:bold 1.8em "Georgia";
}

h4 {
	color:#777;
	font-size:1.4em;
	font-weight:bold;
} 

h5, h6 {
	color:#777;
	font-size:1.3em;
	font-weight:bold;
}

p {
	font-size:1.2em;
	line-height:1.8em;
	margin:10px 0;
}

img {
	border:none;
}

a {
	outline:none;
}
/* SPECIAL HEADINGS */

h2.underline {
	background:url(/hrp2009a/images/bg/bg_h2underline.gif) bottom left no-repeat;
	display:inline;
	line-height:2em;
	padding:5px 0;
}

h2.underline_white {
	background:url(/hrp2009a/images/bg/bg_h2underline_white.gif) bottom left no-repeat;
	color:#fff;
	display:inline;
	padding:5px 0;
}

h2.underline_blue {
	color:#08507f;
}

h2#twitter_heading {
	background:url(/hrp2009a/images/bg/bg_twithead.gif) bottom left no-repeat;
	height:30px;
	padding:10px 0 10px 50px;
}

h2.underline span, h2.underline_white span, h2.underline_blue span {
	font-size:1.5em;
}

/* LISTS */

ul, ol {
	margin:10px 30px
}
ul li, ol li {
	font-size:1.2em;
}

#content li {
	line-height:1.8em;
}

/* FORMS */

fieldset {
	border:none;
}

/* TABLES */
table {
	/*width:100%;*/
	margin:10px 0;
}
table td {
	font-size:1.2em;
	padding:5px;
	/*text-align:center;*/
}

table thead td {
	border-bottom:1px solid #efefef;
	color:#0E76BC;
	font:normal 1.4em "Georgia";
}

table td h1, table td h2, table td h3, table td h4, table td h5, table td h6, table td p, table td li, table td div {
	margin:0;
	padding:0;
}

table td h1 {
	font-size:22px;
}

table td h2 {
	font-size:18px;

}

table td h3 {
	font-size:16px;
}

table td h4 {
	font-size:14px;
} 

table td h5, table td h6 {
	font-size:13px;
}

table td p, table td li, table td {
	font-size:12px;
}



/* CMS header table  */

div.wizard table {
margin: 0px;
width: auto;
padding: 0px;
}

div.wizard table td {
padding: 0px;
margin: 0px;
border: none;
text-align: left;
}

/* Search Box */

form#searchform {
	background:url(/hrp2009a/images/bg/bg_search.gif) bottom left no-repeat;
	height:25px;
	padding:10px;
	width:184px;
}

input#search-text {
	border:none;
	background:none;
	font-family:"Georgia";
	font-size:1.5em;
	color:#666;
	height:25px;
	width:130px;
	float:left;
}

/* seminars start  */

#presentation_title_seminar {
	font-weight:bold;
}

#presentation_title_seminar a {
	text-decoration: none;
	}
#presentation_title_seminar a:hover {
	text-decoration: underline;
	}	

table#seminar_table td {
	border-bottom: solid 1px #eee;	
}

#presentation_time {
	font-weight: bold;
	font-size: 120%;
}

/* seminars end  */