body {
    background-color: #EDEDED;
    margin: 0;
    padding: 0;
}

a {
	color: #0066cc;
    text-decoration: none;
    font-weight: bold;	
}

.whitediv {
	padding-top: 10px;
	padding-bottom: 10px;
}

.borderedDiv {
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #ddd;
}

.heading {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #0066cc;
	padding-top: 10px;
}

form {
    /*border: 1px solid #ccc;
    margin: 0px 20px 10px 20px;
    padding: 0 20px;*/
}

label {
    font-weight: bold;
    color: #11151E;
    float: right;
    margin: 0px 0px 0px 10px;
    width: 100px;
}

.error {
    font-size: 13px;
    color: #FF0000;
    font-style: italic;
    text-align: right;
}

.tab {
	border-bottom: 3px solid #99CCCC;
	margin-top: 5px;
	margin-left: 5px;
}

.tab-heading {		
	color: #336666;
	font-weight: bold;
	font-size: 18px;
	text-align: center; 
	padding: 5px 0px;
	width: 200px;
	background-color: #99CCCC;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.tab-details {
	color: #336666;
	font-size: 14px;
	padding: 5px 5px;
	background-color: #CDE5E5;
	border-top: 3px solid #99CCCC;
}

#container {
    width: 960px;
    margin: 0 auto;
    direction: rtl;
    background: #EDEDED;
}

#header {    
    height: 180px;
}

#contentwrapper {
    margin-top: 5px;
}

#mainContent {   
	background-color: #ffffff; 
    width: 69%;
    float: right;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

#mainContentwide {
    background-color: #ffffff;
    width: 100%;
    float: right;
    min-height: 110px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

#sidebar {
    background-color: #ffffff;
    width: 30%;
    float: left;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
    background-color: #804040;
    height: 50px;
}

#header-top {
    height: 50px;
    background-color: #0066cc;
	padding-top: 5px;
	padding-right: 5px;
}

#logo {
    color: #FFFFFF;
    font-weight: bold;    
	float: right;
}

#topnav {
	margin-top: 20px;
	float: right;
}

#topnav a {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;   
	margin-right: 20px; 
}

#search {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

#header-cat {
    height: 30px;
    background-color: #8ab8e6;
}

#header-subcat {
	padding-top: 4px;
	padding-right: 14px;
    height: 25px;
    background-color: #99CCCC;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}

#header-subcat .nav1 {
	margin-top:3px;	
	padding-left: 5px;
	padding-right:5px;
	color: #336666;
}

#header-subcat .nav1:hover {
	margin-top:3px;	
	padding-left: 5px;
	padding-right:5px;
	background-color: #77BBBB;
	color:#ffffff;
}

#header-subcat .nav2 {
	color:#ffffff;
	background-color: #77BBBB;
	padding-left: 5px;
	padding-right:5px;
}

.submit-new {
	float:left;
	margin-left: 10px;
	background-image: url('../images/addlink1.gif');
	padding-left: 5px;
	padding-right: 5px;
	color: #996600;
	border: 1px solid #996600;
}

.submit-new:hover {
	background-image: url('../images/addlink2.gif');
}

#header-ad {
	height: 60px;
	padding-top: 5px;
}

.link-summary {
    border-bottom: dashed #c0c0c0 thin;
    padding-top: 10px;
    padding-bottom: 10px;
}

.link-votes {
    width: 50px;
    height: 70px;
    float: right;
    margin-left: 10px;
    margin-right: 5px;
}

.link-votes-count {
	padding-top:9px;
	height:40px;
	width:50px;
	background-image: url('../images/vote-background.png');
	background-repeat:no-repeat;
	color: #ffffff;
	text-align:center;
}

.link-voting-blue {
	height: 17px;
	margin-top: -5px;
	border: 1px solid #0066cc;
	padding: 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
}

.link-voting-blue a {
	font-size: x-small;
}

.link-voting-gray {
	height: 17px;
	margin-top: -5px;
	border: 1px solid #a1a1a1;
	padding: 2px 2px;
	color:#a1a1a1;
	font-size: 11px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align:center;
}

