/* -------------------------------------------------------------- [ Genral ] ------------------------------------------------------ */
	.mobile{display:none;}
	.desktop{display:block;}
body {
	background-color: #292929;
	/*overflow: scroll;*/

	}
.fb_reset{text-align: left !important;}
form{
padding:0;margin:0;
}
body,table,td,p,div,span,input,select,option,button {
	color: black;
	font-family: tahoma;
	font-size: 12px;
	}

b {font-family:arial;}
/* -------------------------------------------------------------- [ Misc ] ------------------------------------------------------ */

.brHeight {
	line-height: 3px;
	}

.smlNote {
	padding:3px;
	border:1px solid #D2D6D7;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	background-color: #FFFFFF;
	}

.pageTitle {
	text-align:		center;
	width:		100%;
	font-weight: 	bold;
	font-size: 		18px;
	padding-right: 	10px;
	padding-left:	10px;
	color:		#446D8C;
	}

.smallTitle {
	font-weight: bold;
	font-size: 13px;
	}

.itemBox {
	border-bottom: 1px dotted black;
	padding:2px;
	margin: 2px 4px 10px 4px;
	}

/* -------------------------------------------------------------- [ Forms ] ------------------------------------------------------ */

.fieldname {
    color: #eb9703;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.formInput , .formSelect , .formTextarea , .formText {
    background-color: #edf0f3;
    border: 1px solid #d3d9e2;
    border-radius: 4px;
    margin: 3px;
    padding: 2px;
    width: 220px;
}

.formSelect {
	height: 25px;
	width: 225px;
	}

.formInput {
	height: 20px;
}

.formTextarea {
	height: 100px;
	}

.formText {
	height: 127px;
	}

.formButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #1d3f7d;
	-webkit-box-shadow:inset 0px 1px 0px 0px #1d3f7d;
	box-shadow:inset 0px 1px 0px 0px #1d3f7d;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #246ab0), color-stop(1, #1d3f7d) );
	background:-moz-linear-gradient( center top, #246ab0 5%, #1d3f7d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#246ab0', endColorstr='#1d3f7d');
	background-color:#246ab0;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #1d3f7d;
	display:inline-block;
	color:#ffffff !important;
    float: left;
    font-family: arial;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    height: 35px;
    line-height: 33px;
    margin: auto;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: auto;
	cursor:pointer;
}
.formButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1d3f7d), color-stop(1, #246ab0) );
	background:-moz-linear-gradient( center top, #1d3f7d 5%, #246ab0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d3f7d', endColorstr='#246ab0');
	background-color:#1d3f7d;
}.formButton:active {
	position:relative;
	top:1px;
}

.notes {
	font-size: 10px;
	color: red;
	}

.repText {
	width: 200px;
	}


/* -------------------------------------------------------------- [ Events ] ------------------------------------------------------ */

.dayHeader {
	width: 105px;
	background-color: #DEE6EF;
	border:1px solid #446D8C;
	color: #446D8C;
	font-size: 16px;
	font-weight: bold;
	}

.someDay {
	width: 105px;
	height: 90px;
	background-color: #EDF0F3;
	border:1px solid #D2D6D7;
	}

.toDay {
	width: 105px;
	height: 90px;
	background-color: #F5F8FB;
	border:1px solid #446D8C;
	}

.mainCalendar {
	}

.dateNum2 {
	font-family: Guttman Yad-Brush;
	color: #446D8C;
	font-size: 18px;
	padding: 2px;
	}

.dateNum {
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	padding-right: 2px;
	padding-left: 2px;
	}

.dateLink2 {
	color: blue;
	font-size:11px;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	}

.numLink {
	color: red;
	font-size:10px;
	text-decoration: none;
	}

.totalEvents {
	font-size:10px;
	color: #555555;
	}

/* -------------------------------------------------------------- [ Calendar ] ------------------------------------------------------ */

.calTable {
	border:1px solid #555555;
	}

.calTableHeader {
	font-size: 12px; 
	color: black; 
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#DEE6EF', startColorstr='#446D8C', gradientType='0');
	font-weight: bold;
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
	}

.calCell {
	background-color: #DEE6EF;
	font-size: 10px; 
	color: black; 
	border-right:1px solid #555555;
	border-bottom:1px solid #555555;
	}

.claNav {
	text-decoration: none;
	border: 1px solid #446D8C;
	background-color: #DEE6EF;
	width: 100%;
	height: 100%;
	text-align: center;
	color: black;
	font-weight: bold;
	}
.calTitle {
	font-size:12px;
	font-family: arial;
	}
.calMDayHeader {
	color: #446D8C; 
	width:14%;
	font-size:12px;
	font-family: arial;
	font-weight: bold;

	}
.someMDay {
	margin: 2px;
	border: 1px solid #D2D6D7;
	width:14%;
	height: 20px;
	font-size:10px;
	font-family: arial;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	}
.thisDay {
	font-weight: bold;
	margin: 2px;
	border: 1px solid black;
	width:14%;
	height: 20px;
	font-size:12px;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#E9ECF1', startColorstr='#B7C7E6', gradientType='0');
	font-family: arial;
	}

.calHaveE {
	width: 90%;
	height: 90%;
	border: 1px solid #446D8C;
	padding: 1px;
	background-color: #DEE6EF;
	text-decoration: none;
	color: black;
	}

.notMAday {

	}

/* -------------------------------------------------------------- [ Poll ] ------------------------------------------------------ */

.pollGraphBack {
	background-color: #F8F9FA;
	border: 1px solid #446D8C;
	}

.pollGraphFront {
	background-color: white;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#BFDBE6', startColorstr='#E4F2F8', gradientType='0');
	}

/* -------------------------------------------------------------- [ Catalog ] ------------------------------------------------------ */

.cart_thered {
	BORDER-RIGHT: #666666 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	BORDER-LEFT: #ffffff 1px solid;
	COLOR: #000000;
	BORDER-BOTTOM: #666666 1px solid;
	FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: #cccccc;
	}
	
.cart_cell {
	BORDER-RIGHT: #797979 1px solid;
	BORDER-BOTTOM: #797979 1px solid;
	BORDER-TOP: #ffffff 1px solid;
	BORDER-LEFT: #ffffff 1px solid;
	FONT-WEIGHT: normal;
	FONT-SIZE: 8pt;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial;
	BACKGROUND-COLOR: #DFDFDF;
	}

.cart_units {
	BORDER: #AAAAAA 1px solid;
	width: 40px;
	BACKGROUND-COLOR: #EEEEEE;
	}

.catlogNavImage {
	
	}

.catlogNavTitle {
	width: 100%;
	color: #446D8C;
	font-weight: bold;
	text-decoration: none;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	}

/* -------------------------------------------------------------- [ Forum ] ------------------------------------------------------ */

.forum_table {
	width: 100%;
	border-right: 1px solid #446D8C;
	border-top: 1px solid #446D8C;
	}

.forum_therd {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	background-color: white;
	padding: 5px;
	border-left: 1px solid #446D8C;
	border-bottom: 1px solid #446D8C;
	height: 30px;
	font-weight: bold;
	font-size: 14px;
	}

.forum_cell {
	padding: 2px;
	border-left: 1px solid #446D8C;
	border-bottom: 1px solid #446D8C;
	height: 30px;
	}

.forum_row {
	background-color: #E5E8EE;
	cursor: hand;
	}

.forum_rowOver {
	background-color: #D7DAE0;
	cursor: hand;
	}

.forum_title {
	color: black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	}

.forum_desc {
	color: #8c0208;
	font-size: 10px;
	}

.forum_button {
	margin-top: 2px;
	width: 80px;
	height: 25px;
	text-align: center;
	background-color: white;
	border: 1px solid #446D8C;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	color: black;
	cursor: hand;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	}

.forum_post_box {
	margin-top: 2px;
	border: 1px solid #D2D6D7;
	height: 80px;
	}

.forum_post_info {
	font-weight: bold;
	color: #446D8C;
	padding: 5px;
	width: 80px;
	background-color: #E5E8EE;
	border-left: 1px solid #D2D6D7;
	}

.forum_post_text {
	background-color: #EDF0F3;
	padding: 2px;
	}

.forum_post_top {
	color: #446D8C;
	padding: 2px;
	font-size: 10px;
	border-bottom: 1px solid #D2D6D7;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#D3D9E2', startColorstr='#F9FAFB', gradientType='0');
	background-color: #E5E8EE;
	}
/* -------------------------------------------------------------- [ Happy ending ] ------------------------------------------------------ */

.searchInput {
	 background: url(images/input_bg.jpg);
	 width: 130px;
	 height: 23px;
	 border: 1px #2C2C2C solid;
	}
h1{font:bold 12px arial}

#picon1{ display: block;
    margin-bottom: -9px;
    margin-right: 11px;
    margin-top: -1px;}
#picon2{display: block;
    margin-bottom: -11px;
    margin-right: 9px;
	}
table.custom_table {
    border: 0 none;
    border-collapse: collapse;
    box-shadow: 0 0 3px #333;
    width: 98% !important;
}
.custom_table tr:first-child {
    background: #fcb92e none repeat scroll 0 0 !important; 
}
.custom_table tr:nth-child(2n+1) {
    background: #dcebf9 none repeat scroll 0 0;
}
.custom_table td {
    border: 0 none;
    padding: 5px;

}

.mobile-only-serach-btn{
	display:none;
}