/************/
/** GLOBAL **/
/************/
body {
	margin: 0;
	font-family: "Trebuchet MS",Arial,sans-serif;
	background: url(../images/bg_body.gif) repeat-x 0 0
}

.whiteurl {
	text-decoration: none;
	color: white;
}

img {
	border: none;
}

#clear {
	clear: both;
}

h1 {
	color:#008192;
	font-size:18px;
	font-weight:bold;
}

.border_top {
	border-top: 1px solid #ccc;
}

/************/
/** HEADER **/
/************/
#header {
	height: 180px;
}

#logo {
	padding: 60px 0 0 50px;
}

#nav {
	position: absolute;
	top:136px;
	overflow:hidden;
	width:1150px
}

#nav .menu {
	float: left;
}

#nav .menu ul {
	overflow: hidden;
	padding: 0 0 0 7px;
}

#nav .menu ul li {
	float:left;
	width:125px;
	text-align:center;
	font-size:12px;
	line-height:18px;
	padding:0 1px 0 1px;
	margin:1px 0 0 0;
	list-style: none;
}

#nav .menu ul li a {
	float:left;
	display:block;
	width:125px;
	background:url(../images/tab.png) no-repeat 0 0;
	padding:7px 0 5px 0;
	position:relative;
	cursor:pointer;
	color:#0a7285;
	text-decoration:none;
	text-transform:uppercase;
	font-weight: bold;
}

#nav .menu ul li.active {
	width:128px;
	height:18px;
	margin:0;
}

#nav .menu ul li.active a {
	background:url(../images/tab_act.gif) no-repeat 0 0;
	width:128px;
	height:18px;
	color:#0a7285;
	padding-top:8px;
}

#nav .menu ul li.active a:hover {
	background:url(../images/tab_act.gif) no-repeat 0 0 !important;
	width:128px;
}

#nav .menu ul li a:hover{
	background:url(../images/tab_act_hover.gif) no-repeat 0 0;
	width:125px;
}

#nav .search {
	float:right;
	padding:13px 5px 0 17px;
}

#nav .search .form {
	background:url(../images/search.png) no-repeat 0 0;
	float:left;
	width:170px;
	height:20px;
}

#nav .search form fieldset {
	border: none;
}

#nav .search input.field {
	float:left;
	background: none;
	border: none;
	width:135px;
	padding:2px 0 0 10px;
	font:"Times New Roman", Times, serif;
	color:#0a7285;
	position:relative;
}

#nav .search input.submit {
	float:left;
	background:url(../images/magnifer.gif) no-repeat 0 0;
	border:none;
	display:inline;
	width:16px;
	height:13px;
	padding:0;
	margin:3px 0 0 3px;
	cursor:pointer;
}

/******************/
/** MAIN CONTENT **/
/******************/
.new {
	color: red;
	font-style: italic;
	font-size: smaller;
}

.androidScreenShot {
	text-align: center;
	width: 14%;
}

#accordionTable .odd .header {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #4297d7;
	background: #2191c0 url(../libs/ui/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png) 50% 50% repeat-x;
	color: #eaf5f7;
	font-weight: bold;
	cursor: pointer;
	padding: 7px;
	text-align: left;
}

#accordionTable .odd .active {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #acdd4a;
	background: #6eac2c url(../libs/ui/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png) 50% 50% repeat-x;
	color: #eaf5f7;
	font-weight: bold;
	cursor: pointer;
	padding: 7px;
	text-align: left;
}

#accordionTable .even .content {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #4297d7;
	padding: 10px;
	text-align: center;
}

#content_overall {
	overflow:hidden;
	width:1150px;
	margin:0
	auto;background:url(../images/header.png) no-repeat 0 0;
	font-size:13px
	
}

#content {
	overflow:hidden;
	width:1100px;
	border:1px #42aec2 solid;
	background-color:#fff;
	margin:-1px 0 0 0;
	padding:20px;
	min-height: 500px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#main_left_column {
	width: 200px;
	padding: 10px;
	border: none;
	font-size: 12px;
	font-weight:bold;
	vertical-align:top;
}

#main_content {
	vertical-align:top;
	width: 800px;
	padding:10px;
	border: none;
	font:"Times New Roman", Times, serif;
	font-size: 12px;
}

.newAuthor {
	border-top:1px solid lightgray;
	font:"Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
}

#news_headline {
	color:#008192;
	font:"Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	list-style:none;
	cursor: pointer;
	margin-left: -30px;
}

#news_headline li a {
	color:#008192;
	font:"Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	list-style:none;
	cursor: pointer;
	margin-left: -30px;
}

#news_headline li a:hover {
	border: 1px solid #ccc;
	background-color: #7CC0CF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	color: #ffffff;
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	padding: 1px 5px;
}

.news_item {
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;

	-o-box-shadow:10px 10px 5px #888;
	-icab-box-shadow:10px 10px 5px #888;
	-khtml-box-shadow:10px 10px 5px #888;
	-moz-box-shadow:10px 10px 5px #888;
	-webkit-box-shadow:10px 10px 5px #888;
	box-shadow:10px 10px 5px #888;
}

