/* general styles */
body {
    font-size: 13px;
    color: #666666;
    font-family: Verdana,Arial,Tahoma,sans-serif;
}

a, a:active, a:visited {
   	color: #666666;
    font-weight: bold;
}
    
    a:hover {
        color: #333333;
    }
    
h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	border-bottom: 2px #666666 outset;
    margin-bottom: 6px;
}

h3 {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    margin: 4px 0px;
}

p {
    padding: 6px 0px;
}

small {
    font-size: 10px;
    font-style: italic;
    text-decoration: none;
}

    dt small, h2 small, h3 small {
        font-weight: normal;
    }
    
ul {
	padding: 6px 0px 6px 30px;
}

button {
	color: #333333;
	font-size: 12px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding: 1px 3px;
	margin: 0 3px;
	cursor: pointer;
}

a.ghost {
	display: none;
}

/* commom styles */
#main {
    width: 700px;
    margin: 0 auto;
}

#header {
    border: 2px solid #CCCCCC;
    border-top: 0px;
    text-align: center;
    margin-bottom: 15px;
}

    #header h1 {
        font: italic bold 30px Verdana,Arial,Tahoma,sans-serif;
        padding: 20px 0px;
    }
    
    #menu {
        border-top: 2px solid #CCCCCC;
        margin: 0px;
        padding: 8px 0px;
    }
    
        #menu li {
            display: inline;
            list-style-type: none;
        }
        
        #menu a {
            border: 2px solid #FFFFFF; 
            padding: 5px;
            font-size: 11px;
        }
        
        #menu a:hover {
            color: #000000;
            background-color: #F0F0F0;
            border: 2px solid #CCCCCC;
            text-decoration: none;
        }
        
#content {
    border: 2px solid #CCCCCC;
    padding: 10px 10px 20px 10px;
}

#footer {
    border: 2px solid #CCCCCC;
    border-bottom: 0px;
    text-align: center;
    margin-top: 15px;
}

.rrLoadingText {
    text-align: center;
    color: #CCCCCC;
    font-weight: bold;
    font-size: 20px;
}

div.center {
	text-align: center;
}

div.center ins {
	margin: 8px 0px 4px 0px !important
}

a.flag {
	padding-left: 36px;
}

	a.enUs {
		background: url(/img/flag_eng.png) no-repeat;
	}
	
#counter {
    text-align: center;
    margin-top: 30px;
}

#badges {
    text-align: center;
    margin-top: 30px;
	margin-left: 85px;
	padding: 0px;
	overflow: hidden;
}

	#badges li {
		float: left;
		width: 85px;
		height: 15px;
		list-style: none;
	}
	
	#badges li a {
		display: block;
		text-indent: -5000px;
	}
	
	#badges li a.firefox { background: url(/img/logo_firefox.png) no-repeat; }
	#badges li a.thunderbird { background: url(/img/logo_thunderbird.png) no-repeat; }
	#badges li a.mozdev { background: url(/img/logo_mozdev.png) no-repeat; }
	#badges li a.tableless { background: url(/img/logo_tableless.png) no-repeat; }
	#badges li a.xhtml11 { background: url(/img/logo_xhtml11.png) no-repeat; }
	#badges li a.css { background: url(/img/logo_css.png) no-repeat; }
	
#footer a.logo {
	background: url(/img/logo_footer.png) no-repeat;
	width: 125px;
	height: 50px;
	display:block;
	margin: 0px auto 3px auto;
	text-indent:-5000px;
}

/* index, orkutbar */
dl.news {
    margin-bottom: 14px;
}

    dl.news dt {
        font-style: italic;
        font-weight: bold;
        margin-bottom: 4px;
        margin-top: 10px;
    }
    
    dl.news dd {
        margin-bottom: 4px;
        margin-left: 20px;
        list-style-type: circle;
		display: list-item;
    }
    
        dl.news dd a img {
            float: left;
            margin-right: 6px;
        }
    
	.oldnewsbox {
		margin-top: 6px;
		border: 1px solid #CCCCCC;
		font-size: 11px;
		padding: 0px 8px;
	}

/* index */
#show-index-oldnews {
    font-style: italic;
}

#index-oldnews {
    height: 250px;
    overflow: auto;
}

#index-whatsnew {
    margin-left: 18px;
    margin-right: 10px;
}

/* extensions, orkut */
.extBox, .miniBox {
	margin-top: 15px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
    padding: 10px;
}

.extBox p, .miniBox p {
    padding: 4px 0px;
}
    
.extBox h3, .miniBox h3 {
    margin: 0px;
}

    .extBox {
        min-height: 84px;
    }
	
    .extBox div {
        margin-left: 88px;
    }
    
    .extBox a.extIcon {
        float: left;
        margin-right: 10px;
    }

        .extBox a.extIcon img {
            border: dashed thin #CCCCCC;
            padding: 10px;
        }
		
        .extBox a.extIcon:hover img {
            background-color: #F5F5F5;
        }
		
    
