/* HIPPOS default stylesheet */

* {
	margin: 0;
	padding: 0;
}


body.frontpage {
	margin:109px 0 0 16px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin:0 0 0 16px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

body.contentbg {
	background-image:none;
	background-color:#fff;
	text-align:left;
}

img {
	border:none;
}

.notpublic {
	color:#FF0000;
}

form {
	margin:0;
	padding:0;
}


/* container */

div.container {
z-index:2;
width:100%;
position: relative;
}

div.wrapper {
	width:100%;
	margin:9px 0 0 0;
	padding:0;
}

/* top */

body.frontpage .top {
	width:100%;
	margin:0;
	background:url(../images/top_navi_bg.jpg) repeat-x top left;
	padding:0;
	height:95px;
	position:fixed;
	z-index:6000;
	top:0;
}

body.loggedin.frontpage .top_menu_bottom {
    top: 121px;
}

body.loggedin.frontpage .wrapper {
	margin-top: 60px;
}

body.frontpage.loggedin .top {
	top:26px;
}

body.frontpage .top_menu_bottom {
	position:fixed;
	z-index:4;
	top:95px;
}

div.top {
	width:100%;
	margin:0;
	background:url(../images/top_navi_bg.jpg) repeat-x top left;
	padding:0;
	height:95px;
}

div.toparea {
	width:975px;
	height:95px;
}

div.top .logo {
	width:192px;
	float:left;
}

div.top_menu_bottom {
	background:url(../images/top_navi_bottom_bg.png) no-repeat left top;
	height:14px;
	width:100%;
}

/* special indicator for test environments */
div.top_menu_bottom_hox {
	background-color: lightpink;
	height:14px;
	width:100%;
}

div.top ul {
	padding:0;
	float:left;
	margin:0;
}

div.top ul li {
	list-style-image:none;
	list-style-type:none;
	height:95px;
	padding:0;
	border-left:1px solid #dbdbdb;
	margin:0;
	float:left;
}

div.top ul li.top_navi_last {
	border-right:1px solid #dbdbdb;
}

/* Heppa login */

div.top .heppa_login {
	float:left;
	width:138px;
	border-right:1px solid #dbdbdb;
	height:95px;
}

div.top .heppa_login img {
	margin:11px 0 0 8px;
	display:block;
}

div.top .heppa_login form {
	margin:7px 0 0 8px;
}

div.top .heppa_login .heppainput {
	width:103px;
	height:14px;
	padding-left:3px;
	background:#FFF;
	font-size:9px;
	color:#444444;
	vertical-align:middle;
	border:1px solid #d1d1d1;
	margin-bottom:3px;
}

div.top .heppa_login .heppasubmit {
	width:9px;
	height:11px;
	border:none;
	background:url(../images/heppasubmit.png) no-repeat;
	vertical-align:middle;
}

/* top tools */

div.top .top_tools {
	float:left;
	font-size:10px;
	border-right:1px solid #dbdbdb;
	width:129px;
	height:95px;
}

div.top .top_tools p {
	padding:0;
	margin:0;
}

/* language menu */

div.top .top_tools p.langmenu {
	position:absolute;
	margin: 6px 0 0 134px;
}

div.top .top_tools p.langmenu a {
	display:block;
	margin-bottom: 5px;
}

/* news services */

div.top .top_tools .newsservices {
	border-bottom:1px solid #dbdbdb;
	padding:5px 0 3px 12px;
	font-weight:bold;
	text-transform:uppercase;
	width:117px;
}

div.top .top_tools .newsservices a {
	color:#797979;
	text-decoration:none;
}

/* search */
	
div.top .top_tools .search {
	padding:5px 0 0 12px;
	width:117px;
}
	
div.top .top_tools .search .searchboxsubmit {
	width:9px;
	height:11px;
	border:none;
	background:url(../images/heppasubmit.png) no-repeat;
	vertical-align:middle;
}

div.top .top_tools .search .searchboxinput {
	width:90px;
	height:14px;
	padding-left:3px;
	background:#FFF;
	font-size:9px;
	color:#444444;
	vertical-align:middle;
	border:1px solid #d1d1d1;
	margin-bottom:3px;
}

div.top .top_tools .search label {
	font-size:9px;
	display:block;
	text-transform:uppercase;
	padding-bottom:3px;
	margin:0;
	color:#797979;
}
	
/* navigation */

.navi {
	margin:20px 0 0 16px;
}

.navi .horbar {
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}

.navi .horbaritem,.navi .horbaritemselected {
	float:left;
	padding:7px 8px 7px 8px;
}

.navi .horbaritemselected {
	background:#FFF;
	margin-top:-5px;
	border-bottom:2px solid #FFF;
	padding-top:19px;
}

.navi .horbar .horbaritemselected.horbarfirst {
	background:url(../images/horbaritemfirst_hover.png) no-repeat left top;
	border:none;
	margin-top:-5px;
	border-bottom:1px solid #FFF;
	padding-top:19px;	
}

.navi .horbar .horbaritemselected.horbarlast {
	background:url(../images/horbaritemlast_hover.png) no-repeat right top;
	border:none;
	margin-top:-5px;
	border-bottom:1px solid #FFF;
	padding-top:19px;	
}

.navi .horbaritem {
	border-left:1px solid #023485;
	padding:14px 8px 8px 8px;
	border-bottom:1px solid #012f78;
	background:url(../images/horbar_bg.png) repeat-x bottom left;
}

.navi .horbaritem a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.navi .horbar .horbarlast {
	background:url(../images/horbaritemlast.png) repeat-x bottom right;
	padding:14px 8px 8px 8px;
	border:none;
	border-left:1px solid #023485;
	border-bottom:1px solid #012f78;
}

.navi .horbar .horbarfirst {
	background:url(../images/horbaritemfirst.png) no-repeat bottom left;
	padding:14px 8px 8px 8px;
	border:none;
	border-bottom:1px solid #012f78;
}

.navi .horbaritem a:hover {
	color:#c9d6e9;
	text-decoration:none;
}

body.raviurheilu .horbar .horbaritemselected a{
	color:#7057c4;
	text-decoration:none;
}

body.jalostus_ja_nayttelyt .horbar .horbaritemselected a{
	color:#3084b8;
	text-decoration:none;
}

body.rekisterointi_ja_omistaminen .horbar .horbaritemselected a {
	color:#33a3a4;
	text-decoration:none;
}

body.nuoriso .horbar .horbaritemselected a {
	color:#52a539;
	text-decoration:none;
}

body.suomen_hippos_ry .horbar .horbaritemselected a {
	color:#0040a6;
	text-decoration:none;
}

/* wide */

div.wide {
	width:938px;
	background:#FFF;
	float:left;
	padding:18px 0px 18px 17px
}

div.wide .mainblock {
	width:702px;
	float:left;
}

div.wide .centerblock {
	float:left;
	width:702px;
}

/* default */

div.default {
	width:938px;
	background:#FFF;
	float:left;
	padding:18px 0px 18px 17px;
	min-height: 435px;
}

.leftnavi {
	width:191px;
	float:left;
	margin-right:24px;
}

div.default .mainblock {
	width:702px;
	float:left;
}

.top_image {
	width:702px;
	height:104px;
	vertical-align:middle;
	overflow:hidden;
	position:relative;
}

.top_image .pattern {
	position:absolute;
}

div.default .centerblock {
	float:left;
	width:461px;
}

div.default .rightblock {
	float:left;
	width:205px;
	margin:19px 0 0 35px;
}

/* path & printer */

div.default .maintools {
	width:461px;
	margin-top:20px;
	margin-bottom:28px;
	font-size:11px;
}

div.wide .maintools {
	width:702px;
	margin-top:20px;
	margin-bottom:28px;
	font-size:11px;
}


.path a.pathlink {
	color:#666666;
	text-decoration:none;
}

.path a.pathlinkcurrent {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}

/* sidemenu */

.leftnavi .sidemenulevel .sidemenufirst {
	border-top:1px solid #d5d5d5;
}

.leftnavi .sidemenulevel .sidemenulevel .sidemenufirst {
	border-top:none;
}

.sidemenulevel .sidemenulevel {
	background:#eeeeee;
}

div.sidemenulevel .sidemenulink {
	display:block;
	border:1px solid #d5d5d5;
	border-top:none;
	background:url(../images/sidemenugradient.jpg) repeat-x bottom;
}

div.sidemenulevel .sidemenulink .sidemenuarrow {
	display:none;
}

div.sidemenulevel .sidemenulink a {
	font-size:11px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	background:url(../images/sidemenuarrow.png) no-repeat 6px 8px;
	padding: 5px 0 5px 16px;
	width: 130px;
	height: auto;
	display:inline-block;
	margin-right:0px;
}


div.navigation_arrow {
	float: right;
	display:inline-block;
	padding:6px 8px 0px 2px;
	width: 30px;
}


div.navigation_arrow img {
	text-align: center;
  	display: inline;
  	float: right;
}

div.sidemenulevel .sidemenulevel .sidemenulink a {
	font-size:11px;
	background:url(../images/sidemenuarrow.png) no-repeat 6px 6px;
	padding:3px 0 3px 16px;
	margin-right:5px;
	margin:0 5px 2px 15px;
	height: auto;
	display:block;
}

div.sidemenulevel .sidemenulevel {
	border:1px solid #d5d5d5;
	border-top:none;
	padding:5px 0 5px 0;
}

div.sidemenulevel .sidemenulevel .sidemenulink {
	background:none;
	border:none;
}
	
body.raviurheilu .sidemenulevel .sidemenulink a.sidemenuselected {
	background:url(../images/sidemenuarrow.png) no-repeat 6px 6px #a298d3;
	color:#FFF;
	text-decoration:none;
}

body.raviurheilu .sidemenulevel .sidemenulink a:hover {
	color:#a298d3;
}

body.raviurheilu .sidemenulevel .sidemenulink a.sidemenuselected:hover {
	color:#fff;
	text-decoration:underline;
}

body.jalostus_ja_nayttelyt .sidemenulevel .sidemenulink a.sidemenuselected {
	background:url(../images/sidemenuarrow.png) no-repeat 6px 6px #72b4dc;
	color:#FFF;
	text-decoration:none;
}

body.jalostus_ja_nayttelyt .sidemenulevel .sidemenulink a:hover {
	color:#72b4dc;
}

body.jalostus_ja_nayttelyt .sidemenulevel .sidemenulink a.sidemenuselected:hover {
	color:#fff;
	text-decoration:underline;
}

body.rekisterointi_ja_omistaminen .sidemenulevel .sidemenulink a.sidemenuselected {
	background:url(../images/sidemenuarrow.png) no-repeat 6px 6px #79cacb;
	color:#FFF;
	text-decoration:none;
}

body.rekisterointi_ja_omistaminen .sidemenulevel .sidemenulink a:hover {
	color:#79cacb;
}

body.rekisterointi_ja_omistaminen .sidemenulevel .sidemenulink a.sidemenuselected:hover {
	color:#fff;
	text-decoration:underline;
}

body.nuoriso .sidemenulevel .sidemenulink a.sidemenuselected {
	background:url(../images/sidemenuarrow.png) no-repeat 6px 6px #99ce88;
	color:#FFF;
	text-decoration:none;
}

body.nuoriso .sidemenulevel .sidemenulink a:hover {
	color:#99ce88;
}

body.nuoriso .sidemenulevel .sidemenulink a.sidemenuselected:hover {
	color:#fff;
	text-decoration:underline;
}

body.suomen_hippos_ry .sidemenulevel .sidemenulink a.sidemenuselected {
	background:url(../images/sidemenuarrow.png) no-repeat 6px 6px #5e8cd4;
	color:#FFF;
	text-decoration:none;
}

body.suomen_hippos_ry .sidemenulevel .sidemenulink a:hover {
	color:#5e8cd4;
}

body.suomen_hippos_ry .sidemenulevel .sidemenulink a.sidemenuselected:hover {
	color:#fff;
	text-decoration:underline;
}


/* printer */

div.printer {
	position:absolute;
	bottom:60px;
}

div.centerblock .clear {
	height:20px;
	clear:both;
}

/* footer */



div.footer {
	width:918px;
	background:#837b6e;
	padding:10px 16px 16px 16px;
	float:left;
	clear:both;
	font-size:11px;
	color:#FFF;
	line-height:13px;
	position: relative;
    top: -1px;
}

.footer_left {
	float:left;
}

.footer_right {
	float:right;
}

div.footer p {
	float:left;
	margin-right:41px;
}

/* frontpage */

.frontpage .wrapper {
	margin:22px 0 0 0;
}

.frontpage .wrapper .add_image img {
	margin:22px 0 0 15px;
}

.frontpage.loggedin .wrapper .add_image {
	margin: 113px 0 0;
}

.frontpage.loggedin .wrapper .add_image img {
	margin:22px 0 0px 15px;
}

div.wrapper .add_image img {
	border:9px solid #FFF;
}

/* frontpage elements */

div#raviurheilu { 
	width:950px;
}

