/*

Attributes on main html tags

*/

FORM {
	DISPLAY: inline
}
BODY {
	MARGIN: 0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	COLOR: #000000;
	line-height: 1.3;
	background-color: #FFFFFF;
	background-image: url(http://evince.umbio.com/common/images/background_tablets.png);
	background-repeat: no-repeat;
	background-position: left top;
}
P {
	MARGIN-TOP: 0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
	line-height: 1.3;
	padding:10px;
}


p.bottomtext {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	align:left;
	padding-left:28px;
	letter-spacing:0.08em;
	}

TD {
	font-size: 10px;
	line-height: 1.3;
	COLOR: #000000;
	background-color:transparent;
}
td.licenseimage {
	background: url(images/licensetext.png) no-repeat;
	width:345px;
	height:383px;
	padding-top:60px;
	padding-right:30px;
	padding-bottom:30px;
	padding-left:50px;
}

A:link {
	FONT-WEIGHT: bold; 
	COLOR: #FF0000;
	text-decoration: none;
	background-color:transparent;
} 
A:visited {
	FONT-WEIGHT: bold;
	COLOR: #FF0000;
	text-decoration: none;
	background-color:transparent;
}
A:hover {
	COLOR: #000000;
	text-decoration: none;
	background-color:transparent;
}
A:active {
	COLOR: #000000;
	text-decoration: none;
	background-color:transparent;
}
H1 {
	FONT-SIZE: 16px; MARGIN-BOTTOM: 10px; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
}
H2 {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvtica, sans-serif;
}
H3 {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvtica, sans-serif;
}

h3.fillheader {
FONT-SIZE: 11px;
COLOR: #FFFFFF;
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
background-color:#999;
padding:3px;
margin:0px;
}

h3.fillheaderBanner {
FONT-SIZE: 11px;
COLOR: #FFFFFF;
FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
background-color:red;
padding:3px;
margin:0px;
}

ul {font-size:10px;
	list-style:disc;
	list-style-position:outside;
}

ul.arrow {
	list-style-image: url(images/arrowbullet.gif);
	vertical-align:baseline;  
	}

ul.spaced {line-height:2em;
}


/* Left menu in main page */
#mainmenu a {
	display: block;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	text-align: center;
}

/* First Level in menu */
a.menu
{
	display: block;
	color: #444444;
	background-color:transparent;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px 4px 15px;
	clear: right;
}

/* Set backgroundcolor if mouse over */
a.menu:hover
{
	color: #000000;
	background-color: #ebebed;
}

/* Set attributes etc if selected or/and mouse over */
a.menuactive, a.menuactive:hover
{
	color: #000000;
	background-color: #d4d5d6;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 15px 4px 15px;
	clear: right;
}

/* Second level in menu */
a.submenu 
{
	color: #444444;
	text-decoration: none;
	display: block;
	font-weight: normal;
	padding: 2px 25px 2px 25px;
	margin-top: -12px;
}

/* Set backgroundcolor if mouse over */
a.submenu:hover
{
	color: #000000;
	background-color: #ebebed;
}

/* Set attributes if selected or/and mouse over */
a.submenuactive, a.submenuactive:hover
{
	color: #000000;
	background-color: #ebebed;
	text-decoration: none;
	display: block;
	font-weight: normal;
	padding: 2px 25px 2px 25px;
	margin-top: -12px;
}

/* Set background color on license text */
.licensebox {
	padding: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;
	background-color: #e3ecf0;
}

/* Set border and padding on mainmenu */
.boxmenu 
{
	display: inline-table;
	border: 1px solid #DDDDDD;
	background-color: #F6F6F7;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	min-height: 480px;
}

/* Empty cell, used for aligning the login box in main menu*/
.emptycell {
	height: 0px;
}

/* Links in main menu */
a.quietlink, a.quietlink:hover
{
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}

/* Wraps the login fields with border and padding */
.loginbox {
	display: inline-table;
	border: 1px solid #DDDDDD;
	background-color: #F6F6F7;
	padding: 10px 10px 10px 10px;
	vertical-align: bottom;
	width: 0px;
}

/* Wraps the login fields with border and padding in index.html*/
.loginboxmenu 
{
	display: inline-table;
	border: 1px solid #DDDDDD;
	background-color: #F6F6F7;
	padding: 10px 10px 9px 0px;
	vertical-align: top;
}

/* Further wraps the login fields in index.html */
#loginboxpadding {
	background-color:transparent;
	padding: 2px 0px 5px 10px;
	width: 195px;
	height: inherit;
	position: relative;
	margin: 0px;
	border: 0px none;
	vertical-align: top;
}

