﻿
.floatingwindow
{
    background-color: Green;
    position: absolute;
    left: 35%;
    top: 40%;
}

.BG_SkyBlue
{
    background-color: #85ABD6;
}

.stdtext_dark
{
    font-size: 10px;
    line-height: 14px;
    color: #596672;
}

.BG_orange
{
    background-color: #FF8533;
    width: 100%;
}

.Text_Black-Bold
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    background-image: url(../../Images/title_center.png);
}

.Text_White-Bold
{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
}

.divfielset
{
    margin-top: 10px;
    padding: 10px;
    color: #000000;
    border: solid 1px #BFBFB7;
    background-color: #FAFAF7;
}

.tipMacro
{
    background-color: #DDFFDD;
    border: 1px solid #009900;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,San-serif;
    font-size: 12px;
    line-height: 1.6em;
    color: Black;
}

.noteMacro
{
    background-color: #FFFFCE;
    border: 1px solid #F0C000;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    font-family: Verdana,Arial,Helvetica,San-serif;
    font-size: 12px;
    line-height: 1.6em;
    color: Black;
}
form#LoginForm
{
    background-color: White;
    vertical-align: middle;
    font-size: 10pt;
    width: 100%;
}

table#LoginControl
{
    font-size: 11pt;
    font-family: Arial,Helvetica,sans-serif;
    border: solid 1px black;
    vertical-align: middle;
    line-height: normal;
    color: #5D5440;
    width: 100%;
}

.LoginTableTitle
{
    background-color: #AAAADD;
    color: white;
    font-weight: bold;
    font-size: 12pt;
    width: 10%;
}
div#LoginHeader
{
    position: absolute;
    width: 100%;
    height: 60%;
    top: 40%;
    right: 0;
    bottom: auto;
    left: 0;
}
div#LoginBody
{
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 100px;
    left: 40%;
    width: 237px;
}

.Text
{
    font-size: medium;
    color: Black;
    font-family: Calibri;
    height: 176px;
    width: 99%;
}

.CheckBox label
{
    font-size: medium;
    color: Black;
    font-family: Calibri;
    margin-left: 10px;
}

.TitleText
{
    font-size: large;
    color: White;
    font-family: Verdana;
    font-weight: bold;
}

/*  
Name: Colorvoid
Date: 2008-04-25
Description: Soft and natural, gray and blue two-column template.
Author: Viktor Persson
URL: http://templates.arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* ----------------------------------------
   Standard Elements
	you are my sunshine
------------------------------------------- */

*
{
    margin: 0;
    padding: 0;
}

html
{
    height: 100%;
}

body
{
    font: normal 13px Verdana,sans-serif;
    color: #345;
    padding-bottom: 2.7em;
    height: 100%;
}

/* button */
button
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
}


a
{
    color: #06A;
}
a:hover
{
    color: #BBBBBB;
}

p
{
    padding: 0.1em 0 0.8em;
}

h1
{
    font: normal 1.8em Georgia,Tahoma,sans-serif;
    color: Red;
    padding: 10px 0px 20px 0;
}

h2
{
    font: normal 1.5em Georgia,sans-serif;
    color: Red;
}
h3
{
    font: bold 1em Tahoma,sans-serif;
}

blockquote
{
    background: #FFF url('img/quote.gif') no-repeat;
    border: 1px solid #EAEAEA;
    color: #555;
    display: block;
    font: normal 1em sans-serif;
    margin-bottom: 1em;
    padding: 10px 1em 0.2em 42px;
}

code
{
    display: block;
    background: #FFFFFA;
    color: #335;
    border: 1px solid #E8E8D5;
    padding: 5px 10px;
    overflow: auto;
    margin: 1em 0;
    font-size: 0.9em;
    line-height: 1.5em;
}

ul, ol
{
    margin: 0 0 1em 1.6em;
}
ul ul, ol ol
{
    margin: 0.3em 0 0.3em 1em;
}