#jalostus_ja_nayttelyt #nav .tabset {
	top:29px;
}

#nuoriso #nav .tabset {
	top:29px;
}

#rekisterointi_ja_omistaminen #navi .tabset {
	top:29px;
}

div#nav {
	position:relative;
	width:950px;
}

div#nav .sublogo {
	position:absolute;
	left:0;
	top:22px;
	width:75px;
	z-index:2;
	height:65px;
}

div#nav .tabset {
	position:absolute;
	left:75px;
	top:28px;
}

div#nav .tabset li {
	float:left;
	list-style-type:none;
	border-right:1px solid #023485;
	padding:8px 8px 8px 8px;
	border-bottom:1px solid #012f78;
	background:url(../images/horbar_bg.png) repeat-x bottom left;
}

div#nav .tabset li a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	font-size: 14px;
}

div#nav .tabset li.last {
	background:url(../images/horbaritemlast.png) repeat-x bottom right;
	padding:8px 8px 8px 8px;
	border:none;
	border-bottom:1px solid #012f78;
}

div#nav .tabset li.tabitem_current {
	background:#FFF;
	margin-top:-5px;
	border-right:none;
	border-bottom:2px solid #FFF;
	padding-top:12px;
}

#nav .tabset li.tabitem_current.last {
	background:url(../images/horbaritemlast_hover.png) no-repeat right top;
	border:none;
	margin-top:-5px;
	border-bottom:1px solid #FFF;
	padding-top:12px;	
}

