/* @override 
	http://www.cartogis.orgcss/css/main.css
	http://cagis.dev/css/main.css
	http://www.cartogis.org/css/main.css
*/

/*GLOBAL*/
html {
	background-color: #282828;
}

body{
	background-color: #F4F4F4;
	width: 960px;
	margin: 0 auto 50px;
	font: 13px/18px Verdana, Lucida, sans-serif;
	color: #333333;
}

p{
	text-align: justify;
	margin-top: 0px;
}

h2{
	font: 26px "Josefin Sans Std Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #B30000;
	margin: 0 0 10px;
}

h3{
	font: bold 15px Verdana, Lucida, sans-serif;
	color: #333333;
	margin: 0 0 5px;
}

h4{
	color: #b30000;
	text-align: center;
	font-size: 14px;
}

h5{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
}

h6{
	color: #b30000;
	font-size: 13px;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
}

img {
	margin: 5px auto;
}

img.right {
	float: right;
	margin: 0 0 20px 20px;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}

a img{
	border: none;
}

/*HEADER*/
#header img {
	margin: -23px auto 0;
}

div#nav{
	background: url(../images/backgrounds/nav_back.png) repeat-x;
	height: 34px;
}

div.nav_item{
	float: left;
	padding: 0 10px;
	height: 15px;
	margin-top: 6px;
	border-left: 2px solid white;
}

div.nav_item a{
	color: white;
	font: 16px/13px "Cantarell", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

div.nav_item:first-child{
	border-style: none;
	margin-left: 10px;
}

div.nav_item a:hover{
	text-decoration: underline;
	cursor: pointer;
}

div#nav_on.nav_item{
	background-image: url(../images/backgrounds/nav_active.png);
	height: 27px;
	margin-top: 0;
	border: none;
}

div#nav_on.nav_item a{
	color: black;
	line-height: 28px;
}

div#nav_on + div.nav_item{
	border-style: none;
}

div#logout{
	float: right;
	margin-right: 10px;
}

div#logout a{
	font: 13px/26px "Cantarell", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #aac1d3;
	text-decoration: none;
}

div#logout a:hover{
	text-decoration: underline;
}

div#search {
	left: 700px;
	top: 5px;
	position: relative;
	width: 290px;
	margin-bottom: -20px;
}

input#search_text {
	width: 175px;
}

#cse-search-box div input {
	background-color: #424242;
	font-weight: bold;
}

#cse-search-box input#q {
	color: black;
}

div#cse-search-results{
	margin: 10px 0 0 85px;
}

/*FOOTER*/
div#footer{
	background-color: #282828;
	color: gray;
	font-size: 11px;
	line-height: 10px;
	padding: 5px 0 40px;
	height: 40px;
	margin-bottom: -20px;
}

#footer div#valid{
	float: left;
}

#footer div#axis{
	float: right;
	text-align: right;
}

/*INDEX*/
div#top_box{
	height: 170px;
	border-bottom: 2px solid white;
	background: #E6E6E6 url(../images/backgrounds/topbox_back.gif) repeat-x;
	padding: 15px 0;
}

div.half_column{
	height: inherit;
	float: left;
	margin: 0 20px;
	width: 440px;
}

div.side_heading{
	float: left;
	height: inherit;
	margin: 5px 10px 0 0;
}

div.half_column div.content{
	height: inherit;
}

div#newsfeed{
	overflow: auto;
	height: 130px;
	position: relative;
	font-size: 11px;
	line-height: 13px;
	padding: 0 20px 0 10px;
	text-align: left;
}

div#competition {
	float: left;
	width: 375px;
	margin: 20px 10px 15px 15px;
}

div#competition img{
	margin-bottom: 10px;
}

div#intro_content {
	float: left;
	width: 560px;
	margin-top: 10px;
}

div.boxed{
	padding-top: 10px;
	border-top: 1px dashed #666666;
	margin: 15px 25px 40px;
}

div#join_intro.boxed {
	height: 145px;
	margin-right: 20px;
}

/*SCROLLBAR*/
.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.vscrollerbase {
	width: 6px;
	background-color: white;
}
.vscrollerbar {
	width: 6px;
	background-color: #999999;
}

