#splash-status-message {
    font-size:12px;
    color:#f00;
    font-weight:bold;
}

#status_message {
    font-size:12px;
    color:red;
    font-weight:bold;
    height:auto;
}
#status_message h4 {
	padding:7px;
}
#user_status {
    width:120px;
    font-size:11px;
    border:1px solid black;
}

#invite-email-label {
    display:block;
    float:right;
    width:175px;
    text-align:left;
}

#invite-password-label {
    float:right;
    display:block;
    width:170px;
    text-align:left;
}

ul.errorlist {
    margin-left:20px;
    margin-top:10px;
    list-style-type:none;
    color:#f00;
}

#autocomplete {
    position:absolute;
    top:1.7em;
    left:60px;
    width:150px;
}

#autocomplete .yui-ac-content, .yui-ac-content {
    position:absolute;
    width:250px;
    border:1px solid #404040;
    background:#fff;
    overflow:hidden;
    z-index:9050;
} 

#autocomplete .yui-ac-shadow, .yui-ac-shadow {
    position:absolute;
    margin:.3em;
    width:100%;
    background:#a0a0a0;
    z-index:9049;
} 

#autocomplete ul {
    padding:5px 0;
    margin:3px;
    width:100%;
} 

#autocomplete li { 
    padding:0 5px;
    cursor:default;
    white-space:nowrap;
} 

#autocomplete li.yui-ac-highlight {
    background:#E4F4CD;
} 

#autocomplete li.yui-ac-prehighlight {
    background:#FFFFCC;
}

#autocomplete_container {
    position:relative;
}

a.resources-links {
    /*margin-left:30px;*/
}

.general-submit-button {
    width:73px;
	height:auto;
	background:#096993;
	color:#fff;
	border:none;
	cursor:pointer;
	padding:2px;
}

.resource-label {
    display:block;
    width:140px;
}

.wiki-body {
    margin-left:10px;
}

.wiki-link {
    background-color:lightYellow;
}

.invite-right {
    text-align:right;
}

.invite-container {
    margin-bottom:10px;
}

.account-profile-container .error-msg {
    color:red;
    font-size:13px;
}

.error-msg-signup {
    color:red;
    font-size:13px;
}

.red-text {
    color:red;
}

.orange-text{
    color:orange;
}

.blog-input {
    width:200px;
}

.blog-tags {
    height:50px;
    width:300px;
}

.blog-post-textarea {
    width:470px;
    height:200px;
}

.blog-white-ul {
    background:white;
    padding:10px;
    border:1px solid #C9D3DF;
    margin-bottom:10px;
}

.blog-post-content {
    padding:5px;
}

.blog-post-comment {
    border:1px solid black;
    width:80%;
    height:70px;
}

#vote_dialog, #feed_dialog, #rating_dialog {
    width:300px;
    height:30px;
    font-size:16px;
    background-color:#E4F4CD;
    text-align:center;
    padding-top:7px;
    border:1px solid black;
}

.wiki-edit {
    width:90%;
    height:300px;
}

.tag1, .tag2, .tag3, .tag4, .tag5 {
    font-weight:bold;
}

.tag1 {
    font-size:9px;
}

.tag2 {
    font-size:11px;
}

.tag3 {
    font-size:13px;
}

.tag4 {
    font-size:15px;
}

.tag5 {
    font-size:16px;
}

.post-header {
	width:570px;
	padding:4px 8px;
    font-size:17px;
    font-weight:bold;
	margin-bottom:5px;
}

div.summary {
    margin-bottom:10px;
    font-size:14px;
}

div.summary a {
    text-decoration:underline;
}

#invite_table {
    font-size:12px;
}

.popup-box {
	position:absolute;
	margin-left:100px;
	margin-top:0;
	background-color:#fff;
	border:1px solid #096993;
	width:200px;
	height:auto;
	color:#333;
	padding:5px;
}

