/******************************************************************************/
/******************************************************************************/
/*

							SPP - StudentPubsPortalen
                            © 2003-2004 Magnus Karlsson
                            Magnus.Karlsson@cygor.net

*/
/******************************************************************************/
/******************************************************************************/



/*html elements*/
html {
	padding: 0;
	margin: 0;
/*
	scrollbar-base-color: #E1DEDE;
	scrollbar-face-color: #fafafa;
	scrollbar-shadow-color: #eaeaea;
	scrollbar-darkshadow-color: #aeaeae;
	scrollbar-track-color: #ffffff;
	*/
}

body {
	padding: 0;
	margin: 0;
	padding-left: 60px;
	padding-top: 15px;
	/*background: #E7651A; */
	color: #000; 
	background-color: #f6e200;
	font-family: Verdana,Sans-serif;
	font-size: 70%;
	background-image: url("bakgrund.gif"); 
	background-repeat: repeat; 
	/*background-repeat: no-repeat;*/
	/*background-color:#000000; */
	line-height: 18px;

}

table {
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
}

tr {
	margin: 0;
}
td {
	vertical-align: top;
	margin: 0;
	padding: 0;
	border: none;
	color: #000;
}

table.users {
	border: none;
}

td.userimg {
	width: 120px;
	text-align: center;
	border: none;
}

td.userinfo {
	border: none;
	margin: 5px;
}

td.logintext {
	border: none;
	margin: 5px;
	width: 200px;
}


.navlink {
	font-size: 70%;
	text-transform: uppercase;
	font-weight: bold;
}

div.content {
	vertical-align: top;
	border: none;
}

#copyright {
	clear: both;
	border: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

label, input, textarea {
	font-weight: bold;
	color: #A57B46;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
	clear: both;
	font-family: Arial, Sans-serif;
}

h1 { color: #000; font-size: 18px; font-weight: bold;}
h2 { color: #000; font-size: 16px;}
h3 { color: #000; font-size: 14px; }
h4 { color: #666; }
h5 { color: #955322; }
h6 { color: #EC361D; }



h1.center { text-align: center;}
h2.center { text-align: center;}
h3.center { text-align: center;}
h4.center { text-align: center; }
h5.center { text-align: center; }
h6.center { text-align: center; }


h1.sidebar { 
	text-align: left;
}
h2.sidebar { 
	font-size: 13px;
	text-align: left;
	margin-left: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3.sidebar { 
	text-align: left;
}
h4.sidebar { 
	text-align: left; 
}
h5.sidebar { 
	text-align: left; 
}
h6.sidebar { 
	text-align: left; 
}



/*  Länkar  */
a {
	color: #A27A4D;
	color: #A27A4D;
}

:link {
	color: #A27A4D;
	
}

:visited {
	color: #A27A4D;
	
}

:link:hover, :visited:hover {
	color: #A27A4D;
	text-decoration: underline;
}

#menu a {
	color: #FEEC87;
	text-decoration: underline;
	font-weight: bold;
}

/* slut länkar */






hr {
	padding: 0;
	height: 4px;
	border: 0;
	margin: 2em 0;
}


img.spsimage_left {
	vertical-align:text-top;

	left: 0px;
	border: 0px solid #000000;
}

img.spsimage_mid {
	vertical-align:text-top;
	left: 50%;
	border: 0px solid #000000;
}

img.spsimage_right {
	vertical-align:text-top;
	right: 0px;
	border: 0px solid #000000;
}

img.spsUserImage {
	vertical-align: text-top;

	border: 1px solid #000;
	margin: 3px;
}

img.logo {
	border: none;
}

.capitalize {
	text-transform: capitalize;
}


div.fieldset {
	position : relative;
	width : auto;
	padding : 20px 10px 10px 10px;
	background : #eee;
	border : 1px solid #000;
}

div.legend {
	position : absolute;
	width : auto;
	top : -10px;
	left : 13px;
	padding : 1px;
	padding-left : 3px;
	padding-right : 3px;
	background : #eee;
	border: 1px solid #000;
	text-align : center;
	z-index : 2;
}

#main {
	width:760px;
}
#logo {
	border: 1px solid black;
}
#news {
	width: 200px;
	height: 100%;
	background-color: #FF9600;
	padding: 0px;
}

#misc {
	width: 100px;
	height: 100%;
	background-color: #FEA817;
	border: 1px solid #fff;
	padding: 2px;
}
#misc2 {
	width: 100px;
	height: 100%;
	background-color: transparent;
	border: 1px solid #000;
	padding: 2px;
}

#content 
{
	/*width: 100%;*/
	height: 100%;
	padding: 2px;
	border: 1px solid #000;
}

#contact {
	vertical-align: bottom;
	height: 100%;
}
#contactTable {
	height: 100%
	
}
.tdheader {
	background-color: #FEE764;
	color: #000;
	border-bottom: 1px solid #E7651A;
	font-weight: bold;
	padding-left: 2px;
}