div#nav .tabset a:hover {
	color:#c9d6e9;
	text-decoration:none;
}

#raviurheilu .tabset li.tabitem_current a{
	color:#7057c4;
	text-decoration:none;
}

#jalostus_ja_nayttelyt .tabset li.tabitem_current a{
	color:#3084b8;
	text-decoration:none;
}

#rekisterointi_ja_omistaminen .tabset li.tabitem_current a {
		color:#33a3a4;
	text-decoration:none;
}
#nuoriso .tabset li.tabitem_current a {
	color:#52a539;
	text-decoration:none;
}

#suomen_hippos_ry .tabset li.tabitem_current a{
	color:#0040a6;
	text-decoration:none;
}


.contentblock {
	background:#FFF;
	padding:17px;
	position:relative;
	top:65px;
	float:left;
	width:916px;
}

.contentblock .leftblock {
	width:265px;
	float:left;
	margin-right:16px;
	padding-top:20px;
}

.contentblock .rightblock {
	width:635px;
	float:left;
}

.contentblock .rightblock table {
	vertical-align:top;
	width:640px;
}

.contentblock .rightblock td {
	vertical-align:top;
}

.contentblock .rightblock table td.left {
	width:205px;
	padding-right:11px;
}

.contentblock .rightblock table td.center {
	width:205px;
	padding-right:11px;
	float:left;
}