div.calendar p span {
	font-size:12px;
	font-weight:bold;
	color:#878181;
	display:block;
	padding:1px 5px 0 5px;
	line-height:12px;
}
div.calendar p {
	font-size:10px;
	color:#fff;
	line-height:16px;
}
div.calendar {
	background:url(../images/calendar.png) no-repeat 0 0;
	width:42px;
	height:44px;
	text-align:center
}

.news_subject {
	text-align: left;
	vertical-align:middle;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #42aec2;
}

#test {
	margin:30px 0;
	-o-box-shadow:10px 10px 5px #888;
	-icab-box-shadow:10px 10px 5px #888;
	-khtml-box-shadow:10px 10px 5px #888;
	-moz-box-shadow:10px 10px 5px #888;
	-webkit-box-shadow:10px 10px 5px #888;
	box-shadow:10px 10px 5px #888;
	padding:5px 5px 5px 15px;
	background-color:#eee;
	width:90%
}

#idea, #qa, #java, #jquery {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid #ccc;
	min-height: 80px;
	margin-bottom: 20px;

	-o-box-shadow:10px 10px 5px #888;
	-icab-box-shadow:10px 10px 5px #888;
	-khtml-box-shadow:10px 10px 5px #888;
	-moz-box-shadow:10px 10px 5px #888;
	-webkit-box-shadow:10px 10px 5px #888;
	box-shadow:10px 10px 5px #888;
	
}

.cycle {
	margin: 0 auto;
}

#idea_header, #qa_header, #tech_header, #java_header, #jquery_header {
	font:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #008192;
	text-decoration:none;
	position:relative;
	background:#eee;
	margin:-1px 0 5px -1px;
	float:left;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	padding:7px 20px;
	border:1px solid #ccc;
}

#idea_content, #qa_content, #tech_content, #qa_content {
	padding: 0px 10px;
}

#java_content, #jquery_content {
	padding: 20px;
}

#qa_disclosure {
	margin-left: 10px;
	font-size:12px;
	font-weight:bold;
	padding: 20px;
}

#qa_ask {
	font:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #008192;
	text-decoration:none;
	position:relative;
	background:#eee;
	margin:-1px -1px 5px 0px;
	float:right;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	padding:7px 20px;
	border:1px solid #ccc;
}

.qa_button {
	border: 1px solid #ccc;
	background-color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	color: #008192;
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	padding: 1px 5px;
	text-decoration:none;
}

#qa_ask a:hover, #qa_answer_button a:hover {
	border: 1px solid #ccc;
	background-color: #7CC0CF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	color: #ffffff;
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight:bold;
	padding: 1px 5px;
}

#qa_question {
	font-size: 15px;
	font-weight: bold;
}

#qa_answer {
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

#qa_by, #qa_answer_button {
	padding-left: 10px;
}

#qa_by a {
	text-decoration: none;
	font: "Times New Roman", Times, serif;
	font-weight: bold;
}

#qa_answer_button {
	margin: 5px 0px;
}

#qa_question_form {
	float:right;
	padding:10px;
	border: 1px solid #ccc;
	position: relative;
	right: -138px;
	top: 33px;
	z-index: 100;
	background-color:9CD3DE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	text-align: center;
	width: 350px;
}

.qa_answer_form {
	float:left;
	padding:10px;
	border: 1px solid #ccc;
	position: relative;
	left: 150px;
	top: -40px;
	z-index: 100;
	background-color:9CD3DE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	text-align: center;
	width: 350px
}

#qa_question_form th, .qa_answer_form th {
	font:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align:right;
}

#technology {
	width:inherit;
	display: table-cell;
}

#hot_tech {
	width: 49%;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid #ccc;
	min-height: 80px;
	margin-bottom: 20px;
	
	-o-box-shadow:10px 10px 5px #888;
	-icab-box-shadow:10px 10px 5px #888;
	-khtml-box-shadow:10px 10px 5px #888;
	-moz-box-shadow:10px 10px 5px #888;
	-webkit-box-shadow:10px 10px 5px #888;
	box-shadow:10px 10px 5px #888;

}

#late_tech {
	width: 49%;
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border:1px solid #ccc;
	min-height: 80px;
	margin-bottom: 20px;
	
	-o-box-shadow:10px 10px 5px #888;
	-icab-box-shadow:10px 10px 5px #888;
	-khtml-box-shadow:10px 10px 5px #888;
	-moz-box-shadow:10px 10px 5px #888;
	-webkit-box-shadow:10px 10px 5px #888;
	box-shadow:10px 10px 5px #888;

}

#main_right_column {
	vertical-align:top;
	width: 200px;
	padding: 10px;
	border: none;
}

.sqlTables td, .sqlTables th {
	border: 1px solid black;
	text-align: center;
}


/************/
/** FOOTER **/
/************/
#footer {
	color:green;
	display:table-cell;
	width: inherit;
	font-size: 14px;
	font-weight: bold;
	font:"Times New Roman", Times, serif;
	text-shadow: 4px 4px 4px gray;
}

.footer_left {
	float:left;
	margin-left:25px;
	text-align:left;
}

.footer_left a {
	color: green;
	font-size: 14px;
	font-weight: bold;
	font:"Times New Roman", Times, serif;
}

.footer_right {
	float:right;
	margin-right:25px;
	text-align:right;
}

.footer_right a {
	color:green;
	font-size: 14px;
	font-weight: bold;
	font:"Times New Roman", Times, serif;
}