.tdheader2 {
	background-color: #FEE764;
	color: #000;
	border-top: 3px solid #E7651A;
	border-bottom: 1px solid #E7651A;
	font-weight: bold;
	padding-left: 2px;
}

#sideBar {
	position: absolute;
	z-index: 5;
	top: 120px;
	left: 530px;
	width: 215px;
	/*border: 2px solid #DEB887;
	background-color: #fc6;*/
}

td.menu {
	font-size: 70%;
	border: 1px solid black;
}

#lang {
	text-align: right;
	padding-right: 100px;
}


td.sidebartdtop {
	background-image: url("push_top.gif");
	background-repeat: no-repeat;
	height: 9px;
}

td.sidebartdmid {
	background-image: url("push_bg.gif");
	background-repeat: repeat-y;
	padding: 2px;
	font-size: 11px;
}

td.sidebartdbottom {
	background-image: url("push_bottom.gif");
	background-repeat: no-repeat;
	height: 9px;
	padding-bottom: 20px;
}

a.sidebar, a.sidebar:hover
{
	color: #800;
	text-decoration: none;
}

a.sidebar:hover
{
	text-decoration: underline;
}

div.menuElement {
	float: left;
	padding-left: 5px;
}

div.menuElementLang {
	position: absolute;
	left: 715px;
	top: 20px;
	
}

#langBtn {
	border: none;
	padding-left: 5px;
	padding-top: 5px;
}

#outer {
	width: 700px;
	padding-bottom: 15px;
	/*border: 1px solid #fff;*/
}

#inner {
	/*height: 100%;*/
	/*border: 1px solid #fff;*/
}

#innerTop {
	height: 120px;
	/*background-image: url("../../files/site/logo_full.jpg");*/
	background-image: url("../../files/site/logo_full_ny.jpg");
	background-repeat: no-repeat;
}

#innerBtm {
	background-color: #E8BD66;
	/*padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;*/
	
}

#innerBtmTd {
	background-color: #E8BD66;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
table.innerBtmContent {
	background-color: #E8BD66;
	border: 1px solid #A27A4D;
	width: 500px;
	
}
td.innerBtmContent {
	
	/*height: 400px;*/
	background-color: #fff;
	/*border: 1px solid #A27A4D;*/
	padding-left: 15px;
	padding-right: 60px;
	/*margin-right: 60px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#innerBtmImages {
	width: 100%;
	background-color: #E8BD66;
	padding:3px;
}

td.innerBtmImage {
	padding: 2px;
	text-align: center;
	vertical-align: middle;
}

table.sideBar {
	margin-bottom: 5px;
	border: 1px solid #A27A4D;
	background-color: #DFB663;
	padding: 3px;
	padding-top: 0px;
}

td.sideBarAreaHeader {
	text-transform: uppercase;
	background-color: transparent;
	font-weight: bold;
	padding: 0px;
	padding-left: 3px;
}

td.sideBarAreaBody {
	background-color: #fff;
	/*font-weight: bold;*/
	padding: 3px;
}


td.sideBarAreaBody a, td.sideBarAreaBody :visited, td.sideBarAreaBody :link {
	color: #A27A4D;
}

#logo {
	border: none;
	height: 60px;
}

input.submit, #submit {
	border: 1px solid #A27A4D;
	background-color: #DFB663;
}
{*
#menu {
	top: 100px;
}*}

img.front {
	border: 2px solid #A27A4D;
}
img {
	border: none;
}

.transparent {
	border: none;
}

.cycle-one {
	/*background-color: #A27A4D;*/
	background-color: #BC9C77;
	background-color: #D1C1AF;
	
}

.cycle-two {
	background-color: transparent;
}

.tmpimg {
	float: left;
	padding-right: 10px;
}
.StandardField {
	WIDTH: 160px;
	BACKGROUND-COLOR: #DFB663;
	COLOR: #000000;	
	FONT: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	BORDER-RIGHT: 1px solid #9B9797;
	BORDER-BOTTOM: 1px solid #9B9797;
	BORDER-TOP: 1px solid #333333;
	BORDER-LEFT: 1px solid #333333;
}
.StandardEmail {
	WIDTH: 110px;
	HEIGHT: 18px;
	BACKGROUND-COLOR: #DFB663;
	COLOR: #000000;	
	FONT: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	BORDER-RIGHT: 1px solid #9B9797;
	BORDER-BOTTOM: 1px solid #9B9797;
	BORDER-TOP: 1px solid #333333;
	BORDER-LEFT: 1px solid #333333;
}
.StandardSelect {
	WIDTH: 205px;
	BACKGROUND-COLOR: #DFB663;
	COLOR: #000000;	
	FONT: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	BORDER-RIGHT: 1px solid #9B9797;
	BORDER-BOTTOM: 1px solid #9B9797;
	BORDER-TOP: 1px solid #333333;
	BORDER-LEFT: 1px solid #333333;
	POSITION: relative; 
	TOP: 0px;
}