.link-body {
    text-align: right;
    padding-right: 5px;
    margin: 0 60px 0 5px;
}

.link-title {
	
	border-bottom: 2px solid #0080c0;
}

.link-details {
	font-size: 14px;
	margin-top: 5px;
}

.link-image {
	float:right;
	text-indent: -2000em;
	width:70px;
	height:70px;
	display: block;
	border: 1px solid #0066cc;
	padding: 3px;
}

.link-controls {
    height: 20px;
}

.link-discuss {
	padding-left: 5px;
	background-image: url('../images/icons.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -8px -8px;
}

.link-hascomments {
	padding-left: 7px;
	background-image: url('../images/icons.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: -8px -167px;
}

.link-discuss a, .link-hascomments a {
	font-weight:normal;
	font-size: 12px;
	color: #448888;
}

.link-controls a {    
    padding-left: 10px;
}

#pagination {
    background: #f2f2f2;
    border: 1px solid #ddd;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
}

#pagination p {
    margin: 5px 10px 10px 10px;
}

#pagination p a:link, #pagination p a:visited, #pagination p a:hover, #pagination p a:active {
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    margin-right: 2px;
    padding: 2px 5px;
    float: right;
    color: #0066cc;
}

#pagination p a:hover {
    background: #0066cc;
    color: #fff;
}

#pagination p strong {
    text-decoration: none;
    background: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    margin-right: 2px;
    padding: 2px 5px;
    float: right;
}

.login, .register {
    text-align: center;
    border: 1px solid #c0c0c0;
    width: 100px;
    margin: 10px auto;
	padding: 0px 5px;
    background-color: #dfdfdf;
}

.linktype, .linktype-radio {
    font-weight: bold;
    color: #11151E;
    margin: 0px 0px 0px 10px;
    text-align: center;
    background-color: #eeeeee;
}

.linktype-radio input[type = radio] {
    border-top-style: solid;
    border-color: #c0c0c0;
    border-bottom-width: thin;
}

.category-dropdown select {
    width: 200px;
}

.link-comments {
	margin-top: 15px;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;;
	min-height: 50px;	
}

.comments-heading {
	margin-top: 0px;
	color: #0066cc;
	padding-right: 5px;
	background-color: #ddeeff;	
}

.comment-body {	
	margin-top: 5px;
}

.comment-by {
	background-color: #cacaca;
	padding-right: 5px;
}

.comment-controls {
	float: left;
	margin-left: 10px;
}

.comment-content {
	padding: 5px;
	background-color: #F0F0F0;
}

.notloggedincomments {
	font-size: 14px;
}

.sidebar-heading {
	background-color: #99CCCC;
	color: #336666;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sidebar-link {
	border-bottom: dashed #c0c0c0 1px;
	margin-top: 5px;	
	padding-bottom: 5px;
}

.sidebar-votes {	
	background-image: url('../images/sidebar-votes.png');
	height:18px;
	width:35px;
	text-align:center;
	float:right;
	font-size:13px;	
	margin-left: 5px;
	margin-top: 0px;
	font-family: Verdana;
}

.sidebar-votes a {
	color: #ffffff;	
	margin-top: 3px;
	font-weight: normal;
}

.sidebar-a {
	font-size: 14px;
	font-weight: normal;
}

.signup-success {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.rights {
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
}

.arrow-image {
	position: relative;
	border: 1px outset #5F9EDD;
	background-color: #5F9EDD;
	visibility:hidden;
	width: 15px;
	z-index: 599;
}

.jeip-saving {
    background-image: url( 'images/ajax-loader.gif' );
    background-repeat: no-repeat;
    background-position: left;
    background-color: #903;
    color: #fff;
    padding: 0 2px 0 20px;
}

.jeip-mouseover, .jeip-editfield {
    background-color: #ffff99;
}

.jeip-savebutton {
    background-color: #36f;
    color: #fff;
}

.jeip-cancelbutton {
    background-color: #000;
    color: #fff;
}