/****** General ******/

body {

	background-color: #F3F6FB;
}


h2 {
    font-size: 1.2em;
}
h3 {
    font-size: 1.0em;
}
h4 {
    font-size: 1.2em;
}
ul#menu, div#left_col ul, div#right_col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
input[type='submit'] {
    height: 26px;
    background-image: url(../images/submitBg.jpg);
    padding:2px 6px;
    border-top:none;
}

/****** Main areas ******/
div#wrapper {
    width:900px; 
    text-align:left;
    border: 1px solid #333;
	background-color: #fff;
}
div#header {
    height:38px;
    background-color: #fff;
    color: #fff;
    background-image: url('../images/logo.jpg');
    text-align:right;
   /* width:878px; */
}
div#footer {
	color: #333;
    background-color: #fff;
    padding: 0.6em;
}
div#footer a {
    color: #333;
}

div#footer a:hover {
    color: #000;
}

div#footer1 {
	color: #fff;
    background-color: #333;
    padding: 0.6em;
}
div#footer1 a {
    color: #fff;
}


/****** Header ******/
div.header_date {
    text-align: center;
    float:left;
    padding-left: 250px;
    width:400px;
    font-weight:bold;
    font-family: serif;
    font-size:1.1em;
    margin-top:10px;
}
div.header_links {
    padding-top:12px;
    padding-right:10px;
}
div.header_links a {
    color: #fff;
}
div.header_pic {
	background-image: url('../images/header.jpg');
	width:878px;
	height:110px;
	float:left;

}

span.header_title a {
	background-color: #fff;
	color: #fff;
	font-size: 1.2em;
	padding: 1px;
	font-weight:bold;
}


/****** Menu ******/
ul#menu {
    background-image: url('../images/menu.jpg');
    height:18px;
    font-family: Arial;
    padding:4px 4px 4px 8px;
    border-top: 1px solid #fff;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 10px;
}
ul#menu li {
    float: left;
}
ul#menu a {
    color: #333;
}
ul#menu a:hover {
    color: #064769;
}
a {
    color: #333;
}
a:hover {
    color: #064769;
}

/****** Cols ******/
div#left_col {
    width: 180px;
    float:left;
}
div#right_col {
    float:right;
    width: 180px;
    margin-left: 10px;
}
h4.box_heading_left,
h4.box_heading_right {
    font-size: 1em;
    padding:5px;
    /*width:170px;*/
    height:16px;
    margin:10px 0 0 0;
    color: #064769;
}
h4.box_heading_left {
    text-align: right;
    background-image:url('../images/box_heading_left.gif');
}
h4.box_heading_right {
    background-image:url('../images/box_heading_right.gif');
}



li.box_item_left,
li.box_item_right,
p.box_item_left,
p.box_item_right {
    border-bottom: 1px solid #fff;
    background-color: #e6e6e6;
    margin:0;
   /* width:169px;*/
    padding:5px;

}
p.box_item_right img.user_pic {
    height: 40px;
	color: #333;
}
p.box_image_left,li.box_image_left {
    border-bottom: 1px solid #fff;
    margin: 0;
   /* width:179px; */
    padding: 0;
	color: #333;
}
p.box_item_left,li.box_item_left,p.box_image_left {
    border-right: 1px solid #999;
	color: #333;
}
p.box_item_right,li.box_item_right {
    border-left: 1px solid #999;

}
a.box_item {
    display: block;
    /*width: 169px;*/
    height: 17px;
    background-color: #e7e7e7;
    font-weight: bold;
    padding: 3px 0 0 20px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #999;

}
a.box_item:hover,a.active {
    background-color: #fff;
    border-left: 10px solid #555;
    padding-left: 10px;

}
img.user_pic {
	width: 40px;
    float:left;
    padding: 1px;
    border: 1px solid #ccc;
}

/****** Search Button ******/
input.searchSubmit {
    background: url(../images/go.jpg) 0 0 no-repeat;
    border:none;
    font-size:0;
    width: 52px;
    height: 21px;
    margin:0 1px 1px 0;
}
input.search {
    padding:2px;
    height:15px;
    width:100px;
    font-size: 0.8em;
    margin:0;
}
input.searchSubmit:focus {
    margin:1px 0 0 1px;
}

/****** Submit Button ******/
.submitButton {
    position:relative;
    height: 40px;
}
.submitL, .submitR {
    position:absolute;
    width:6px;
    height:40px;
}
.submitL {
    left:-6px;
    background-image: url(../images/submitL.jpg);
}
span.submitButton input {
    position:absolute;
    height:40px;
    border:none;
    background-image: url(../images/submitBg.jpg);
}
.submitR {
    right:-6px;
    background-image: url(../images/submitR.jpg);
}
input[type='submit'] {
    margin-top: 10px;
}

