* {
	padding: 0px;
	margin: 0px;
	border: none;
}

p, h1, h2, h3, h4, h5, h6
{
	font-family: Arial, sans-serif;
}

body {
	height:auto !important;
	min-height:100%;
	height:100%;
	margin: auto;
	font-size: 12px;
	padding-bottom: 30px;
	text-align: center;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-x;
	background-color: #272727;
}

html {
	overflow-x:hidden;
}

#container {
	padding-top: 30px;
	text-align: left;
	width: 950px;
	margin: auto;
	margin-bottom: 70px;
}

.row {
	clear: both;
}

.dayCol {
	position: relative;
	width: 130px;
	height: 125px;
	float: left;
	background-color: #ffffff;
	border-top: 1px solid #dbd7cc;
	border-left: 1px solid #dbd7cc;
}

.weekCol {
	width: 30px;
	height: 125px;
	float: left;
	background-color: #ffffff;
	border-top: 1px solid #dbd7cc;
	border-left: 1px solid #dbd7cc;
}

.headerCol {
	width: 474px;
	float: left;
}

.footerCol {
	width: 474px;
	float: left;
}

.weekCol p {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
	color: #717171;
}

.day {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: #717171;
	float: right;
	padding: 10px;
}


h1.year {
	float: right;
}

#nav .headerCol {
	background-image: url('/images/hsprite.png');
}

.headerCol {
	height: 41px;
	overflow: hidden;
}

.footerCol {
	height: 21px;
	overflow: hidden;
	background-image: url('/images/fsprite.png');
}

#header .weekCol, #header .dayCol {
	background-image: url('/images/gradient.jpg');
	height: 40px;
	color: #717171;
}

#header .weekCol p {
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
	font-weight: bold;
	padding-top: 13px;
}

#header .dayCol p {
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	font-weight: bold;
	padding-top: 13px;
	margin-left: 20px;
}

.weekend {
	color: #af2222;
}

.month p, h1.year {
	color: #717171;
	font-size: 1.4em;
	font-weight: normal;
}

.month p, h1.year a{
	color: #717171;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
}

h1.year {
	padding-top: 7px;
	padding-right: 12px;
	font-weight:bold;
}

.month p {
	display: block;
	position: relative;
	top: 12px;
	text-align: center;
	width: 100px;
	float: left;
	font-weight:bold;
}

.month * {
	float: left;
}

.month a img{
	margin: 10px 10px;
}

.holliday {
	background-image: url('/images/red_corner.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

.holliday p.day {
	color: #af2222;
}

p.nameDay {
        position:absolute;
        bottom:0;
        margin: 4px;
        font-size: 0.9em;
        color:#717171;
}

p.nameDay strong {
	color: #af2222;
}

.inMonth .selected, .weekCol .selected {
	border: 2px solid #2d7f16;
	height: 122px;
	background-position: bottom right;
	background-repeat: repeat-x;	
}

.notInMonth, .notInMonth * {
	background-image: none;
	background-color: #f1f1f1;
	color: #a4a3a3;
}

.flag {
	float: left;
	margin: 4px;
}

#om {
	text-align: left;
	width: 600px;
	margin: auto;
}

#om h1, #om h2, #om p {
	margin: 10px;
	color: #fafafa;
}

#om a {
	color: #fafafa;
}

/*
#info {
	clear: both;
	width: 100%;
}
*/

#info h1, #info h2, #info p, #info a {
	color: #bbb;
}

#info {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	background:#202020;
	text-align:center;
}

#info p {
	color:#9a9a9a;
	margin:0;
	line-height: 2.2em;
} 

#wrap{
	position: absolute;
	width:100%;
	height:auto !important;
	min-height:100%;
	height:100%;
}


