/* Default style for text (do not use * since it removes the possibility to have different 
   styles in the editor component. */
div, span, td, input, textarea, select, input.file
{
	font-family: verdana;
	font-size: 8pt;
}

a
{
	color: #5464B4;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/* Images have no border by default */
img
{
	border: 0px;
}

/* Tables have by default collapsed borders */
table
{
	border-collapse: collapse;
}

/* Text in td's are not entirely black, but has a sligh blue/green color */
td
{
	color: #003366;
}

/* Table-header-settings by default. This applies to both th and td.tableheader, since .nets datalists and datagrids header-items are not rendered as td-tags (yet) */
th, td.tableheader, tr.tableheader td
{
	color: white;
	background-color: #339;
	border: #999 1pt solid;
	padding: 1px;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
}

div.tableheader 
{
	border-bottom: 1px dotted #339;	
}

div.tableheader span 
{
	font-weight: bold;
	color: black;
	font-size: 10pt;
}

/* Link colors in table headers are also colored */
th a, td.tableheader a, tr.tableheader td a
{
	color: white;
}

h1
{
	font-size: 14pt;
}

h2
{
    border: 0 none;
    color: black;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 0;
    margin-top: 10px;
    text-decoration: none;
}

h3
{
	font-size: 9pt;
	margin-bottom: 0px;
	margin-top: 10px;
}

.layoutb h3
{
    font-size: 10pt;
    font-weight: bold;
	margin-bottom: 3px;
}

.layoutb span.h3, .layoutb div.h3
{
    font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 3px;
	color: Black;
	font-weight: bold;
}

h4
{
	font-size: 8pt;
	margin-top: 2pt;
	margin-bottom: 2pt;
}

/* By default, input boxes have a blue color. However, submit buttons have a little less blue color. 
In IE this is handled by expressions. In other browsers this is handled by intexing the buttons */
input
{
	color: Blue; /* for non-expression-browsers */
	/* Submit-buttons use color #036: */
	color: expression(this.type == "submit" ? "#036" : "blue");
}

/* For Mozilla browsers: */
input[type="submit"]
{
	color: #036;
}

/* Textareas and select's */
textarea, select
{
	color: blue;
}

td.radeditorwrapperstyle 
{
	background-color: white;
	
	/* Position relative and increase z-index in order to show in front of floats */
	position: relative;
    z-index: 1;
}

table.RadEToolbar
{
    background-image: none;
    background-color: Transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

hr.light
{
    border-bottom: 1px solid #ccc;
    height: 0px;
}

/* Intranet Changes */
.layoutb .intranethighlightpanel th, .layoutb .intranethighlightpanel td
{
    padding: 3px !important;
}

.layoutb th, .layoutb td.tableheader, .layoutb tr.tableheader td
{
	background-color: #fafbff;
	color: black;
	border: 1px solid #ccc;
	padding: 2px;
	font-weight: bold;
	font-size: 9pt;
	text-align: left;
}

.layoutb th a, .layoutb td.tableheader a, .layoutb tr.tableheader td a
{
	color: black;
}

/* Tables positioned in the RightPane */
.layoutb table.rightpanetable
{
    border: 1px solid #ccc;
    width: 100%;
}

.layoutb table.rightpanetable th, .layoutb table.rightpanetable td.tableheader
{
    background-color: #ddf;
}

.layoutb table.rightpanetable td
{
    background-color: #f6f7ff;
}