img
{
    border: none;
}
img.bordered
{
    background: #FFF;
    padding: 5px;
    border: 1px solid #DDD;
}
img.left
{
    margin-right: 1em;
}
img.right
{
    margin-left: 1em;
}

small, .small
{
    font-size: 0.8em;
}
big, .big
{
    font-size: 1.2em;
}


/* ----------------------------------------
  Forms
------------------------------------------- */
form#mainForm
{
    height: 100%;
}

/* Inputs */
input#s, textarea, input.styled
{
    border: 1px solid #BBB;
    padding: 3px;
    width: 160px;
    font: normal 1em Verdana,sans-serif;
}
textarea
{
}
#searchsubmit
{
}
textarea
{
    background: #EEE;
    font: normal 0.9em Verdana,sans-serif;
    padding: 2px 3px;
}

/* Seachform */
table.search
{
    width: 100%;
    border-collapse: collapse;
}
.search td
{
    vertical-align: middle;
}




/* Site Title */
#site_title
{
    background: #C5DEF0 url('img/site_title.jpg') repeat-x left top;
    padding: 6px 18px;
}
#site_title h1
{
    font: normal 2.4em sans-serif;
    letter-spacing: -1px;
}
#site_title h1, #site_title h1 a
{
    color: #507A9A;
}
#site_title h1 a
{
    text-decoration: none;
}
#site_title h1 a:hover
{
    color: #305A7A;
}
#site_title h2
{
    padding-top: 1.4em;
    font: normal 1.1em sans-serif;
    color: #679;
}

#top_separator
{
    background: url('img/top_separator.gif') repeat-x left top;
    display: block;
    font-size: 0;
    height: 3px;
    line-height: 0;
}


