/** Home View **/
.newspost{
        float:right;
        margin-top:-35px;
        margin-left:15px;
        margin-right:20px;
        margin-bottom:10px;
        -moz-border-radius:3px 3px 3px 3px;
        border:3px solid #666;
}
/** News View **/
/** Member View **/
.postmember {
}
.postmemberavatar img{
        float:right;
        background-image:url(../img/layout/avatarholder_default.jpg);
        background-repeat: no-repeat;
        margin-right:20px;
        margin-bottom:10px;
        padding-left:4px;
        padding-right:4px;
        padding-top:4px;
        padding-bottom:4px;
}
.postmembergame img{
        margin-left:20px;
        -moz-border-radius:3px 3px 3px 3px;
        border:4px solid gray;
}
.postmemberinfo, .postmemberinfo p, .postmembergame p{
        display:block;
        padding-top:0px;
        padding-bottom:0px;
}
.postmemberinfo h2, .postmembergame h2{
        color:#CCCCCC;
        font-size: 14px;
        padding-left: 20px;
        padding-top:4px;
        padding-bottom: 5px;
}
.postmemberprivate{
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 20px; margin-right: 230px;
        background-color: red;
}
.postmembergame{
        margin-top: 20px;
}
#gamelist{
        display:none;
}
div.spacer{
        padding-bottom: 400px;
}
/** Ventrilo view **/
#ventimg h2{
        color:#CCCCCC;
        margin-left:20px;
        text-transform:uppercase;
}
#ventimg img{
        margin-left:20px;
        width:410px;
        -moz-border-radius:3px 3px 3px 3px;
        border:3px solid #666;
}

/** server view **/

.postcontent hr{
border-bottom-width:0;
border-left-width:0;
border-right-width:0;
margin-left:10px;
margin-right:10px;
padding-left:0;
}
.team {
color:#CCCCCC;
margin-left:10px;
}

/** Contact View **/

/** Typo **/
span.attention, span.notice, span.alert, span.download, span.approved, span.media, span.note, span.cart, span.camera, span.doc {display: block;padding: 8px 10px 8px 36px;margin: 15px 20px;}
span.attention {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(../img/typo/attention.png) 10px 50% no-repeat;}
span.notice {color: #648434;border: 1px solid #9BCC54;background: #CDEFA6 url(../img/typo/notice.png) 10px 50% no-repeat;}
span.alert {color: #CF3738;border: 1px solid #FFACAD;background: #FFD5D5 url(../img/typo/alert.png) 10px 50% no-repeat;}
span.download {color: #1C6B8B;border: 1px solid #6ABCE2;background: #A8CDE3 url(../img/typo/download.png) 10px 50% no-repeat;}
span.approved {color: #666;border: 1px solid #a8a8a8;background: #ccc url(../img/typo/approved.png) 10px 50% no-repeat;}
span.media {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(../img/typo/media.png) 10px 50% no-repeat;}
span.note {color: #B79000;border: 1px solid #E7BD72;background: #FFF3A3 url(../img/typo/note.png) 10px 50% no-repeat;}
span.cart {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(../img/typo/cart.png) 10px 50% no-repeat;}
span.camera {color: #666;border: 1px solid #C5C5C5;background: #E6E6E6 url(../img/typo/camera.png) 10px 50% no-repeat;}
span.doc {color: #C76E34;border: 1px solid #FFBB65;background: #FFE0B6 url(../img/typo/doc.png) 10px 50% no-repeat;}
span.attention a, span.notice a, span.alert a, span.download a, span.approved a, span.media a, span.note a, span.cart a, span.camera a, span.doc a {color: #666;}

        /* tables */
        table.table-list { width:100%; margin-left:10px; padding-right:20px; }
        table.table-list-server { width:100%; margin-left:10px; padding-right:20px; }
        table.table-list.short {width:500px; margin:-5px 0 0 -5px; border-collapse:collapse; }

        table.table-list td { font-size:0.9em; padding:10px 0; margin:0; color:#666;}
        table.table-list-server td { font-size:0.9em; margin:0; color:#666;}
        table.table-list td:last-child { text-align:center; }
        table.table-list thead th {font-weight:bold; color:#CCCCCC;}
        table.table-list-server thead th {font-weight:bold; color:#CCCCCC;}
        table.table-list thead th:last-child { text-align:center; }
        table.table-list thead th, table.table-list tfoot td {border:none;}
        table.table-list td:first-child, table.table-list th:first-child {text-align:left; padding:0 0 0 10px;}
        table.table-list tfoot {border-top:1px solid #ccc;}

        /**table.table-list tbody tr:hover { background-color:#efefef; }**/
        /**table.table-list tbody tr.selected { background-color: lightyellow; }**/

        td.col-chk {width:40px;}
        td.col-first {font-weight:bold; width:200px;}
        td.col-second a {color:#508db8; font-weight:bold;}
        td.col-second a:hover {text-decoration:none; color:#333;}

        td.row-nav {width:110px;}
        a.table-edit-link, a.table-delete-link {color:#666; text-decoration:none; display:inline-block; margin-right:10px; padding-left:20px; height:16px; text-align:right;}
        a.table-edit-link:hover, a.table-delete-link:hover {color:#000;}
        a.table-delete-link {margin-right:0px !important; background:url(../../img/admin/icon-delete.gif) no-repeat;}
        a.table-edit-link {background:url(../../img/admin/icon-edit.gif) no-repeat;}