/* form stuff */
.qflabel2 {
    font: 10px Verdana, Helvetica, Arial, sans-serif;
    color: #999999;
    /* line-height: 20px; */
}

.green {
    border: 0px;
    border-width: 0px; 
    border-style: solid; 
    border-color:#cccccc;
    background-color: #ffffff;
    padding: 8px;
}

.icons {
	border:0px;
	/*vertical-align:text-bottom;*/
}


.ad {
	text-align: center;
	margin:auto;
	padding: 10px;
}


/* Categories */
.catTitle {
	text-decoration:underline;
	font-weight: bold;
	font-size: 14px;
}

.subCatTitle {
	text-decoration:underline;
	font-size: 12px;
}

.catDescr {
	font-size: 12px;
}

.catElement {
	float: left;
	width:40%;
	padding: 10px;
	margin-right:30px;
	margin-bottom:10px;
}


/* Links */
.linkItem {
	width: 95%;
	/*
	border-width: 1px;
	border-style: dotted;
	*/
	padding: 10px;
	overflow:visible;
	margin: 10px;
}

.linkThumb {
	width:120px;
	height: 90px;
	background-image:url(../img/na.gif); 
	float:left; 
	/*
	border-width: 1px;
	border-style: dotted;
	*/
	padding: 10px;
}


.linkContent {
	padding: 10px;
	float:left; 
	/*
	border-width: 1px;
	border-style: dotted;
	*/
	width:70%;
	white-space: normal;
}

.linkTitle {
	font-weight:bold;
	font-size:120%;
}

.linkAdded {
	color:#999999;
}

.linkDescr {

}

.linkURL {
	text-decoration:underline;

}

.linkLang {

}

.noline {
	text-decoration: none;
	color: #CCCCCC;
}


/* standards */
body {
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    background: White;
    color: Black;
    margin: 0;
    padding: 0;
    /* These work in IE only, change the look of the scrollbar + textareas
    scrollbar-base-color: #C04735;
    scrollbar-highlight-color: #C04735;
    scrollbar-track-color: #FFFAF2;
    scrollbar-darkshadow-color: #FFFAF2;
    scrollbar-3dlight-color: #C04735;
    scrollbar-shadow-color: #C04735;
    scrollbar-arrow-color: White;
    */
}


div.title {
    margin-top: 1.0em;
    font-size: 20px;
    border-bottom: 1px solid #C04735;
    text-transform: bold;
}

a {
    text-decoration: none;
    color: #C04735;
    background-color: transparent;
}


/* table stuff */
table {
    font: 11px Verdana, Helvetica, Arial, sans-serif;
}

.table1 {
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    border: 0px solid;
    border-width: 0px; 
    border-style: solid; 
    border-color:#cccccc;
    border-collapse: collapse;
}

.td1 {
	border: 1px solid;
	border-width: 1px;
	border-style: solid;
	border-color:#cccccc;
	background-color: #efefef;
	padding: 4px;
	vertical-align: top;
}


.td2 {
    border: 0px solid;
    border-width: 0px; 
    border-style: solid; 
    border-color:#cccccc;
    background-color: #ffffff;
    padding: 15px;
	vertical-align: top;
}


img {
/* turn off image borders. */
    border: none;
}

p {
/* Default paragraph style*/
    font: 12px Verdana, Helvetica, Arial, sans-serif;
    margin: 1em 0em;
    /*text-align: justify;*/
}

p a {
    text-decoration: underline;
}

p a:visited {
    background-color: transparent;
}

p a:active {
	color: red;
    background-color: transparent;
}

p img {
    border: 1px solid black;
    margin: 1em;
}


hr {
    clear: both;
    height: 1px;
    color: #C04735;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {	/* Style for the headlines */
    color: Black;
    font: 10px Verdana, Helvetica, Arial, sans-serif;
    margin-top: 0;
}


h1 {
    font-size: 160%;
}

h2 {
    font-size: 150%;
}

h3 {
    font-size: 140%;
}

h4 {
    font-size: 130%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

/*
ul { 
    list-style-image: url("/bes/Themes/mozilla/img/bullet.gif"); 
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    padding:0;
}

li { 
    list-style-image: url("/bes/Themes/mozilla/img/bullet.gif"); 
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    padding:0;
}
*/

/* we advise you to use the div.group and span.legend elements instead of these, 
    as the only browser showing legends correctly is IE. They are just included here 
    for completeness */
fieldset {
    border: 1px solid #C04735;
    margin: 2em 0em 1em 0em;
    padding: 1em 0em;
}

legend {
    background: White;
    padding: 0.5em;
}


form {
    border: none;
}

textarea {
/* Small cosmetic hack which makes textarea gadgets look nicer.*/
    font: bold 10px Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #C04735;  
    width: 100%;
    color: Black;
    background-color: white;
}

input {
/* Small cosmetic fix which makes input gadgets look nicer. */
    font: bold 10px Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #C04735;  
    color: Black;
    background-color: white;
    /*margin: 0em 0em 1em 0em;*/
}

select {
    font: bold 10px Verdana, Helvetica, Arial, sans-serif;
    border: 1px solid #C04735;  
    /*margin: 0em 0em 1em 0em; */
}


abbr, acronym, .explain {
/* Help classes */
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}



code {
    font-size: 120%;
    color: Black;
    background-color: #F7C768;
}

pre {
    font-size: 120%;
    padding: 1em;
    border: 1px solid #C04735;
    color: Black;
    background-color: #F7C768;
}



.netscape4 {
/* This hides elements necessary for getting Netscape 4.x to look better. Mostly strategically placed hr tags and &middot;'s */
    display: none;
}