/* Tabs */
#tabs ul
{
    margin: 0;
    padding: 0;
}
#tabs li
{
    display: inline;
    list-style: none;
}
#tabs a
{
    background: url("img/tableftC.gif") no-repeat left top;
    float: left;
    font: bold 0.9em sans-serif;
    margin-right: 3px;
    padding-left: 4px;
    text-decoration: none;
}
#tabs a span
{
    float: left;
    display: block;
    background: url("img/tabrightC.gif") no-repeat right top;
    padding: 5px 10px 5px 6px;
    color: #608AAA;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span
{
    float: none;
}
/* End IE5-Mac hack */

#tabs a:hover span
{
    color: #608AAA;
}
#tabs a:hover
{
    background-position: 0% -42px;
}
#tabs a:hover span
{
    background-position: 100% -42px;
}

#tabs li.current_page_item a
{
    color: #47A;
    background-position: 0% -42px;
}
#tabs li.current_page_item a span
{
    background-position: 100% -42px;
}

/* Main Layout */
#main_left
{
    width: 545px;
}
#main_right
{
    width: 220px;
}


/* ----------------------------------------
   Miscellaneous
------------------------------------------- */

/* Images */
img.bordered
{
    border: 1px solid #DDD;
    background: #FFF;
    padding: 5px;
}

/* Text */
.bold
{
    font-weight: bold;
}
.tright
{
    text-align: right;
}
.tcenter
{
    text-align: center;
}
.tright
{
    text-align: right;
}

/* Floats */
.left
{
    float: left;
}
.right
{
    float: right;
}

/* Clear */
.clear, .clearer
{
    clear: both;
}
.clearer, .spacer
{
    display: block;
    font-size: 0;
    line-height: 0;
}

/* Icons */
span.comment
{
    background: url('img/icon_comment.gif') no-repeat left center;
    padding-left: 18px;
}


/* ----------------------------------------
   Post, page
------------------------------------------- */

.post
{
    margin-bottom: 5px;
    color: #444;
}
.post_title
{
    background: #E8E8E8 url('img/post/title.gif') no-repeat left top;
    padding: 6px 12px 5px;
}
.post_title h1
{
    font: bold 0.9em Verdana,sans-serif;
}
.post_title h1 a
{
    color: #444;
}
.post_title h1 a:hover
{
    color: #469;
    text-decoration: underline;
}
.post_title h1.left
{
    width: 380px;
}
.post_date
{
    color: #999;
    padding-top: 1px;
    font-size: 0.85em;
}
.post_metadata
{
    margin-top: 5px;
    padding: 0 5px;
    background: #F5F5F5;
}
.post_metadata .content
{
    border-top: 1px solid #E5E5E5;
    padding: 8px 5px 6px;
    font-size: 0.8em;
    color: #666;
}
.post_metadata .content a
{
    color: #567;
}
.post_metadata .content a:hover
{
    color: #002;
}

.post_body
{
    background: #F5F5F5 url('img/post/body.gif') repeat-x left top;
    padding: 10px 10px 1px;
}
.post_body img
{
    border: 1px solid #CCC;
    background: #FFF;
    padding: 3px;
}
.post_bottom
{
    background: url('img/post/bottom.gif') no-repeat left top;
    display: block;
    height: 5px;
    font-size: 0;
    line-height: 0;
}
.post_search_text
{
    font-size: 0.85em;
    padding: 2px 0;
}


/* ----------------------------------------
   Sidebar box
------------------------------------------- */

.box
{
    margin-bottom: 5px;
}
.box_title
{
    background: #C6D2DB url('img/box/title.gif') no-repeat left top;
    padding: 6px 10px 5px;
    font-weight: bold;
    font-size: 0.9em;
    color: #505E69;
}
.box_body
{
    background: #DAE3E9 url('img/box/body.gif') repeat-x left top;
    padding: 8px 10px 1px;
    font-size: 0.9em;
}
.box_bottom
{
    background: url('img/box/bottom.gif') no-repeat left top;
    display: block;
    height: 5px;
    font-size: 0;
    line-height: 0;
}

.box ul
{
    margin-left: 0;
    border-bottom: 1px solid #E2ECF2;
}
.box li:first-child
{
    border-top: none;
}
.box ul li
{
    list-style: none;
    padding: 4px;
    border-top: 1px solid #E2ECF2;
    border-bottom: 1px solid #D0D8DE;
}
.box ul a
{
    text-decoration: none;
}
.box ul a:hover
{
    text-decoration: underline;
}


/* ----------------------------------------
   Lists
------------------------------------------- */

.nicelist
{
    padding: 1px 0 0;
}
.nicelist ol
{
    margin: 0;
}
.nicelist ol li
{
    list-style: none;
    padding: 8px 10px 1px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #CCC;
}
.nicelist li.alt
{
    background: #EEE;
}
.nicelist .body
{
    padding-top: 5px;
}
.nicelist .date
{
    color: #888;
    padding-top: 4px;
    font-size: 0.85em;
}
.nicelist .date a
{
    color: #567;
    text-decoration: none;
}
.nicelist .date a:hover
{
    color: #002;
    text-decoration: underline;
}


/* ----------------------------------------
   Archives
------------------------------------------- */

.archive_title
{
    font: normal 1.4em sans-serif;
}
.archive_title a
{
    text-decoration: none;
}
.archive_title a:hover
{
    text-decoration: underline;
}
.archive_postinfo
{
    font: normal 1em sans-serif;
    padding-bottom: 6px;
}

/* ----------------------------------------
   Tables
------------------------------------------- */
/* asp:Table */
.aspTable
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 1px !important;
    color: #393425 !important;
    font-size: 1em !important;
}

.aspTable tr td
{
    border-bottom-color: #e4dbc0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    padding-bottom: 0.2em !important;
    padding-left: 1em !important;
    padding-right: 0.5em !important;
    padding-top: 0.2em !important;
    text-align: left !important;
}