.scrollerjogbox {
	width: 10px;
	height: 10px;
	top: auto;
	left: auto;
	bottom: 0px;
	right: 0px;
	background-color: gray;
}


/*ABOUT*/
div#about{
	padding: 20px 20px 30px 10px;
}

div.caption_right{
	float: right;
	width: auto;
	font: italic 12px/18px Verdana, Lucida, sans-serif;
}

div#about div.caption_right{
	position: relative;
	left: 5px;
}

div.sidebar_wide {
	background: #c9ebf4 url(../images/backgrounds/sidebar_back.png) repeat-x;
	width: 300px;
	border: 1px solid silver;
	padding: 10px;
	float: left;
	margin: 0 15px 15px;
}

div.sidebar_wide p{
	text-align: left;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 16px;
}

div.sidebar_wide h2{
	margin-bottom: 10px;
}

span.num{
	color: #b60d0d;
	font-weight: normal;
}

div#about_content{
	width: 560px;
	float: left;
	margin-left: 10px;
}

div#about_content div.boxed{
	padding-top: 5px;
}


/*BOARD*/
div#board{
	padding: 15px 0 15px 15px;
}
div.member{
	float: left;
	height: 200px;
	width: 300px;
	margin: 30px 15px 0 0;
}

div.member p{
	font-size: 11px;
	text-align: left;
	line-height: 15px;
}

div.member img{
	margin-right: 5px;
	margin-bottom: 25px;
}


/*MEMBERSHIP*/
div#membership{
	padding: 25px 25px 100px 0;
}

div.sidebar_narrow{
	float: left;
	width: 230px;
	text-align: center;
	height: 760px;
	margin-right: 50px;
}

div.login {
	height: 260px;
	background: url(../images/backgrounds/sidebar_back_small.png) repeat-x;
	border: 1px solid silver;
	padding: 10px;
}

.login input.text{
	width: 120px;
}

.login td.label{
	text-align: right;
	font-weight: bold;
}

div#message {
	font-style: italic;
	font-weight: bold;
	color: #B30000;
	margin: 15px 0 55px;
}

div.sidebar_narrow h3{
	margin-top: 25px;
	font-size: 13px;
	font-style: italic;
	color: black;
	line-height: 25px;
}

div.sidebar_narrow div.boxed{
	margin-top: 30px;
}

/*CONTACT*/
div#contact.boxed{
	padding: 15px 40px 120px;
}

div#contact h2{
	margin-left: -40px;
}

div#contact p{
	padding-left: 40px;
	margin: 0;
}

div#contact div#manage{
	float: right;
	margin-left: 30px;
	width: 307px;
}

/*JOURNAL*/
#journal{
	padding-top: 15px;
}
#journal div.left_column {
	float: left;
	width: 155px;
	margin-right: 35px;
	padding-bottom: 110px;
	font-size: 12px;
}

#journal .left_column p{
	text-align: left;
}

#journal .left_column h2{
	position: relative;
	left: 45px;
	margin: 0 0 10px -45px;
}

#journal div.right_column{
	float: right;
	width: 310px;
	font-size: 12px;
	margin: 0 0 95px 45px;
}

#subscriptions{
	margin: 15px 0 150px;
	color: #808080;
}

#subscriptions table{
	width: 100%;
	text-align: center;
}

#subscriptions table td:first-child{
	text-align: left;
}

div#ingenta{
	height: 133px;
	padding: 15px;
	background: url(../images/backgrounds/ingenta_back.png) repeat-x;
	border: 1px solid silver;
	margin: 25px 0;
}

#ingenta img{
	margin-top: -10px;
}

/*PUBLICATIONS*/
#publications div.half_column {
	margin: 0;
	width: 470px;
}

#publications div.half_column:first-child{
	margin-right: 15px;
}

/*PROCEEDINGS*/

#proceedings div.sidebar_narrow {
	width: 150px;
}

#proceedings div#logo{
	height: 300px;
}

#proceedings div#papers{
	margin-left: 200px;
	padding: 5px 10px 20px 0;
}

/*AUTOCARTO*/
div#conference {
	padding-bottom: 50px;
	margin: 0 35px 0 180px;
}

p.indent{
	text-indent: 40px;
}

