/* General */
body {
	margin: 5px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif
}
img {
	border: none;
}
#main {
	width: 755px;
	margin: 0 auto;
}

/* header */
#header {
	margin: 25px 0 35px;
	position: relative;
}

#header h1 span {
	display: none;
}
#header h1 {
	background: url(logo5.gif) no-repeat;
	height: 38px;
	margin: 0;
	border-bottom: 1px solid #ddd;
}
#header h1 a {
	display: block;
	height: 38px;
	width: 161px;
}
/*
#header h2 {
	background: url(cs2.gif) no-repeat;
	height: 16px;
	width: 70px;
	margin: 0;
	position: absolute;
	top: 13px;
	left: 166px;
}*/
#header h2 {
	width: 75px;
	color: #555;
	font-size:16px;
	margin: 0;
	position: absolute;
	top: 13px;
	left: 166px;
}

#header div#toplinks {
	position: absolute;
	top: 19px;
	right: 0;
}
#header div a {
	font-size: 13px;
	color: black;
	margin-left: 15px;
	text-decoration: none;
}
#header div#make {
	position: relative;
	width: 100%;
	height: 30px;
	padding-top: 3px;
}
#header div#make a {
	margin-left: 0;
	margin-right: 15px;
}
#mainsearch, #portalsblock {
	font-size: 12px;
	margin-bottom: 35px;
}
.tab {
	background: #eee;
	padding: 3px 20px 2px 20px;
	text-decoration: none;
	margin:0 1px 0 0;
	color: #333333;
}
.tab:hover {
	background: #555;
	color: #fff;
}
.tabs {
	line-height: 27px;
	height: 27px;
	vertical-align: top;
	position: relative;
	z-index: 15;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.tabs span.active {
	padding-bottom: 10px;
	background: transparent url(tabarrow.gif) no-repeat center 90%;
}
.tabs span.active a {
	background: #555;
	color: #fff;
}
/*
span#select {
	padding-right: 10px;
	margin-bottom: 2px;
	font-weight: normal;
	letter-spacing: normal;
}*/
input, select {
	font-size: 11px;
}
#searchbox {
	border: 1px solid #ddd;
	position: relative;
	height: 40px;
	padding: 15px 5px 5px 5px;
	margin-top: -7px;
	z-index: 5;
}
#searchbox input.tinput {
	width: 542px;
	height: 15px;
	border: 1px solid #aaa;
	margin-left: 10px;
}
#searchbox input.tinput2 {
	width: 155px;
	height: 15px;
	border: 1px solid #aaa;
	margin-left: 0px;
}
#searchbox input#tinweb {
	width: 434px;
}
#searchbox input#tincyprusnet {
	width: 341px;
}
#searchbox input#tinyellow {
	width: 267px;
}
#searchbox #stype {
	width: 105px;
}
#searchbox #stown {
	width: 80px;
}
#searchbox #scat {
	width: 115px;
}
#searchbox #category {
	width: 272px;
}
#searchbox input.sinput {
	width: 60px;
}
#searchbox div {
	position: absolute;
	visibility: hidden;
}
#searchbox div.active {
	visibility: visible;
}
#searchbox .select2 {
	width: 57px;
	text-align: right;
	font-weight: bold;
}
td.imgtd {
	width: 105px;
	text-align: center;
}
#searchbox table {
	height: 37px;
}

/* Portals Section */

#portalsbox {
	position: relative;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 15px 5px 5px 5px;
	margin-top: -7px;
	z-index: 5;
}
#portalsbox table {
	margin: 15px 0;
}
#portalsbox td {
	text-align: center;
	padding: 0;
	margin: 0;
}
/*
#portalsbox td a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}*/
#portalsbox td a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	width: 85px;
	display: block;
	/*padding-top: 74px;*/
}
#portalsbox td a img {
	width: 85px;
	height: 74px;
}

#portalsbox h2 {
	font-size: 13px;
	color: #555;
	width: 250px;
	margin: 30px auto 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
/* Personalize */

#personalize a {
	font-weight: normal;
	position: absolute;
	right: 1px;
	top: -3px;
	margin: 0;
	/*padding-right: 20px;
	background: url(check.gif) no-repeat 100% 43%;*/
	color: black;
	text-decoration: none;
}

/* footer */

#footer p#copy {
	text-align: center;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
}
#footer a {
	color: black;
}