/* Aligning login box from margin */
#loginboxalign {
	background-color:transparent;
	border: 1px solid #DDDDDD;
	width: 0px;
	height: 0px;
	position: relative;
	margin: 0px;
	border: 0px none;
	vertical-align: top;
	padding-left: 23px;
	padding-top: 10px;
}

/* Set alignement on main menu */
.navbar {
	vertical-align: top;
	width: 215px;
	min-height: 480px;	
	position: inherit;
	margin: 0px;
	border: 0px none;
	padding: 0px 0px 0px 25px;
}

/* Set color on visited links */
.navbar:visited {
	color: #000000;
}

/* Set attributes on space where the main content is presented */
.main {
	background: rgb(227,236,240);
	padding: 10px 10px 10px 20px;
	vertical-align: top;
	width: 560px;
	height: 480px;	
	position: relative;
	margin: 0px;
	border: 1px solid #999;
}

.newsmain {
	background: rgb(227,236,240);
	padding: 10px 10px 10px 20px;
	vertical-align: top;
	width: 560px;
	height: 480px;	
	position: relative;
	margin: 0px;
	border: 1px solid #999;
}

/* Index.html */
.start {
	background: url(images/start.jpg) no-repeat;
	width: 570px;
	height: 351px;
	position: relative;
	margin: 20px;
	border: 0px none;
	vertical-align: top;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	padding: 0px 0px 0px 20px;
}

/* Set attributes on news section */
.news {
	background-color: #FFFFFF;
	padding: 0px;
	width: 215px;
	height: 330px;
	position: relative;
	margin: 0px;
	border: 0px none;
	vertical-align: top;
}

/* Align newspreview which presents a small part of the article and set attributes */
#newspadding {
	background-color:transparent;
	padding: 0px 0px 0px 25px;
	width: 217px;
	height: 206px;
	position: relative;
	margin: 0px;
	border: 0px none;
	vertical-align: top;
}


/* Set attributes on newspreivew when the user is logged in, no login box with newspreivew */


#newspaddinglogedin {
	background-color:transparent;
	padding: 0px 0px 0px 25px;
	width: 215px;
	height: 340px;
	position: relative;
	margin: 0px;
	border: 0px none;
	vertical-align: top;
}

/* Set color on newspreview */
#newscoloring {
	background-color: rgb(205,221,231);
	vertical-align: top;
	padding: 5px;	
}

/* login box/menu where you type the login/password */
.login {
	padding: 0px 0px 0px 0px;
	left: 830px;
	position:absolute;
	width: 180px;
	height: 50px;		
	vertical-align: top;
}

/*All kinds of different paddings which are used in tables in different parts of the webpage*/

.TDpadding {
	padding: 10px 10px 10px 25px;
	vertical-align: bottom;
}
.TDbottompadding {
	padding: 10px 0px 10px 25px;
	vertical-align: bottom;
}
.TDnews {
	padding: 5px 10px 0px 10px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10px;
}
.TDzero {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.TDupperleft {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.TDmenupadding {
	padding: 45px 0px 0px 18px;
}
.TDlr {
	padding-right: 10px;
	padding-left: 10px;
}
.TDright {
	padding-right:10px;
	}

.TDlr_less {
	padding-right:5px;
	padding-left:5px;
}

.TDtb {
	padding-top: 0px;
	padding-bottom: 0px;
}
.TDtext {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	vertical-align: top;
}
.TDtext_left {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	vertical-align: top;
}
.TDimage {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align: top;
}
.TDimagebottom {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	vertical-align: bottom;
}
.TDHeadline {
	text-decoration: underline;
}

.imageborder {
	border-style: solid;
	border-color:#000000;
	border-width:1px;
}


.linktext {
	font-size: 14px;
	}


/* Sets background in headlines when used in tables */
.TableHeader {
	FONT-SIZE: 11px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	background-color:#999;
	padding:3px;
	margin:0px;
}

.TableHeaderPlain {
	background: rgb(205,221,231);
	padding: 5px;
}

.TableHeaderPlainNormal {
	background: rgb(227,236,240);
	padding: 5px;
}

.TableMenuHeader {
	background: rgb(205,221,231);
	border: 1px solid #999;
	font-weight: bold;
	padding: 5px;
}


/* Text field size in login box */
.TextField {
	width: 94px;
	font-size: 9px;
	height: auto;
}

/* Sets color on error texts */
.ErrorText {
	color: #FF0000;
}
/* Blue text used for heading */
.blueheading {
	color:#006699;
	font-size:12px;
	line-height:18px;
	}

/* Sets background color on required fields where users create their profile */
.LoginField {
	width: 250px;
}
.DisableField {
	width: 250px;
	background:#d5d5d5;
}

/* The tab menu in the internal webpage */
#snav{
position: absolute;
padding-top: 10px;
top: -1px;
left: 25px;
}

/* Declare div in tab menu */
#snav div{
margin-top: 5px;
border: 1px solid #999;
color: #333;
padding-left: 9px;
padding-right: 70px;
}

