html, body {
	padding: 0px;
	background-color: #333;
	color: #000;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 90%;
	font-weight : normal;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
th {
    font: bold 10px/22px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #4f6b72;
    /*border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;*/
    /*border-right: 1px solid #f45e20;
    border-bottom: 1px solid #f45e20;
    border-top: 1px solid #f45e20;*/
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
    padding: 8px 12px 4px 12px;
	/*background: #CAE8EA url(images/bg_header.jpg) no-repeat;*/
	background: #f47e20 url(images/bg_header.jpg) no-repeat;
	
    vertical-align:middle;
}

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize

        {
        cursor:pointer;
        background: #F47E20 url(/images/bg_header_sortable.gif) no-repeat;
        /*padding: 8px 12px 4px 16px;*/
        padding: 4px 6px 4px 16px;
        }
th.forwardSort
        {
        background:#F47E20 url(/images/bg_header_down.gif) no-repeat 0 0;
        }
th.reverseSort
        {
        background:#F47E20 url(/images/bg_header_up.gif) no-repeat 0 0;
        }

th
{
	background: #F47E20 url(/images/bg_header.gif) no-repeat 0 0;
}

th.rubrik
{
	background: #ffffff;
	text-align: center;
	border: none;
	border-right: 1px solid #f45e20;
	font-size: 11px;
}

th a:link, th a:visited, th a:active, th a:hover {
	color: white;
}



td.col {
    font: normal 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    /*border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;*/
    border-right: 1px solid #f45e20;
    border-bottom: 1px solid #f45e20;
    /*padding: 6px 12px 6px 12px;*/
    padding: 2px 6px 2px 12px;
	color: #4f6b72;
}


body.key {
	background-color: #FFF;
}
div {
	padding: 0;
        margin: 0;
}
	
img {
        border : 0px;
}

form {
        margin: 0px;
}

#divPurchaseLink{
	position: relative;
	top: 300px;
	left: 250px;
	display: block;
	font-size: 80%;
	text-decoration:none;
	text-align: right;
	/*margin-right:-510px;*/
	/*width: 350px;*/
}
#divPurchaseLink a:link, #divPurchaseLink a:visited, #divPurchaseLink{
	color: #000;
}
#divPurchaseLink a:hover{
	text-decoration: underline;
}
#categories {
	position: relative;
	top: 50px;
	left: 150px;
	margin: 0;
}

#disclaimerOnPrint {
	display: none;
}

.categorybox {
	position: relative;
	font-weight: bold;
	font-size: 140%;
	text-decoration:none;
	text-align: center;
	display: block;
	width:  250px;
	height: 400px;
	background-color: #fff;
	color: #000;
	border: 5px solid #F47E1F;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	float: right;
	margin-top: -110px;
	/*margin-right: -420px;*/
	margin-right: 150px;
	margin-bottom: 10px;
	/*margin-left: 0px;*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.categorybox a:link, .categorybox a:visited, .categorybox a:hover {
        color: #000;
}

.categorylink a:link, .categorylink a:visited {
	color: #000;
	float: left;
}

.categorylink a:hover{
	color: #000;
	font-weight: bold;
}
.categorylink {
	position: relative;
	padding-bottom: 7px;
	/*padding-left: 350px;*/
	margin-left: 150px;
}

.buggybox {
        font-weight: bold;
        font-size: 140%;
        text-decoration:none;
	text-align: center;

        margin: 10px 23px 10px 2px;
        padding: 5px 0px 5px 0px;

        display: block;
        float:  left;

        width:  185px;
        height: 320px;

        background-color: #fff;
        color: #000;

        border: 5px solid #F47E1F;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
}

.buggybox a:link, .buggybox a:visited, .buggybox a:hover {
        color: #000;
}

.pagebox {
        font-weight: bold;
        font-size: 140%;
        text-decoration:none;
		text-align: center;

        margin: 10px 2px 10px 2px;
        padding: 5px 0px 5px 0px;

        display: block;
        float:  left;

        width:  250px;
        height: 250px;

        background-color: #fff;
        color: #000;

        border: 1px solid #0C6D9F;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
}

.imgbox {
	font-weight: bold;
	font-size: 140%;
	text-decoration:none;
	text-align: center;
	margin: 10px 36px 10px 36px;
	padding: 5px 0px 5px 0px;
	display: block;
	float:  left;
	width:  210px;
	height: 310px;
	background-color: #fff;
	color: #000;
	border: 5px solid #F57E20;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.scroller {
        height: 350px;
	display: block;
	overflow: hidden;
}

#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/page-bg.png);

}

a:link, a:visited, a:hover {
        text-decoration:none;
		/*color:#EE3E23;*/
}