.contentblock .rightblock table td.right {
	width:205px;
	float:left;
}

.contentblock .rightblock table td.content_banners {
	width:635px;
	padding-top:18px;
}

.contentblock .rightblock table td.content_banners .banner {
	float:left;
	display:block;
	width:auto;
	margin:1px;
}

.contentblock .rightblock table td.content_banners .eoc {
	display:none;
}

.contentblock .rightblock table td.content_banners .content img {
	margin:1px;
}

.contentblock .leftblock .content {
	width:265px;
}

.contentblock .leftblock .content img {
	margin:10px 0 10px 0;
}

.arrows {
	position:absolute;
	left:943px;
	margin-top:83px;
	z-index:2;
	display:none;
}

 .shadow {
	clear: both;
	position:relative;
	bottom:-65px;
}

div#raviurheilu { 	 width:950px; position:relative; clear:both;}
div#jalostus_ja_nayttelyt { 	width:950px; position:relative; clear: both;}
div#rekisterointi_ja_omistaminen { 	width:950px; position:relative; clear: both;}
div#nuoriso { 	width:950px; position:relative; clear: both;}
div#suomen_hippos_ry { 	width:950px; position:relative; clear:both;}

body.frontpage .bottomshadow {position:relative;top:65px;float:left;clear:both;}
body.frontpage .footer {margin-top:65px;}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	
#raviurheilu #nav .tabset {
	top:30px;
}
	
