/* Display Calendar */
#calendar-submit			{display:none}		
table#calendar				{border-collapse:collapse}
table#calendar *			{margin:0px;padding:0px;font-size:1em}
table#calendar caption		{padding:4px;color:#333;font-weight:bold}
table#calendar caption a	{text-decoration:none;color:#333}
table#calendar a:hover 		{cursor:pointer}
table#calendar th,
table#calendar td			{width:30px;height:20px;text-align:center;border:1px #999 solid}
table#calendar td a			{color:#fff}
table#calendar td.today		{background:#ccc;color:#fff}
table#calendar td.sat 		{background:#be0107;color:#fff}
table#calendar td.res 		{background:#fc0;color:#fff}
table#calendar td.fr 		{background:url(images/fr.gif);color:#fff}
table#calendar td.sun 		{background:#336;color:#fff}
table#calendar td.soc 		{background:#666;color:#fff}


/* Edit */
p.sel label					{font-weight:bold;float:left;width:100px}
fieldset.fixtures			{clear:both;border:1px #ccc solid;width:800px;padding:10px}
fieldset.fixtures legend	{font-weight:bold;padding:5px}
fieldset.fixtures label		{font-style:italic;float:left;width:100px}
fieldset.fixtures input		{width:250px} 
fieldset.fixtures select	{margin-right:10px}
.sel option,
fieldset.fixtures option	{margin-right:10px}
fieldset.fixtures table		{width:100%}
fieldset.fixtures table th,
fieldset.fixtures table td	{text-align:right}
fieldset.fixtures input.sh	{width:100px;margin-right:450px}
fieldset.fixtures input.btn	{width:100px;background:#666;color:#fff}
input.btn:hover 			{cursor:pointer}

ul.dropdown					{display:none;position:absolute;width:250px;height:100px;background:#fff;border:1px #7F9DB9 solid;overflow:auto;margin:-10px 0 0 100px}
ul.dropdown li				{padding-left:5px;color:#000;line-height:18px;margin:0;list-style:none}
ul.dropdown li:hover		{background:#316AC5;color:#fff}
