
.title {
	font-family: Arial, Helvetica, sans-serif;
   	font-size:20px;
	line-height:25px;
   	font-weight:bold;
	/*letter-spacing:1.1px;*/
	color:#555;
}

.title:first-letter 
{
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
   	font-size:13px;
   	font-weight:bold;
	color:#aaa;
	margin-top:5px;
	margin-bottom:5px;
}

/*********************************************
* Content and Header for FULL format
*********************************************/

.full {
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	
}

.full_header {
	position:relative;
	background-color:silver;
	border-top:1px #333 solid;
	border-bottom:1px #333 solid;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.full_content {
	position:relative;
	padding:10px;
}


/*********************************************
* Content and Header for STORY format
*********************************************/

.story {
	position:relative;
	border:1px #333 solid;
	/*background-color:#eee;*/
	margin:10px;
    /*transparent*/
	/*filter:alpha(opacity=80);
    opacity: 0.80;*/
	
}

.story_header {
	position:relative;
	background-color:silver;
	border-bottom:1px #333 solid;
	padding:5px;
}

.story_content {
	position:relative;
	background-color:#fff;
	padding:5px;
}


/*********************************************
* Content and Header for BOX format
*********************************************/ 
.box
{
	position:relative;
	border:1px #333 solid;
	/*background-color:#eee;*/
	margin:10px;
	/*transparent*/
	/*filter:alpha(opacity=80);
    opacity: 0.80;*/
}
.box_header
{
	position:relative;
	background-color:silver;
	border-bottom:1px #333 solid;
	padding:5px;
}
.box_content
{
	position:relative;
	background-color:#fff;
	padding:5px;
}



.icons
{
	text-align:right;
	min-width:22px;
	width:22px;
	max-width:22px;
}

/***************
* Buttons
******************/
.bSubmit 
{
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	padding:2px;
	border:1px black solid;
	background-color:#f9ffff;
}

/***************
* Text classes
******************/

.small 
{
	font-size:9px;
}

.code 
{
	font-size:11px;
	padding:10px;
	margin:10px;
	border:1px black dashed;
	background-color:#ffffdd;
	white-space:pre;
}

/**********************
* SystemMessage (feeback))
***********************/
/*.systemMessage
{
	margin:10px;
	padding:2px;
	background-color:yellow;
	border:1px black solid;
}*/

/***************
* Div-tags for diffrent styles
******************/
.dark {
	background-color:#111;
}

/***************
* Comments
******************/
.comment {
	border:1px black solid;
	padding:10px;
	margin-bottom:10px;
	margin-top:10px;
	background-color:#eee;
	
}
.comment_header {
	font-size:11px;
	border-bottom:1px black dashed;
}
.comment_body {
	padding-top:5px;
}


/**********************
* Pictures
*************************/
.pic-border {
	border:1px black solid;	
}

.seperator {
	margin-top:10px;
	margin-bottom:10px;
}

.thumb {
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	vertical-align:middle;
	max-width:100px;
	width:100px;
	border:1px black solid;
	background-color:silver;
	max-height:100px;
	height:100px;
	overflow:hidden;
}