#jalostus_ja_nayttelyt #nav .tabset {
	top:30px;
	z-index:1;
}

#rekisterointi_ja_omistaminen #nav .tabset {
	top:30px;
}

#nuoriso #nav .tabset {
	top:30px;
}

#suomen_hippos_ry #nav .tabset {
	top:30px;
}
}
/* sp */

.sp_services_description {
	margin:0 0 32px 0;
	width:667px;
}

.content .sp_services_service {
	margin-bottom:15px;
}

.content .sp_services_service .title {
	float:left;
	width:667px;
	background: #5e8cd4 url(../images/headline_bg.jpg) repeat-x top left;
}

.default .content .sp_services_service .title {
	width:100%;
}

.content .sp_services_service .title h2 {
	float:left;
	color:#FFF;
	font-weight:bold;
	margin:0;
	padding:9px;
	text-transform:uppercase;
	font-size:15px;
}

.content .sp_services_service .title .back {
	float:right;
	border:none;
}

.content .service_information,.content .contact_information {
	background:url(../images/contact_bg.jpg) repeat-x top #FFFFFF;
	border:1px solid #d5d5d5;
	float:left;
	border-bottom:none;
	width:665px;
}

.default .content .service_information,
.default .content .contact_information {
	width: 459px;
}

.content .contact_information {
	border-bottom:1px solid #d5d5d5;
	padding-bottom:10px;
}

.content .contact_information ul {
	float:left;
	margin-right:20px;
	width: 130px;
}

.content .contact_information ul li {
	list-style-type:none;
	padding:0 0 2px 0;
}

.content .service_information a {
	font-weight: normal;
	text-decoration: none;
}

.content .service_information a:hover {
	text-decoration: underline;
	font-weight: normal;
}

.content .service_information .image {
	float:left;
	width:130px;
	margin-right: 24px; 
	margin-left: 18px;
	margin-top:18px;
	text-align:left;
	padding:0;
	
	-moz-box-shadow: 0px 0px 10px #bbb;
	-webkit-box-shadow: 0px 0px 10px #bbb;
	box-shadow: 0px 0px 10px #bbb;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#bbbbbb')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#bbbbbb');
}

.content .service_information .image img {
	margin:0;
}	

.content .service_information .information,
.content .contact_information .information {
	float:left;
	padding:22px 0 0 0;
	width:466px;
}

.default .content .service_information .information,
.default .content .contact_information .information {
	width: 275px;
}

.content .contact_information .information {
	margin:0;
}

.content .service_information .information td {
	vertical-align:top;
	text-align:left;
	padding:0px 0 10px 0;
	width:168px;
}

.content .service_information .information td .name {
	background:url(../images/name_bg.jpg) repeat-x top #f4f4f4;
	border:1px solid #d0d0d0;
	padding:2px 5px 2px 5px;
	text-align:center;
	width:auto;
	float:left;
}

.content .service_information .information td.specific_description {
	width:466px;
	padding:10px 0 10px 0;
	vertical-align:top;
	border-top:1px solid #e2e2e2;
}

.content .service_information .information td span {
	font-weight:bold;
}

.content .service_information .information .sp_file a {
	text-decoration:none;
	font-weight:normal;
}

.content .service_information .information .sp_file {
	width:265px;
}

.content .service_information .information h1 {
	font-size:23px;
	color: #1953AF;
    line-height: 27px;
    font-weight:normal;
}

.content .sp_services_contact {
	float:left;
	background:url(../images/hippos_area_bg.jpg) repeat-x top #f8fafc;
	width:647px;
	border:1px solid #d5d5d5;
	padding:14px 9px 14px 9px;
}

.content .sp_border,
.content .border_spacer {
	float:left;
	width:667px;
	border-top:1px solid #d5d5d5;
	height: 2px;
	overflow:hidden;
	margin-bottom: 20px;
	clear:both;
}


.centerblock .content .sp_services_contact h3 {
	color:#1953af;
	font-size:16px;
	margin:0;
	font-weight:normal;
	text-transform:none;
}

.content .sp_services_contact td.company_name {
	text-align:left;
	vertical-align:top;
	width:174px;
}

.content .sp_services_contact td.address {
	vertical-align:top;
	width:166px;
}

.content .sp_services_contact td {
	vertical-align:top;
	font-size:11px;
}

.content .sp_map img {
	margin:0;
}

