/*
 Cascade style for the Cleverbee web presentation
 
 Copyright (c) Cleverbee 2005 - 2008
 Author: TRU
*/

/* Framework */
body {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10pt;
	background-color:#ffffff;
	margin: 0px;
	border: 0px;
	height:100%;	
}

img {
	border:0px;
}

a, a:hover, a:visited, a:active {
	color:#F3322B;
	text-decoration:underline;
}

table, td {
	border:0px solid #ffffff;
	vertical-align:top;
}

/* Pridano na zadost pwe - bug 7332 */
ul {
	list-style-type: square;
}


h1 {
	background-color:white;
	color:#F3322B;
	font-size:20pt;
	font-weight:normal;
	margin-bottom:0.5em;
	margin-left:-1px;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

h2 {
	background-color:white;
	color:#F3322B;
	font-size:16pt;
	font-weight:normal;
	margin-bottom:0.5em;
	margin-left:-1px;
	margin-top:0px;
	padding:0px;
	text-align:left;
}

h3 {
	background-color:white;
	color:#F3322B;
	font-size:14pt;
	font-weight:normal;
	margin-bottom:0.5em;
	margin-left:-1px;
	margin-top:0px;
	padding:0px;
	text-align:left;
}


/*
Odstraneno na zadost pwe - bug 7332
strong {
	color:#F3322B;
}*/

/* Old fashion CSS styles */
.boldText {font-weight: bold;}
.normalText {font-weight: normal;}
.indentLeft {margin-left: 15px;}

