/*
---------------------------------------------------------------------
General
---------------------------------------------------------------------
*/
body {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse; 
    border-spacing: 0px;
}

td, p, li {
    font-family: Arial, sans-serif;
    font-size: 9pt;
}

img {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

form {
    padding: 0px;
}

.error {
    color: #DD0000;
    font-family: Arial, Hevetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

/*
---------------------------------------------------------------------
Regular link
---------------------------------------------------------------------
*/
a { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #aaaaaa;
}

a.external {
    color: #777777;
    text-decoration: underline;
}

/*
---------------------------------------------------------------------
conf List
---------------------------------------------------------------------
*/
table#confList {
    width: 100%;
}

table#themeList {
    width: 100%;
}

#themeList td {
    padding:0px;
}

tr.opened td {
    background-color: #d5edef;
    padding: 2px;
}

tr.closed td {
    background-color: #efede8;
    padding: 2px;
    border-bottom: 1px solid #ffffff;
}

.small {
    font-size: 8pt;
}

.micro {
    font-size: 7.5pt;
}

.listConf {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.listTheme {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

a.listConf {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; color: black; 
    font-weight: bold;
    text-decoration: none;
}

a.listConf:hover {
    text-decoration: underline;
}

a.listConf:visited {
    color: #000000;
}


a.listTheme {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; color: black; 
    font-weight: normal;
    text-decoration: none;
}

a.listTheme:hover {
    text-decoration: underline;
}

a.listTheme:visited {
    color: #aaaaaa;
}

a.smallColor {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; color: #5A969C; 
    font-weight: bold;
    text-decoration: none;
}

a.smallDark {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 7.5pt;
    color: #5A969C; 
    text-decoration: none;
}
a.smallDark:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
    color: #5A969C; 
    text-decoration: none;
}
a.smallDark:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7.5pt;
    font-weight: bold;
    color: #5A969C; 
    text-decoration: underline;
}


/*
---------------------------------------------------------------------
tree
---------------------------------------------------------------------
*/

table.messageTree {
    width: 100%;
}

tr.parentMessage td {
    background-color: #d5edef;
    padding: 4px 4px 4px 4px;
}

td.treeUnderlined {
    padding: 2px;
    border-bottom: 1px solid #cccccc;
}


a.parentMessage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; color: black; 
    font-weight: bold;
    text-decoration: none;
}

a.parentMessage:hover {
    text-decoration: underline;
}

a.parentMessage:visited {
    color: #000000;
}

a.parentSort {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; color: black; 
    font-weight: normal;
    text-decoration: none;
}

a.parentSort:hover {
    text-decoration: underline;
}

a.parentSort:visited {
    color: #000000;
}

.parentSort {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; color: black; 
    font-weight: normal;
    text-decoration: none;
}

a.treeMessage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt; color: black; 
    font-weight: normal;
    text-decoration: none;
}

a.treeMessage:hover {
    text-decoration: underline;
}

a.treeMessage:visited {
    color: #aaaaaa;
}


/*
---------------------------------------------------------------------
message
---------------------------------------------------------------------
*/
table#newMessageForm {
    width: 550px;
}

#messageHeadersPanel td {
    background-color: #efede8;
    padding: 5px 5px 5px 5px;
}

#messageButtons td {
    padding: 0px;
}

#messageHeaders td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    padding: 2px 2px 2px 5px;
}

td.title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: right;
    font-weight: bold;
    padding: 2px 2px 2px 5px;
}

a.messageHeaderButton {
    vertical-align: middle;
    padding: 0px 4px 0px 0px
}

#messageBody {
    padding: 10px;
}

#messageForm {
    padding: 10px;
}

.subject {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
}

.message {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

.sign {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: right;
    font-weight: bold;
    padding-right: 5px;
    width: 100px;
}

.labelLeft {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    text-align: left;
    font-weight: bold;
    padding-right: 5px;
}


.defaultInput {
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid #999999;
}

.userInput {
    width: 150px;
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid #999999;
}

select.userSelect {
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid #999999;
}

.fullWidth {
    width: 100%;
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid #999999;
}

.fullWidthTextarea {
    width: 100%;
    height: 200px;
    font-family: Arial;
    font-size: 9pt;
    border: 1px solid #999999;
}

/*
---------------------------------------------------------------------
settings form
---------------------------------------------------------------------
*/

#settingsForm td {
    padding: 5px;
}

.tag_cloud {
	border:1px solid gray;
	padding:5px;
	text-align:justify;
	margin:5px 0 0 0;
}
.tag_cloud .tag_cloud_title {
	text-align:left;
	padding:2px 10px;
	background-color:#EFEDE8;
	font-weight:bold;
}
.tag_cloud a.tag1 {
	color:black;
	font-size:11px;
}
.tag_cloud a.tag2 {
	font-size:12px;
	font-weight:bold;
	color:#1A87C7;
}
.tag_cloud a.tag3 {
	color:#1A87C7;
	font-size:14px;
}
.tag_cloud a.tag4 {
	color:#777777;
}