/****** Startpage ******/
.start h5 {
    margin: 0;
    padding: 1px 0 1px 3px;
    color: #666;
    font-size: 0.9em;
    background-color: #f0f0f0;
    border: 1px solid #e6e6e6;

}
.start h3 {
    border-bottom: 1px solid #064769;
    font-size: 1em;
}
.start .date {
    color: #999;
    font-size: 0.9em;
    margin: 3px 0;
}
.start tr {
    margin-bottom: 1em;
}
.start td.border {
    border-right: 1px solid #ccc;
}

/****** Content ******/
div#content_wrapper {
   margin: 0 185px; 
   width: 510px; 
	background-color: #fff;
}

div#content {
    background-color: #fff;
    border-style: solid;
    border-width: 0 1px 0 1px;
	width: 490px; 
    border-color: #fff;
    padding-left: 10px;
    margin: 1;
}

div#start_image {
    border: 0px;
    border-color: #faf;
}

div#article {
    line-height: 1.6em;
    overflow: hidden;
}
div#article img {
    margin-right: 5px;
}

div#article_options h3, h3.hbg {
    background-image: url(../modules/journal/images/headline_bg.jpg);
    height: 18px;
    padding: 3px 5px;
    margin-bottom: 5px;
}
div#article_options ul {
    list-style:square;
    margin-top: 0;
}
div#article_options p {
    margin-left: 10px;
}

div.article_preview {
    margin-bottom: 1.5em;
}
p.summary {
    color: #777;
    font-size: 1.1em;
    font-weight: bold;
}
fieldset {
    margin-bottom: 1em;
    border: 1px solid #ccc;
}
legend {
    font-size: 1.2em;
}
div.author {
    float:right;
    font-size: 1em;
    font-weight: normal;
    font-style:italic;
    margin: 0 0 0 0.5em;
}

/******* Profile ******/
img.profile_avatar {
    border: 1px solid #999;
}
h3.profile_header {
    background-color: #dfdfdf;
    padding: 0.1em;
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: bold;
    font-size: 1.1em;
    color: #444;
    border: 1px solid #ccc;
    border-top: 1px solid #999;
}
td.profile_label {
    vertical-align: top;
    text-align: right;
    padding-right: 0.3em;
    color: #555;
    width: 80px;
}
td.profile_field {
    width: 120px;
    overflow: auto;
}

/****** Article preview ******/
ul.article_preview, ul.profile_articles {
    list-style:square;
    margin:0px 0px 0px 20px;
    padding: 0;
}
ul.article_preview li {
    border-bottom: 1px solid #ddd;
    margin: 0 0 0.8em 0;
    padding: 0 0 0.8em 0;
}
ul.article_preview li.image {
    min-height: 75px;
    height: auto !important;
    height: 75px;
}
ul.article_preview li div {
    margin-right: 5px;
}
ul.article_preview li div img {
    border: none;
}
ul.article_preview li.small h3 {
    font-size: 1.15em;
}
ul.article_preview li.small {
    min-height: 50px;
    height: auto !important;
    height: 50px;
    font-size: 0.9em;
}
ul.article_preview li.small img {
    max-height: 50px;
}

/****** Status message ******/
h3.warning {
    background-color: #c00;
    padding: 0.2em;
    border: 1px solid #fff;
    color: #fff;
    text-align: left;
    margin-top:0;
    font-weight: normal;
    font-size: 1.1em;
}
div.confirmations {
    background-color: #dfdfdf;
    color: #000;
    border: 1px solid #ccc;
    margin-bottom: 0.5em;
}
div#footer{
    padding-top: 0.5em;
    color: #333;
}

/****** Register ******/
.register dt {
    float: left;
    text-align: right;
    width: 160px;
    padding: 5px;
}
.register dd {
    padding: 5px;
    padding-left: 140px;
}

/****** Login ******/
table.login {
    width: 400px;
    border-style: solid;
    border-width: 0 1px 0 1px;
    border-color: #ccc;
    background-color: #e6e6e6;
}
td.loginLabel {
    text-align: right;
    font-weight: bold;
    line-height: 1.3em;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
}
td.loginField {
    text-align: left;
}

/******* MyJournal ******/
table.myjournal {
    width: 460px;
}
table.myjournal img {
    float:left;
    border: 0;
}
table.myjournal td.icon {
    width: 24px;
    padding-right: 0.2em;
}
table.myjournal td.field {
    font-size: 1.3em;
    width: 200px;
    font-weight: bold;
}

/****** Write-Form ******/
.writeH {
    /*background-color: #eaeaea;*/
    background-image: url(../modules/journal/images/headline_bg.jpg);
    padding:5px;
    text-align: center;
    color: #064769;
    font-size: 1.1em;
    height: 14px;
}
.writeP {
    padding-left: 4px;
    margin-bottom: 10px;
}
.writeInput {
    width: 98%;
}

.groupMember {
    border: 2px solid #064769;
    width: 474px;
    margin: 6px;
}
.groupMember select {
    padding: 1px;
    font-size: 0.9em;
    margin: 4px 0;
}
.groupSeparator {
    border-right: 2px solid #064769;
}