/* Sets attributes on tabs, such as size etc */
#snav #tab{
background-color: rgb(240,240,240);
width: 0px;
height: 50px;
padding-top: 5px;
}

/* Sets attributes on a active tab */
#snav #tabactive{
background-color: rgb(255,255,255);
width: 0px;
height: 50px;
border-right: 1px #ccc hidden;
padding-left: 1em;
padding-top: 5px;
}

/* Set attributes on tab when mouse is over */
#snav div:hover{
background-color: transparent;
}

/* The main area for the internal webpage */
#content{
position: relative;
width: 205px;
height: inherit;
min-height: 480px;
padding-left: 105px;
border: 0px solid #999;
}

/* The area where the text is presented in the internal webpage */
#logincontent {
background-color: rgb(255,255,255);
width: 680px;
height: inherit;
min-height:600px;
border: 1px solid #999;
padding-left:20px;
padding-right:10px;
padding-top:10px;
padding-bottom:25px;
}

#loginleft {
position:absolute;
top:0px;
left:105px;
max-width:676px;
height:inherit;
/*border: 1px solid #999;*/
background-color: rgb(255,255,255);
margin:10px;
margin-left:20px;
}

table.loginleft {
width:550px;
padding:10px;
}

#loginright {
position:absolute;
top:0px;
left:728px;
width:216px;
height:inherit;
border: 1px solid #999;
background-color: rgb(255,255,255);

}

#infobox {
position: relative;
left:0px;
top:0px;
background-color: rgb(227,236,240);
width:450px;
border-color:#a5b5bf;
border-style:solid;
border-width:1px;
padding:10px;
margin:10px;
margin-top:0px;
margin-left:5px;
margin-right:0px;
}

#logininfobox {
position: relative;
left:0px;
top:0px;
background-color: rgb(227,236,240);
width:350px;
border-color:#a5b5bf;
border-style:dashed;
border-width:1px;
padding:10px;
margin:10px;
margin-top:0px;
margin-left:0px;
margin-right:0px;
}


#registerinfobox {
position:absolute;
left:475px;
top:90px;
background-color: lightgray;
width:200px;
border-color:#a5b5bf;
border-style:dashed;
border-width:1px;
padding:10px;
padding-bottom:20px;
}

td.infoboxtext {
background-color:#FFFFFF;
}

#evincestart {
height:120px;
padding:10px;
}

#userinfo {
height:140px;
padding:10px;
}

#licenseinfo {
height:150px;
padding:10px;
}

#bannerinfo {
height:330px;
padding:10px;
}

.productsleft {
background-color:#ffffff;
border-color:#a5b5bf;
border-style:solid;
border-width:1px 0px 1px 1px;
padding:10px;
cellspacing:0px;
}
.productsright {
background-color:#ffffff;
border-color:#a5b5bf;
border-style:solid;
border-width:1px 1px 1px 0px;
padding:10px;
cellspacing:0px;
}

#packages {
background-color:#f6f6f7;
border-color:#a5b5bf;
border-style:solid;
border-width:1px;
padding:10px;
width:220px;
}

table.packages {
width:520px;
cellpadding:20px;
}

#prices {
background-color:#f6f6f7;
border-color:#a5b5bf;
border-style:solid;
border-width:1px;
padding:15px;
width:450px;
}
.pixelbottom {
border-color:#a5b5bf;
border-style:solid;
border-width:0px 0px 1px 0px;
}

#purchaseinfobox {
position:absolute;
left:575px;
top:163px;
background-color: rgb(227,236,240);
width:200px;
border-color:#a5b5bf;
border-style:dashed;
border-width:1px;
padding:10px;
padding-top:5px;
padding-bottom:20px;
}

#pricetotal {
position:absolute;
top:480px;
left:650px;
background-color:#f6f6f7;
border-color:#a5b5bf;
border-style:solid;
border-width:2px;
padding:15px;
padding-top:5px;
width:100px;
}