.aspTable tr th
{
    background: url("../../Images/shared_headerbg.jpg") !important;
    background-image: url("../../Images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    height: 28px !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

.aspTable tr.aspTableFooterRow th
{
    background: #e4dbc0 !important;
    background-color: #e4dbc0 !important;
    font-size: 0.9em !important;
    padding-top: 0.2em !important;
}

.SelectedTableRow
{
    background: #6666FF !important;
    background-color: #6666FF;
    font-size: 0.9em !important;
    padding-top: 0.2em !important;
}
.NewTableRow
{
    background: #AADDAA !important;
    background-color: #66AA66;
    font-size: 0.9em !important;
    padding-top: 0.2em !important;
}

.AcceptedTableRow
{
    background: #EEFFEE !important;
    background-color: #EEFFEE;
    font-size: 0.9em !important;
    padding-top: 0.2em !important;
}

.RejectedTableRow
{
    background: #AA6666 !important;
    background-color: #AA6666 !important;
    font-size: 0.9em !important;
    padding-top: 0.2em !important;
}

.OffensiveTableRow
{
    background: #FFAAAA !important;
    background-color: #FFAAAA !important;
    font-size: 0.9em !important;
    padding-top: 0.2em !important;
}

.BannedTableRow
{
    background: #BB9999 !important;
    background-color: #BB9999 !important;
    font-size: 0.9em !important;
    padding-top: 0.2em !important;
}

.NickNameTableRow
{
    background: #CCCCCC !important;
    background-color: #CCCCCC !important;
    font-size: 0.9em !important;
    padding-top: 0.2em !important;
}


/* HTML table*/
/* caption */
.caption1
{
    color: #7d745a !important;
    font-family: Trebuchet, Arial, Helvetica, Sans-Serif !important;
    font-size: 0.9em !important;
    padding-bottom: 0.5em !important;
}

/* col */
.col1
{
    color: #7d745a !important;
    font-family: Trebuchet, Arial, Helvetica, Sans-Serif !important;
    font-size: 0.9em !important;
}

/* colgroup */
.colgroup1
{
}

/* table */
.table1
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-collapse: collapse !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
    font-size: 1em !important;
}

.table1 tr td
{
    border-bottom-color: #e4dbc0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    padding-bottom: 0.2em !important;
    padding-left: 1em !important;
    padding-right: 0.5em !important;
    padding-top: 0.2em !important;
    text-align: left !important;
}

.table1 tr th
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    height: 26px !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

/* table */
.table2
{
    background: #FFFFFF !important;
    background-color: #FFFFFF !important;
    border-collapse: collapse !important;
    border-color: #e4dbc0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #393425 !important;
    font-size: 1em !important;
}

.table2 tr td
{
    border-bottom-color: #e4dbc0 !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1.5px !important; /*  padding-bottom: 0.2em !important;*/ /*  padding-left: 1em !important;*/ /*  padding-right: 0.5em !important;*/ /* padding-top: 0.2em !important;*/
    text-align: left !important;
}

.table2 tr th
{
    background: url("./images/shared_headerbg.jpg") !important;
    background-image: url("./images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    color: #FFFFFF !important;
    font-size: 1.1em !important;
    height: 26px !important;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
}

/* tbody */
.tbody1
{
}

/* td */
.td1
{
}

/* tfoot */
.tfoot1
{
}

/* th */
.th1
{
}

/* thead */
.thead1
{
}

/* ----------------------------------------
   Comments
------------------------------------------- */

.comment_gravatar
{
    width: 48px;
}
.comment_gravatar img
{
    padding: 2px;
}
.comment_author
{
    padding-top: 2px;
}


/* ----------------------------------------
   Pagination
------------------------------------------- */

.pagenavigation
{
    background: #DDEBF4 url('img/pagenav_top.gif') no-repeat;
    margin-bottom: 5px;
}
.pagenav_bottom
{
    display: block;
    font-size: 0;
    line-height: 0;
    height: 5px;
    background: url('img/pagenav_bottom.gif') no-repeat;
}
.pagenav
{
    font-size: 0.85em;
    padding: 5px 8px 0;
}
.pagenav a
{
    color: #6A7DA4;
    text-decoration: none;
}
.pagenav a:hover
{
    color: #002;
    text-decoration: underline;
}


/* asp:RadioButton */
.aspRadioButton
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}

/* asp:RadioButtonList */
.aspRadioButtonList
{
    color: #393425 !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 1em !important;
    font-weight: normal !important;
    line-height: 1.2em !important;
}


/* ----------------------------------------
   Width, height, margin, padding
------------------------------------------- */

.h5
{
    height: 5px;
}
.p5
{
    padding: 5px;
}
.p10
{
    padding: 10px;
}

/* asp:Calendar */
.aspCalendar
{
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: url("../../Iimages/aspcalendar_bg.jpg") !important;
    background-position: left !important;
    background-repeat: repeat-x !important;
    border-color: #e4dbc0 !important;
    border-spacing: 0 !important;
    border-style: solid !important;
    border-width: 4px !important;
    color: #ffffff !important;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif !important;
    font-size: 10px !important;
    margin-top: 1em !important;
}

.aspCalendar_DayHeaderStyle
{
    background: #ffffff !important;
    height: 22px !important;
}

.aspCalendar_DayStyle
{
    font-size: 11px !important;
    font-weight: bold !important;
}

.aspCalendar_DayStyle A:link
{
    color: #ffffff !important;
}

.aspCalendar_DayStyle A:visited
{
    color: #393425 !important;
}

.aspCalendar_OtherMonthDayStyle A:link
{
    color: #7D745A !important;
}

.aspCalendar_OtherMonthDayStyle A:visited
{
    color: #7D745A !important;
}

.aspCalendar_SelectedDayStyle
{
    background: #FFFFFF !important;
    background-color: #afa37e !important;
    color: #e4dbc0 !important;
}

.aspCalendar_SelectedDayStyle A:link
{
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.aspCalendar_SelectedDayStyle A:visited
{
    color: #FFFFFF !important;
    font-weight: bold !important;
}

.aspCalendar_TitleStyle
{
    background: url("../../Images/shared_headerbg.jpg") !important;
    background-image: url("../../Images/shared_headerbg.jpg") !important;
    background-position: top !important;
    background-repeat: repeat !important;
    background-color: #f39025 !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: bold !important;
    height: 28px !important;
}

.aspCalendar_TodayDayStyle
{
    font-weight: bold !important;
}

.aspCalendar_TodayDayStyle A:link
{
    color: #FFFFFF !important;
}

.aspCalendar_TodayDayStyle A:visited
{
    color: #FFFFFF !important;
}

.aspCalendar_WeekendDayStyle
{
    color: #393425 !important;
}

.aspCalendar_WeekendDayStyle A:link
{
    color: #393425 !important;
}

.aspCalendar_WeekendDayStyle A:visited
{
    color: #393425 !important;
}


.css3SimpleButton
{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 25px;
    padding: 1px 5px 2px 5px;
}


.invisible
{
    display: none;
}



.grid
{
    font-family: tahoma;
    font-size: 12px;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    color: #333333;
}
.grid th
{
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 1px;
    color: Menu;
    padding: 4px 5px 4px 10px;
    vertical-align: bottom;
    text-align: left;
    background-color: Red;
}
.grid td
{
    color: #333333;
    padding: 4px 1px 4px 1px;
    border-bottom: solid 1px #BBD9EE;
    padding: 4px 5px 4px 10px;
}
.gridRow
{
    /*background-color: #B1DEDC;*/
    background-color: #EDEDED;
}

.gridAltRow
{
    /*background-color: #D1EDE9;*/
    background-color: #D9D9D9;
}

.gridEditRow
{
    /*background-color: #0DC6DE;*/
    background-color: #BEBEBE;
}
.gridFooterRow
{
    /*background-color: #E8ECED;*/
    background-color: #EDEDED;
}
.grid tr.gridRow:hover, .grid tr.gridAltRow:hover
{
    font-family: tahoma;
    font-size: 12px;
    border: solid 1px #7f7f7f;
    border-collapse: collapse;
    background-color: #99BBE1;
}

.hCursor
{
    cursor: pointer;
    cursor: hand;
}