.miniBox {
    min-height: 76px;
}

    .miniBox div {
        margin-left: 64px;
    }

    .miniBox .extIcon {
        float: left;
        margin-right: 10px; 
        border: dashed thin #CCCCCC;
        padding: 10px;
    }
		
        .miniBox .extIcon:hover {
            background-color:#F5F5F5;
        }

/* extensions */
h2#contribs, h2#translations {
    margin-top: 16px;
}


/* orkutbar, media */
dl.inline {
    line-height: 20px;
}
    dl.inline dt {
        float: left;
        clear: left;
        margin-left: 20px;
    }
    
    dl.inline dd {
        float: left;
        padding-left: 6px;
    }

/* orkutbar */
#orkutbar-img {
    text-align: center;
    margin: 10px 0px;
}

ul.downloads {
    list-style: none;
    padding-left: 20px;
    line-height: 20px;
}

h3#downloads, h3#skins, h2#license {
    margin-top: 14px;  
}

#otb-oldnews{
    max-height: 250px;
    overflow: auto;
}

/* orkutbar-license */
#orkutbar-license-body  h3 {
    margin: 14px 0px;
}

/* about */
#about-body .miniBox div {
    margin: 0px;
}

h2#contributors {
    margin-top: 16px;
}

/* media */
#media-body .extBox div {
	margin-left: 118px;
}

#media-body dl.inline dt {
	margin-left: 0px;
}

/* contact, crypter */
.form-box {
	border: 2px solid #CCCCCC;
	padding: 10px;
	width: 500px;
	margin: 0 auto;
}		
	.form-box input, .form-box select, .form-box textarea {
		border: 1px solid #CCCCCC;
	}
		
	.form-box textarea {
		width: 488px;
		margin-top: 4px;
		margin-bottom: 10px;
		padding-top: 6px;
		padding-left: 8px;
		background: #FFFFFF url(/img/txtMessage.png) no-repeat;
	}
	
	.form-box div {
		text-align: center;
		margin: 10px 0 4px 0;
	}
	
	.form-box ul {
		list-style: none;
		padding: 0px;
		margin: 0px 0px 6px 0px;
	}
	
		.form-box ul li {
			line-height: 220%;
		}
		
		.form-box ul li input {
			padding-left: 18px;
		}
		
		.form-box ul li label {
			display: inline-block;
			width: 115px;
		}
	
	#mail_name {
		background: url(/img/txtName.png) no-repeat;
	}
	
	#mail_email {
		background: url(/img/txtEmail.png) no-repeat;
	}	

	#mail_other {
		background: url(/img/txtOther.png) no-repeat;
	}
	
	.form-box ul li#other {
		display: none;
	}
	
/* crypter */
#crypter-body .form-box {
	margin-top: 20px;
}

#crypter-body .form-box label {
	float: left;
	clear: left;
	width: 60px;
}

#crypter-body .form-box label.text {
	margin-top: 12px;
}

	#pass {
		background:transparent url(/img/txtKey.png) no-repeat;
		padding-left:18px;
	}

/* Dialog Boxes */
.msgBox {
	width: 90%;
	margin: 18px auto;
	font: 11px tahoma,sans-serif;
	padding: 5px 5px 5px 35px;
}
.msgBox p{
	padding: 0px 0px 5px 0px;
}

	.infoBox {
		border: 1px solid #003399;
		background: #ECF5FF url(/img/msgInfo.gif) no-repeat 12px center;
	}
	
	.alertBox {
		border: 1px solid #FFCC00;
		background: #FFFAE5 url(/img/msgAlert.gif) no-repeat 12px center;
	}
	
	.hackBox {
		color: #00CC33;
		font: 12px "Courier New", Courier, mono !important;
		border: 2px solid #00CC33;
		background: #000000 url(/img/msgHack.gif) no-repeat 4px center;
		padding-left: 110px;
		width: 79%;
		min-height: 68px;
	}
	
		.hackBox p {
			margin: 10px 0px;
		}
		
.dialogBox {
	width: 300px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -75px;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	z-index: 100;
	text-align: center;
	
	position: absolute;
}

/* hide from IE6 */
body > .dialogBox {
	position: fixed;
}

	.dialogBox div.text {
		height: 110px;
		margin-top: 10px;
		text-align: center;
	}
		
/* active menus */
#extensions-body #menu .extensions, #orkut-body #menu .orkut,
#blog-body #menu .blog, #about-body #menu .about,
#media-body #menu .media, #contact-body #menu .contact,
#help-body #menu .help, #links-body #menu .links {
	color: #000000;
	font-style: italic;
}