
/* ----- TEMPORARY STYLES -----  */

#TEMPORARY_DEMO_CONTAINER {
	width: 284px;
	}

body * {
	padding: 0;
	margin: 0;
	}




/* ----- ORIGINAL STYLES - from extras.css -----  */
/*----------
myCal Styles - My Time events calendar style
----------*/

.myCalblock { /* containing myCal selector */
	background: url(/graphics/myCalendar/main_bg.jpg) repeat;
	padding-bottom: 6px;
	margin-bottom: 10px;
	min-width: 284px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.myCalblock h1 {
	background: url(/graphics/myCalendar/head_bg.jpg) repeat-x;
	padding: 0;
	}
	
.myCalblock .myCalcontent {
	margin: 0 6px 6px 6px;
	padding: 6px;
	background: #fff;
	border: solid 3px #c4bcbc;
	}

/*----------
Form Elements - MyTime Events Calendar
-----------*/

.myCalblock h2 {
	margin-botttom: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #AA0706;
	}

.myCalblock label {
	display: block;
	color: #0D2569;
	font-weight: bold;
	font-size: 11px;
	}

.myCalblock .formInput {
	width: 250px;
	padding: 2px;
	border: solid 1px #c4bcbc;
	background: url(/graphics/myCalendar/bgtile.gif);
	font-size: 16px;
	font-weight: bold;
	color: #aa0706;
	}
	
.myCalblock .submitBtn {
	background: #666;
	width: 60px;
	height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	}
	
/*----------
TABS - MyTime Events Calendar
----------*/

.myCalblock ul.tabs {
	display: block;
	list-style: none;
	background: url(/graphics/myCalendar/tab_bg.jpg);
	height: 21px;
	padding: 0 0 0 6px;
	margin: 0 0 -1px 3px;
	}
	
.myCalblock ul.tabs li {
	background: transparent url(/graphics/myCalendar/tab_right.gif) no-repeat right 0;
	padding: 0;
	float: left;
	margin: 0 2px 0 0;
	}

.myCalblock ul.tabs li a:link, 
.myCalblock ul.tabs li a:visited, 
.myCalblock ul.tabs li a:active {
	background: transparent url(/graphics/myCalendar/tab_light.gif) no-repeat 0 0;
	color: #fff;
	font-weight: normal;
	display: block;
	padding: 2px 5px 2px 5px;
	}

.myCalblock ul.tabs li a:hover {
	color: #ccc;
	}

.myCalblock ul.tabs li.selected {
	background: transparent url(/graphics/myCalendar/tab_right.gif) no-repeat right -48px; /*center image*/
	color: #000;
	}

.myCalblock ul.tabs li.selected a:link, 
.myCalblock ul.tabs li.selected a:visited, 
.myCalblock ul.tabs li.selected a:active {
	background: transparent url(/graphics/myCalendar/tab_light.gif) no-repeat 0 -48px;
	font-weight: normal;
	height: auto;
	color: #000;
	height: auto;
	}




/* ----- NEW STYLES -----  */

.myCalblock form {
	padding: 0;
	margin: 0;
	}

.myCalblock ul.tabs {
	height: 19px; /*<- change to original above*/
	}


.myCalblock td {
	line-height: 10px;
	}

.myCalblock .clear {
	clear: both;
	}

.calRight {
	float: right;
	width: 120px;
	margin-bottom: 5px;
	}

.calLeft {
	float: left;
	}

.sansbold-2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	background-color: #666666;
	padding-bottom: 2px;
	margin-top: 1px;
	width: 122px;
	color: white;
	text-align: center;
	}

.myCalblock h2 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	}

.myCalblock label {
	display: block;
	color: #0D2569;
	font-weight: bold;
	font-size: 11px;
	}

.myCalblock .comboBox {
	width: 248px;
	margin-top: 5px;
	border: solid 1px #ccc;
	}

.myCalblock .comboBoxRest {
	width: 128px;
	margin-bottom: 5px;
	border: solid 1px #ccc;
	display: block;
	}

.myCalblock .formInput {
	width: 248px;
	padding: 2px;
	background: none;
	border: solid 1px #c4bcbc;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	display: block;
	}

.myCalblock .myCalLink {
	padding: 0 0 0 7px;
	margin-top: 5px;
	background: url(/graphics/li_bullet.gif) 0 3px no-repeat;
	color: #0D2569;
	display: block;
	}