#conference ul{
	padding-left: 70px;
	margin-top: -10px;
}

#conference td:first-child{
	width: 130px;
}

/*ICA*/
#ica div.sidebar_narrow{
	width: 180px;
	margin-right: 25px;
}

#ica div.sidebar_wide{
	margin: 0;
	width: 160px;
}

#ica div.half_column{
	margin: 0;
	width: 350px;
}

#ica div.half_column+div.half_column{
	width: 305px;
	margin: 0 0 20px 50px;
}

div.caption_center{
	text-align: center;
}

/*SCHOLARSHIP*/
div#scholarship.boxed {
	padding: 20px 40px;
}

#scholarship h2{
	margin-left: -40px;
}

#scholarship h3{
	text-align: center;
	margin: 30px 0 10px;
}

#scholarship ul{
	list-style-type: none;
}

/*DISTINCTION*/
div#distinction{
	color: #666666;
	padding-right: 30px;
}

#distinction div.sidebar_narrow {
	width: 170px;
	color: #333333;
}

/*CONTEST*/
div#contest{
	padding: 20px 60px 20px 20px;
}

#contest div.half_column{
	width: 400px;
}

#contest div.sidebar_narrow{
	width: 180px;
	margin-top: 15px;
}

#contest div.sidebar_wide{
	width: 160px;
}

#contest div#text{
	margin-left: 230px;
	margin-top: 20px;
}

div#year{
	float: right;
	font-size: 20px;
	color: #B30000;
}

/*NEWS*/
div#news{
	padding: 20px 30px 30px;
}

#news div.boxed{
	margin-left: 205px;
	clear: right;
}

#news h4{
	text-align: left;
	margin-bottom: 5px;
}

#news div.sidebar_narrow{
	width: 180px;
	margin: 5px 25px 0 0;
}

#news div.sidebar_wide{
	margin: 0;
	width: 160px;
	background-position: 0 -170px;
}

div#news_slideshow{
	clear: right;
	width: 100%;
	border-top: 1px solid #999;
	padding-top: 5px;
}

#news_slideshow img{
	width: 120px;
	margin-right: 10px;
	vertical-align: text-top;
}

#news_slideshow a img{
	cursor: pointer;
}

/*JOIN*/
div#join{
	padding: 0 80px 20px 40px;
}

input.submit{
	color: white;
	font-size: 16px;
	margin-top: 15px;
	background-image: url(../images/backgrounds/submit_button.jpg);
	padding: 5px 10px;
}

form p{
	margin-left: 25px;
}

#join h4{
	display: inline-block;
	margin-right: 10px;
	font-style: italic;
}

#join td.steps{
	width: 100px;
}

#join td.boxed{
	border-bottom: 1px dashed #666666;
	padding: 20px 0;
}

.message{
	color: #B30000;
	font-weight: bold;
	font-style: italic;
	margin-left: 15px;
}

table#membership_type td{
	padding-bottom: 15px;
}

table#passwords td{
	width: 180px;
}

div#membership_type {
	float: left;
	height: 75px;
	margin: 20px 30px -5px;
	line-height: 35px;
}

div#amazon{
	text-align: center;
}

/*RETURN*/
div#return{
	padding: 40px 140px;
	background: #E6E6E6 url(../images/backgrounds/topbox_back.gif) repeat-x;
	margin-top: 10px;
}

/*ACCOUNT*/
div#account{
	padding: 25px 0 20px;
}

div#account_forms{
	margin-left: 310px;
	margin-right: 20px;
}

#account label{
	font-size: 15px;
}

#account form input, #account form select{
	margin-top: 5px;
}

#renew td {
	padding-bottom: 10px;
}

table.sub_input{
	width: 90%;
	margin-left: 10%;
	text-align: right;
}

.sub_input input{
	width: 300px;
}

div#nf_image{
	float: left;
	margin: -10px 50px 10px;
}

#account form{
	margin-top: 15px;
}

/*LOGIN*/
#login_dialog label, #login_dialog input{ 
	display:block;
}

fieldset{
	border: none;
}

#login_dialog input.text{
	margin-bottom:12px;
	width:95%;
	padding: .4em;
}

#reset_dialog input.text{
	width:80%;
}