.breadcrumb {
    font-weight: bold;
    font-size: 120%;
    text-align: left;
}

.breadcrumb a{
	text-decoration: underline;
    color: #EE3E23;
}
.breadcrumb span{
	font-size: 130%;
}
.breadcrumb_image{
	position: relative;
	top: 8px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 12px;
	width: 16px;
	height: 10px;
	background: url(../images/bc.gif) no-repeat;
}
a.bottom:link,a.bottom:visited {
        color:#2F2F2F;
        text-decoration:none
        }
a.bottom:hover{
        color:#0B7AC0;
        text-decoration:underline
        }

/* header content ---------- */

#header {
	color: #fff;
	padding: 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	text-align: left;
	display: block;
	background-image: url(../images/canvas-outline-top.gif);
	background-repeat: repeat-x;
	}

#headerimg {
	background-image:url(../images/lascal-logo.png);
	height:30px;
	width:123px;
	background-repeat: no-repeat;
	margin:70px 0px 0px 60px;
	position:absolute;
	}

#printheader {
	display: none;
}

#printmessage {
	text-align: left;
	padding:79px 0px 15px 190px;
	}
#page #printmessage a {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/linkbg-left.gif);
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	line-height: 16px;
}

#page #printmessage a.flaglink {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
	background-repeat: no-repeat;
	display: block;
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	line-height: 16px;
	margin-bottom:10px;
	margin-top:5px;
}
#printform {
	text-align: right;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	}

#pdfmessage {
	height: 22px;
	padding: 5px 0px 5px 0px;
	text-align: left;
	border-top: 2px solid #4B90CD;
	width: 100%;
	}
#scrollarea{
	height: 400px;
	overflow: auto;
}
#pdfform {
	float: right;
	text-align: right;
	}

#header h1 {
	color: #FFFFFF;
	font-family: 'arial rounded mt bold', arial, helvetica, sans-serif;
	font-size: 220%;
	font-weight: normal;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 40px;
	}
	
#dropdown {
	color: #fff;
	padding: 0px;
	margin : 0px;
	text-align: left;
	}

#backlink {
	color: #fff;
	padding: 0px;
	margin : 0px;
	
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	}

#backlink a:link, #backlink a:visited {
        color: #ff0000;
        text-decoration: underline;
}
#backlink a:hover {
        color: #ff0000;
        text-decoration: underline;
}

#homelink {
	position: absolute;
	top: 550px;
	margin: 10px 0px 0px 0px;
}

/* content ---------- */
#links{
	text-align: left;
	font-weight: bold;
}

#content {
	/*margin: 0px;*/
	color: #000;
	background-color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:0px;
	width: 880px!important;
	width: 920px;
}
#content hr {
	margin: 0px;	
}
#content .noindent {
	text-indent: 0;
	}

/* footer content ---------- */

#footer {
	color: #fff;
	margin : 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 65px;
	display: block;
	overflow: hidden;
	background-image: url(../images/canvas-outline-bottom.gif);
	background-repeat: repeat-x;
	}
	
#footerimg {
	width: inherit;
	height: 65px;
	padding-top: 5px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-position: 5px 0px;
	display: none;
	}

#printfooter {
	display: none;
}

#footer h1 {
	padding: 0px 0px 0px 20px;
	font-size: 250%;
	margin: 0px;
	text-align: left;
	}

#footer2 {
	color: #fff;
	background-color: #333333;
	margin : 0px;
	padding : 0px;
	text-align: center;
	font-size: 70%;
	height: 14px;
	display: block;
	overflow: hidden;
	}

#footer2 a:link, #footer2 a:visited {
        color: #fff;
}
#footer2 a:hover {
        color: #fff;
        text-decoration: underline;
}
	
/* float clearing content ---------- */

.clear {
	clear: both;
	float: none;
	}

/* Admin Content ---------- */
	
table.buggytable, table.buggytable_3g, table.buggytable_bs, table.buggytable_kb  {
	border: 1px solid #000000;
	width: 880px;
	font-size:110%;
	text-align: center;
}

table.buggytable, table.buggytable_3g {
	border: 1px solid #D61920;
}

table.buggytable_bs {
	border: 1px solid #D61920;
}

table.buggytable_kb {
	border: 1px solid #D61920;
}

table.buggytable, table.buggytable_3g td, table.buggytable_bs td, table.buggytable_kb td {
        font-weight: bold;
	      border: 1px solid #000000;
        padding : 3px;
}

table.buggytable td, table.buggytable_3g td {
	border: 1px solid #D61920;
}

table.buggytable_bs td {
	border: 1px solid #D61920;
}

table.buggytable_kb td {
	border: 1px solid #D61920;
}

