body
{
	background-color: #cccccc;
	color: #666666;
	font-family: Tahoma, Arial, Verdana;
	font-size: 10pt;
}
p, td
{
    color: #666666;
	font-size: 10pt;
	padding: 0;
	margin: 10px 0;
}
a
{
    color: #99ccff;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	color: #cccccc;
	text-decoration: underline;
}
a.button, a.bigButton
{
    color: #99ccff;
    text-transform: lowercase;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
a.button:hover, a.bigButton:hover
{
    color: Black;
    text-decoration: underline;
}
a.bigButton
{
    font-size: 12pt;
}
a.actionButton
{
    color: #999999;
    text-transform: lowercase;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
a.actionButton:hover
{
    color: Black;
    text-decoration: underline;
}
a.profile, .profile
{
    color: #99ccff;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
}
a.profile:hover
{
    color: #cccccc;
    text-decoration: underline;
}
ul
{
    margin: 5px 0 5px 16px;
    padding: 0;
}
ul li
{
    list-style-type: square;
    margin: 5px 0;
}
img
{
    border: none;
}
td
{
	font-size: 10pt;
}
h1, h1 a
{
    color: Black;
	font-size: 20pt;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: none;
}
h1 a:hover
{
    text-decoration: underline;
}
h2
{
    background-color: #e2f2f2;
    border-left: solid 5px #99ccff;
    color: Black;
	font-size: 16pt;
	font-weight: bold;
	margin: 10px 0;
	padding: 0 0 0 10px;
	height: 30px;
}
h3
{
    border-bottom: solid 1px Black;
    color: Black;
	font-size: 12pt;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}
h4
{
    color: Black;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
fieldset
{
    clear: both;
    display: block;
}
fieldset legend
{
    color: #99ccff;
    font-weight: bold;
    padding: 0 10px;
}
/****************************************************/
/* LAYOUT */
/****************************************************/
#container
{
    background-color: #99ccff;
    width: 900px;
    padding: 0;
    margin: 10px auto;
}
#container #top
{
    clear: both;
    padding: 10px 10px 0 10px;
    margin: 0;
}
#container #top #banner
{
    background: url(../../images/logo.gif) no-repeat left top;
    height: 100px;
    /*float: right;
    margin-right: 10px;
    text-align: right;*/
}
#container #top #banner #links
{
    float: right;
    color: White;
    margin-top: 18px;
    width: 400px;
    text-align: right;
}
#container #top #banner #links a
{
    color: White;
    font-weight: bold;
    text-decoration: none;
}
#container #top #banner #links .login
{
    background-color: White;
    display: inline;
    padding: 5px 10px;
    margin-left: 10px;
    text-align: center;
}
#container #top #banner #links .login a
{
    color: Black;
    font-weight: bold;
}
#container #top #banner #links a:hover
{
    color: #cccccc;
    text-decoration: underline;
}
#container #top #utility
{
    clear: both;
    height: 20px;
    margin-top: 5px;
}
#container #top #utility #display
{
    float: left;
    width: 400px;
    color: White;
}
#container #top #utility #display img
{
    margin-right: 3px;
}
#container #top #utility #display a
{
    color: White;
}
#container #top #utility #display a:hover
{
    color: #cccccc;
}
#container #top #utility #groups
{
    float: right;
    width: 400px;
    text-align: right;
}
#container #top #utility #groups select
{
    background-color: #99ccff;
    color: White;
    height: 20px;
    font-size: 8pt;
    font-weight: bold;
    width: 200px;
}
#container #body
{
    clear: both;
    padding: 10px;
    margin: 0;
}
#container #footer
{
    background-color: #cccccc;
    color: Black;
    font-size: 8pt;
    padding: 10px;
}
#container #footer a
{
    color: Black;
    font-size: 8pt;
    text-decoration: none;
}
#container #footer a:hover
{
    text-decoration: underline;
}
#leftCol
{
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 550px;
}
#rightCol
{
    float: right;
    width: 320px;
    margin: 0;
    padding: 0;
}
.content
{
    background-color: White;
    clear: both;
    margin-bottom: 10px;
    padding: 10px;
}
/***************/
/* FORM STYLES */
/***************/
.form
{
    padding: 10px;
}
.form .row
{
    clear: both;
    margin: 5px 0;
    padding: 5px 0;
}
.form .row2
{
    clear: both;
    margin: 5px 0;
    padding: 0;
}
.form .row label
{
    float: left;
    width: 120px;
    font-weight: bold;
    text-align: right;
    margin-right: 10px;
}
.form .row2 label
{
    display: block;
    font-weight: bold;
}
.form .row .elem
{
    float: left;
}
.form .row .elem label, .form .row2 .elem label
{
    float: none;
    font-weight: normal;
    margin: 0 0 0 5px;
    padding: 0;
    text-align: left;
}
.form .row2 .elem
{
    display: block;
}
input.submit
{
	background-color: #99ccff;
	color: Black;
	font-weight: bold;
}
input.submit_secondary
{
	background-color: #e2f2f2;
	color: Black;
	font-weight: bold;
}
input.submit_small
{
    background-color: #cccccc;
	color: Black;
	font-size: 8pt;
	font-weight: bold;
    height: 20px;
}
.counterOuter
{
	font-size: 8pt;
}
.counter
{
	color: #999999;
}
.alert
{
    background: Red;
	color: White;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}
.alert a
{
    color: White;
}
.note
{
    background: #ffffcc;
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}
.legend
{
    background-color: #efefef;
    padding: 3px;
}
span.pending
{
    color: #ffff00;
    font-weight: bold;
}
span.confirmed
{
    color: #33cc66;
    font-weight: bold;
}
span.rejected
{
    color: #ff0033;
    font-weight: bold;
}

/****************************************************/
/* TAB PANEL */
/****************************************************/
.tpTabs
{
}
.tpTab
{
    float: left;
    border: solid 1px #efefef;
    padding: 3px 8px;
}
.tpTab a
{
    text-decoration: none;
    font-weight: bold;
}
.tpSelectedTab
{
    float: left;
    background-color: #99ccff;
    color: White;
    padding: 3px 8px;
}
.tpSelectedTab a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}

/****************************************************/
/* PAGING REPEATER */
/****************************************************/
.pager
{
    background-color: #efefef;
	padding: 5px;
	margin: 0;
}
.pageLink
{
	border: solid 1px #efefef;
	color: #99ccff;
	font-size: 14pt;
	padding: 0 5px;
	text-decoration: none;
}
.selectedPageLink
{
	border: solid 1px White;
	background-color: White;
	color: Black;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 5px;
	text-decoration: none;
}

/****************************************************/
/* CONTENT */
/****************************************************/
#content
{
    background-color: White;
    padding: 10px;
}

/****************************************************/
/* HOME */
/****************************************************/
#home
{
}
#home h1
{
    background-color: White;
    padding: 10px;
}
#home #leftCol #welcome #demo
{
    background-color: White;
    display: none;
    overflow: auto;
    position: absolute;
    padding: 20px;
}
#home #leftCol #featured #featured-group h3
{
    border: none;
}
#home #leftCol #featured #featured-group h3 a
{
    font-size: 14pt;
}
#home #leftCol #featured #featured-group #group-data
{
    background-color: #efefef;
    padding: 5px;
}
#home #leftCol #featured #featured-group #group-description 
{
    margin: 5px 0;
    padding: 0;
}
#home #leftCol #featured #featured-group #group-description img
{
    float: left;
    margin-right: 10px;
}

/****************************************************/
/* GROUP HEADER */
/****************************************************/
#group-header 
{
    background-color: White;
    margin: 0;
    padding: 0 0 0 10px;
}
#group-header h1
{
    margin-top: 10px;
}
#group-header #group-data
{
    background-color: #efefef;
    clear: both;
    float: left;
    padding: 10px;
    width: 200px;
    margin: 10px 10px 0 0;
}
#group-header #group-data a
{
    color: #99ccff;
    font-weight: bold;
    text-decoration: none;
}
#group-header #group-data a:hover
{
    color: #cccccc;
    font-weight: bold;
    text-decoration: underline;
}
#group-header #group-data img
{
    margin: 0 auto;
}
#group-header #group-description
{
    float: left;
    margin-top: 10px;
    width: 600px;
}

/****************************************************/
/* GROUP MENU */
/****************************************************/
#group-menu #menu
{
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
}
#group-menu #menu ul
{
    margin: 0;
    padding: 0;
}
#group-menu #menu ul li, #group-menu #menu ul li.selected
{
    background-color: #99ccff;
    border-right: solid 1px White;
    display: inline;
    float: left;
    list-style-type: none;
    height: 24px;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 120px;
}
#group-menu #menu ul li.selected
{
    background-color: White;
    border-right: solid 1px #cccccc;
}
#group-menu #menu ul li a
{
    color: White;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}
#group-menu #menu ul li.selected a
{
    color: Black;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}
#group-menu #menu ul li a:hover
{
    color: White;
    text-decoration: underline;
}
#group-menu #menu ul li a:hover
{
    color: #99ccff;
    text-decoration: underline;
}
#group-menu #menu ul li ul, #group-menu #menu ul li.selected ul
{
    display: none;
}
#group-menu #menu ul li.addthis
{
    border: none;
    float: right;
}
#group-menu #menu ul li.addthis a.addthis_button img
{
    margin-top: 5px;
}
#group-menu #submenu
{
    background-color: White;
    border-top: solid 10px #99ccff;
    border-bottom: solid 10px #99ccff;
    clear: both;
    margin: 0;
    padding: 3px 0 0 20px;
}
#group-menu #submenu ul
{
    background-color: White;
    height: 24px;
    margin: 0;
    padding: 0;
}
#group-menu #submenu ul li
{
    border: none;
    display: inline;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0 10px 0 0;
}
#group-menu #submenu ul li a
{
    color: #99ccff;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}
#group-menu #submenu ul li a:hover
{
    color: #cccccc;
    text-decoration: underline;
}

/****************************************************/
/* GROUPS */
/****************************************************/
#groups-default p
{
    margin: 0 0 5px 0;
}
#groups-default #leftCol #gigs .gig
{
    border-bottom: solid 1px #efefef;
    clear: both;
    padding: 5px 0;
    margin: 5px 0;
}
#groups-default #leftCol #gigs .gig .title
{
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
}
#groups-default #leftCol #messages .message
{
    border: none;
    margin: 5px 0;
    padding: 3px;
}
#groups-default #leftCol #messages .message .user
{
    float: left;
    width: 50px;
    color: #99ccff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
}
#groups-default #leftCol #messages .message .body
{
    float: left;
    width: 400px;
}
#groups-default #leftCol #messages .message .body .text
{
}
#groups-default #leftCol #messages .message .body .textEdit
{
    display: none;
}
#groups-default #leftCol #messages .message .body .date
{
    color: #999999;
    font-size: 8pt;
    margin-bottom: 5px;
}
#groups-default #leftCol #messages .message .admin
{
    color: #999999;
    font-size: 8pt;
    margin-top: 5px;
}
#groups-default #rightCol #members .member
{
    margin-bottom: 5px;
}
#groups-default #rightCol #members .member img
{
    float: left;
    width: 70px;
    margin-right: 10px;
}
#groups-default #rightCol #fans .fan
{
    margin-bottom: 5px;
}
#groups-default #rightCol #fans .fan span
{
    color: #99ccff;
}
#groups-default #rightCol #fans .fan img
{
    float: left;
    margin-right: 5px;
}

/****************************************************/
/* GIGS */
/****************************************************/
#gigs-default #list
{
    background-color: White;
    clear: both;
    float: left;
    width: 300px;
    padding: 10px;
}
#gigs-default #calendar
{
    background-color: White;
    float: right;
    width: 530px;
    padding: 10px;
}
#gigs-default #list .gig
{
    margin: 5px 0;
    padding: 5px;
    border-bottom: solid 1px #efefef;
}
#gigs-default #list .gig .title
{
    background: none;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
}
#gigs-default #list .gig .description
{
    clear: both;
    margin-bottom: 5px;
}
#gigs-default #list .gig .description .date
{
    font-size: 10pt;
}
#gigs-default #list .gig .admin
{
    clear: both;
    margin-bottom: 5px;
}
#gigs-default #list .gig .admin select
{
    width: 80px;
    height: 20px;
    background-color: #efefef;
    font-size: 8pt;
}
#gigs-default #list .gig .responses
{
    background-color: #efefef;
    display: none;
    position: absolute;
    padding: 5px;
}
#gigs-default #list .gig .responses div
{
    margin: 5px 0;
}
#gigs-default #list .gig .responses label
{
    font-weight: bold;
}
#gigs-default #list .gig .responses select
{
    width: 80px;
    height: 20px;
    background-color: #efefef;
    font-size: 8pt;
}
#gigs-default #list .gig .members
{
    background-color: #efefef;
    display: none;
    width: 400px;
    padding: 5px;
}
#gigs-default #list .gig .members .member
{
    height: 25px;
    margin: 0;
    padding: 0;
}
#gigs-default #list .gig .members .member img
{
    float: left;
    margin-right: 5px;
}
#gigs-default #list .gig .members .member .response
{
    font-weight: bold;
}

/* calendar
-------------------------------------------------------*/
#gigs-default #calendar .title
{
    background-color: Black;
    color: White;
    text-align: left;
}
#gigs-default #calendar .dayHeader
{
    background-color: #99ccff;
    text-align: left;
}
#gigs-default #calendar td.day
{
    border: solid 1px #efefef;
    font-size: 8pt;
    height: 30px;
    text-align: left;
}
#gigs-default #calendar td.day img
{
    margin-right: 5px;
}
#gigs-default #calendar td.weekendDay
{
    background-color: #efefef;
    border: solid 1px #efefef;
    font-size: 8pt;
    height: 80px;
    text-align: left;
}
#gigs-default #calendar td.otherMonthDay
{
    background-color: #cccccc;
    border: solid 1px #efefef;
    font-size: 8pt;
    height: 80px;
    text-align: left;
}

/****************************************************/
/* GIGS -> GIG */
/****************************************************/
#gigs-gig #leftCol #details #edit
{
    display: none;
}
#gigs-gig #rightCol #members select
{
    font-size: 8pt;
    height: 20px;
}
#gigs-gig #rightCol #members .response span
{
    font-weight: bold;
}
#gigs-gig #rightCol #media .media
{
    margin: 10px 0;
}
#gigs-gig #rightCol #media div.thumb
{
    clear: both;
    float: left;
    width: 45px;
}
#gigs-gig #rightCol #media .text
{
    float: left;
    width: 250px;
}
#gigs-gig #rightCol #media .media .text .description
{
    font-weight: bold;
}
#gigs-gig #rightCol #media .media div.embed
{
    clear: both;
    display: none;
}

/****************************************************/
/* GIGS -> RESPONSES */
/****************************************************/
#gigs-responses
{
    background-color: White;
    padding: 10px;
}
#gigs-responses .response
{
    clear: both;
    margin-bottom: 5px;
}
#gigs-responses .response img
{
    float: left;
    margin-right: 5px;
}
#gigs-responses .response span
{
    font-weight: bold;
}

/****************************************************/
/* MEMBERS */
/****************************************************/
#members-default #leftCol #directory .search .member img
{
    clear: both;
    float: left;
    margin-right: 10px;
}
#members-default #leftCol #directory .search .member .user
{
    float: left;
    width: 200px;
}
#members-default #leftCol #directory .search .member .user div
{
    margin: 3px 0;
    padding: 0;
}
#members-default #leftCol #directory .search .member
{
    clear: both;
    display: none;
    margin-bottom: 5px;
    padding: 5px;
}
#members-default #leftCol #directory .search .member img
{
    float: left;
    margin-right: 10px;
}
#members-default #rightCol #admins .member
{
    margin: 10px 0;
    padding: 0;
}
#members-default #rightCol #admins .member img
{
    float: left;
    margin-right: 5px;
}
#members-default #rightCol #admins .member .user div
{
    margin: 3px 0;
    padding: 0;
}
#members-default #rightCol #fans .result
{
    background-color: #efefef;
    margin: 10px 0;
    padding: 5px;
}

/****************************************************/
/* MEMBERS -> EDIT */
/****************************************************/
#members-edit
{
    background-color: White;
    padding: 10px;
}
#members-edit .member, #members-edit .type, #members-edit .type p
{
    clear: both;
    margin: 5px 0;
}
#members-edit .type
{
    background-color: #efefef;
    padding: 5px;
}
#members-edit .member img
{
    clear: both;
    float: left;
    margin-right: 10px;
}
#members-edit .member .user
{
    float: left;
    width: 200px;
}
#members-edit .member .user div
{
    margin: 3px 0;
    padding: 0;
}

/****************************************************/
/* FANS */
/****************************************************/
#fans-default #rightCol #fans
{
    height: 200px;
    overflow-y: scroll;
}
#fans-default #rightCol #fans .fan
{
    margin: 10px 0;
    padding: 0;
}
#fans-default #rightCol #fans .fan img
{
    float: left;
    margin-right: 5px;
}
#fans-default #rightCol #fans .fan .user div
{
    margin: 3px 0;
    padding: 0;
}

/****************************************************/
/* MESSAGES */
/****************************************************/
#messages .children
{
    clear: both;
    margin: 0 0 0 90px;
    padding: 0;
}
#messages .children .toggle
{
    clear: both;
}
#messages .message
{
    border-bottom: solid 1px #cccccc;
    margin: 5px 0;
    padding: 5px;
}
#messages .message .attachments
{
    border: dashed 1px #cccccc;
    clear: both;
    margin: 5px 0;
}
#messages .message .attachments h3
{
    color: #cccccc;
    font-size: 10pt;
    border: none;
    margin-top: 0;
    padding: 5px 0 0 5px;
}
#messages .message .attachments .attachment
{
    float: left;
    margin-right: 10px;
    padding: 5px;
}
#messages .children .message
{
    background-color: #efefef;
    border: none;
    display: none;
    margin: 10px 0;
    padding: 10px;
}
#messages .message .user, #messages .children .message .user
{
    float: left;
    margin-right: 10px;
    padding: 0;
}
#messages .message .body
{
    float: left;
    width: 420px;
}
#messages .children .message .body
{
    float: left;
    width: 370px;
}
#messages .message .body .text, #messages .children .message .body .text
{
    clear: both;
}
#messages .message .body .text p
{
    margin: 5px 0;
    padding: 0;
}
#messages .message .body .text p.title, #messages .children .message .body .text p.title
{
    font-weight: bold;
}
#messages .message .body .date, #messages .children .message .body .date
{
    clear: both;
    color: #999999;
    font-size: 8pt;
    margin-bottom: 5px;
}
#messages .message .body .form, #messages .children .message .body .form,
#messages .message .body .reply, #messages .children .message .body .reply,
#messages .message .body .edit, #messages .children .message .body .edit
{
    clear: both;
    display: none;
    margin: 10px 0;
    padding: 0;
}

/****************************************************/
/* ACCOUNT -> PROFILE */
/****************************************************/
#account-profile
{
    background-color: White;
    clear: both;
}
#account-profile label
{
    clear: both;
    font-weight: bold;
    float: left;
    width: 60px;
    text-align: right;
    margin-right: 10px;
}
#account-profile .avatar
{
    float: left;
    margin-right: 10px;
    width: 90px;
}
#account-profile .profile
{
    float: left;
    color: #999999;
    font-size: 10pt;
    font-weight: bold;
    width: 300px;
}

/****************************************************/
/* CHAT */
/****************************************************/
#chat #chats
{
    background-color: #efefef;
    height: 300px;
    overflow-y: scroll;
}
#chat #chats .message
{
    border: none;
    border-bottom: solid 1px White;
    margin: 5px 0;
    padding: 5px;
}
#chat #chats .message .avatar
{
    float: left;
    margin: 0;
    padding: 0;
    width: 25px;
}
#chat #chats .message .body
{
    float: left;
    margin: 0;
    padding: 0;
    width: 240px;
}
#chat #chats .date
{
    padding: 5px;
}
#chat #post
{
    margin: 10px 0;
}

/****************************************************/
/* MISC STYLES */
/****************************************************/
.ad
{
    text-align: center;
    margin: 10px auto;
}
div.ten
{
	float: left;
	width: 8%;
	margin: 0;
	padding: 0 0.5%;
}
div.twenty
{
	float: left;
	width: 18%;
	margin: 0;
	padding: 0 0.5%;
}
div.thirty
{
	float: left;
	width: 28%;
	margin: 0;
	padding: 0 0.5%;
}
div.forty
{
	float: left;
	width: 38%;
	margin: 0;
	padding: 0 0.5%;
}
div.fifty
{
	float: left;
	width: 48%;
	margin: 0;
	padding: 0 0.5%;
}
div.sixty
{
	float: left;
	width: 58%;
	margin: 0;
	padding: 0 0.5%;
}
div.seventy
{
	float: left;
	width: 68%;
	margin: 0;
	padding: 0 0.5%;
}
div.eighty
{
	float: left;
	width: 78%;
	margin: 0;
	padding: 0 0.5%;
}
div.ninety
{
	float: left;
	width: 88%;
	margin: 0;
	padding: 0 0.5%;
}
div.scroll100
{
    height: 100px;
    overflow-y: auto;
}
div.scroll200
{
    height: 200px;
    overflow-y: auto;
}
div.scroll300
{
    height: 300px;
    overflow-y: auto;
}
.hidden
{
    display: none;
    visibility: hidden;
}
.clear
{
    clear: both;
}
.small
{
    font-size: 8pt;
}
.big
{
    font-size: 12pt;
}
.center
{
    text-align: center;
}
.right
{
    text-align: right;
}
.left
{
    text-align: left;
}
.date, .dim
{
    color: #999999;
    font-size: 8pt;
}
.code
{
    color: #333333;
    font-family: Courier New, Courier;
    font-size: 10pt;
}
.separator
{
    border-bottom: dashed 1px #3399ff;
    color: White;
    clear: both;
    padding: 0;
    margin: 5px 0;
}
.altrow
{
    background-color: #efefef;
}
.yes
{
    color: #33cc66;
    font-weight: bold;
}
.maybe
{
    color: #ffff00;
    font-weight: bold;
}
.no
{
    color: #ff0033;
    font-weight: bold;
}
p.help, div.help
{
    padding: 5px;
    background-color: #ffffcc;
    display: none;
}
.smileys
{
    background-color: #efefef;
    border: solid 1px White;
    display: none;
    position: relative;
    padding: 3px;
}

/****************************************************/
/* TABS */
/****************************************************/
.tabs
{
    clear: both;
}
.ui-tabs-hide
{
	display: none;
}
.ui-tabs-nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	min-height: 0; /* hasLayout for IE7 */
	_height: 0; /* hasLayout for IE6 */
}
.ui-tabs-nav li
{
	border: solid 1px #efefef;
	border-top: solid 4px #99ccff;
	float: left;
	list-style: none;
}
.ui-tabs-nav li.ui-tabs-selected
{
    background-color: #efefef;
    border-top: solid 4px #cccccc;
	list-style: none;
}
.ui-tabs-nav li a
{
	position: relative;
	display: block;
	padding: 5px 10px;
	font-size: 10pt;
}
.ui-tabs-nav li.ui-tabs-selected a
{
}
.ui-tabs-panel
{
    clear: both;
	padding: 10px;
	background-color: #efefef;
}
    
/****************************************************/
/* CSS HACKS */
/****************************************************/
.clearfix:after, #body:after, #footer:after, .form:after
{
	content: ".";
	display: block;
	height: 0;
	line-height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix, #body, #footer, .form
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix, * html # body, * html # footer
{
	height: 1%;
}
.clearfix, #body, #footer, .form
{
	display: block;
}
/* End hide from IE-mac */