.service_information_wide {
	border:1px solid #d5d5d5;
	border-bottom:none;
	margin-bottom:-1px;
	background:#f7f7f7;
	float:left;
	width:665px;
}

.default .service_information_wide {
	width: 459px;	
}

.content .service_information_wide h3 a {
	color: #1953AF;
    font-weight: normal;
}

.content .service_information_wide a {
	text-decoration: none;
}

.content .service_information_wide a:hover {
	text-decoration: underline;
}

.content .service_information_wide td {
	vertical-align:top;
	background:url(../images/contact_bg.jpg) repeat-x top #FFFFFF;
	padding:12px 9px 12px 9px;
	width: 203px;
	border-bottom:1px solid #d5d5d5;
	font-weight:bold;
	font-size:11px;
	border-right:1px solid #d5d5d5;
}

.default .content .service_information_wide td {
	width: 211px;
}

.content .service_information_wide td.last {
	border-right:none;
}

.centerblock .content .service_information_wide h3 {
    background: none repeat scroll 0 0 transparent;
    color: #1953AF;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 0;
    text-transform: none;
}

.centerblock .content .border_spacer {
	width:665px;
	float:left;
	height:1px;
	border-top:1px solid #d5d5d5;
}

.content .sp_contact_information .image img {
	margin:0;	
}

.content .sp_contact_information .image {
	float:left;
	width:130px;
	margin-right: 24px; 
	margin-left: 18px;
	margin-top:18px;
	text-align:left;
	padding:0;
	
	-moz-box-shadow: 0px 0px 10px #bbb;
	-webkit-box-shadow: 0px 0px 10px #bbb;
	box-shadow: 0px 0px 10px #bbb;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#bbbbbb')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#bbbbbb');  
}

.content .sp_contact_information .information h1 {
	font-size:23px;
	margin:0 0 5px 0;
	padding:0;
	color: #0040A6;
	line-height:30px;
	font-weight: normal;
}

.content .sp_contact_information .information .working_title {
	font-weight:bold;
	margin:0 0 10px 0;
}

.sp_contact_information {
	margin:0 0 32px 0;
	float:left;
	width:667px;
}

.default .sp_contact_information {
	width:461px;
}

.sp_contact_information .title {
	float:left;
	width:667px;
	background:url(../images/headline_bg.jpg) repeat-x top left #5e8cd4;
}

.default .sp_contact_information .title {
	width:461px;
}

.link_buttons {
	margin-top:10px;
	float:left;
}

.content .sp_contact_information .title h2 {
	float:left;
	color:#FFF;
	font-weight:bold;
	margin:0;
	padding:9px;
	text-transform:uppercase;
	font-size:15px;
}

.content .sp_contact_information .title .back {
	float:right;
	border:none;
}

.content .sp_contact_information .name {
	background:url(../images/name_bg.jpg) repeat-x top #f4f4f4;
	border:1px solid #d0d0d0;
	padding:2px 5px 2px 5px;
	text-align:center;
	width:auto;
	margin:0 0 4px 0;
	display:block;
	float:left;
	text-decoration:none;
	font-weight:normal;
	}
	

/* Attachments */

a.attachment, a.file {
	display: block;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 2px 0px 0px 24px;
	
	}
	
a.internallink {
	display: block;
	padding: 0px 0px 0px 0px;	
}	
	
a.file { background-image:url(../aimg/icons/file.gif); }
a.pdf { background-image:url(../aimg/icons/pdf.gif); }
a.txt { background-image:url(../aimg/icons/txt.gif); }
a.jpg { background-image:url(../aimg/icons/jpg.gif); }
a.gif { background-image:url(../aimg/icons/gif.gif); }
a.zip { background-image:url(../aimg/icons/zip.gif); }
a.word { background-image:url(../aimg/icons/word.gif); }
a.powerpoint { background-image:url(../aimg/icons/powerpoint.gif); }
a.excel { background-image:url(../aimg/icons/excel.gif); }
a.rtf { background-image:url(../aimg/icons/rtf.gif); }

	/*Admin style override*/
	
.frontpage .versiontool {
top: 175px !important;
}	

.contentblock .rightblock .editinfo table {	
	width: auto;
}

.add_image_hippos {
	clear:both;
	float:left;
}	

tr.active td {
	border-bottom: solid;
	border-top: solid;
	border-top-color: #8F83C2;
	border-bottom-color: #E4E1F0;
	border-width: 1px;
	background-color:#D4CDD6;
}