table.buggytable td.caption, table.buggytable_3g td.caption {
	background-color: #F47F1F;
	font-weight: bold;
	border: 1px solid #D61920;
	padding : 3px;
	text-align: left;
}

table.buggytable_bs td.caption {
	background-color: #F47F1F;
	font-weight: bold;
	border: 1px solid #D61920;
	padding : 3px;
	text-align: left;
}

table.buggytable_kb td.caption {
	background-color: #F47F1F;
	font-weight: bold;
	border: 1px solid #D61920;
	padding : 3px;
	text-align: left;
}

a          {
	color: #EE3E23;
	text-decoration: none;
}

div.title {
    color : #000;
    font-family : Arial;
    font-size : 20pt;
    font-weight : 700;
    text-align : left;
}

div.box {
    margin : 0px;
    padding : 5px 0px 5px 0px;
    width: 97%;
    text-align : left;
}

div.box table {
    font-size : 90%;
}

/***** tabs *****/

div.row {
width: 100%;
padding: 5px;
}
div.label {
font-family:Arial, Helvetica, sans-serif;
font-size: small;
width: 150px;
float: left;
text-align:right;
padding-right: 10px;
}
div.notice {
font-family:Arial, Helvetica, sans-serif;
font-size: small;
text-align:center;
padding-right: 10px;
}
/***** tabs *****/

.tab {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 0px;

	FLOAT: left;
	DISPLAY: inline;
	POSITION: relative;

	MARGIN: 1px -1px 0px 2px;

	FONT-SIZE: 12px;
	BACKGROUND-IMAGE: url("images/install_tab.png");
	BACKGROUND-REPEAT: no-repeat;
	CURSOR: pointer;

	WIDTH: 80px;
	HEIGHT: 19px;
	TEXT-ALIGN: center
}

.tab_on {
	PADDING-RIGHT: 0px;
	DISPLAY: inline;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	FLOAT: left;
	BACKGROUND-IMAGE: url("images/install_tab_hover.png");
	PADDING-BOTTOM: 0px;
	MARGIN: 1px -1px 0px 2px;
	WIDTH: 80px;
	CURSOR: pointer;
	PADDING-TOP: 2px;
	BACKGROUND-REPEAT: no-repeat;
	POSITION: relative;
	HEIGHT: 19px;
	TEXT-ALIGN: center
}
.tab_selected {
	PADDING-RIGHT: 0px;
	DISPLAY: inline;
	PADDING-LEFT: 0px;
	FONT-SIZE: 12px;
	Z-INDEX: 3;
	FLOAT: left;
	BACKGROUND-IMAGE: url("images/install_tab_active.png");
	PADDING-BOTTOM: 0px;
	MARGIN: 1px -1px -1px 0px;
	WIDTH: 84px;
	CURSOR: pointer;
	PADDING-TOP: 2px;
	BACKGROUND-REPEAT: no-repeat;
	POSITION: relative;
	HEIGHT: 20px;
	TEXT-ALIGN: center
}

.tabsheets {
	background: #FFFFFF;

	background-image: url("images/install_tabsheet_top.gif");
	background-repeat: no-repeat;
	background-position: top;

	margin-bottom: 6px;
	width: 700px;
	height: 20px;
	padding-top: 5px;
	padding-right: 3px;
	FONT-SIZE: 12px;
	font-weight: bold;
	}

.tab_div_pad {
	font-family: Arial;
        font-size: 12px;
	PADDING: 10px;
	BACKGROUND: #FFFFFF;
	POSITION: relative;
	DISPLAY: none;
	FLOAT: left;
	COLOR: #333;
	height: 524px;
}

.tab_div_pad_small {
	font-family: Arial;
        font-size: 12px;
	PADDING: 10px;
	BACKGROUND: #FFFFFF;
	POSITION: relative;
	DISPLAY: none;
	FLOAT: left;
	COLOR: #333;
	height: 324px;
}
#page #printmessage a span {
	background-image: url(../images/linkbg-right.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	height: 19px;
	background-position: right;
	display: block;
	float:left;
	cursor:hand;
}
#contentcontainer {
	background-image: url(../images/canvas-outline.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#page #printmessage.with_white_bg_top {
	background-image: url(../images/content-outline-top.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 60px;
	padding-left: 60px;
}
#page #printmessage #printform select {
}
#page #contentcontainer #content h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 24px;
	
}
#submenu {
	position:relative;
	top:-30px;
	height: 0px;
}
#submenu a:link, #submenu a:hover, #submenu a:visited, #submenu a:active {
	color:#F47E1F
}
.whitetext {
	color:#FFFFFF;
	font-weight:bold;
	
}

#langBox {
	position: absolute;
	margin-top: 118px;
	margin-left: 744px;
}
