

div#Module{
	overflow:hidden;
	}
div#Module div.Item{
	margin:10px 15px;
	overflow:hidden;
	}
div#Module div.Item p{
	color:#333;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	margin:10px 10px;
	text-shadow:none !important;
	/*text-shadow:#DDD 1px 0px;*/
	}
div#Module div.Item ul.Simple{
	/*list-style-position:inside;*/
	list-style:none;
	padding:0px;
	margin:10px 20px;
	}
div#Module div.Item ul.Simple li{
	padding:2px 0px;
	padding-left:20px;
	background-image:url("../Images/famfamfam_icons/bullet_arrow_left.png");
	background-position:0px center;
	background-repeat:no-repeat;
	color:#333;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	}

div#Module div.Item ul.Files{
	list-style:none;
	padding:0px;
	margin:10px 15px;
	}
div#Module div.Item ul.Files li{
	padding:2px 0px;
	padding-left:22px;
	background-image:url("../Images/famfamfam_icons/bullet_arrow_left.png");
	background-position:0px center;
	background-repeat:no-repeat;
	font-family:"Courier New" !important;
	color:#333;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	}
div#Module div.Item ul.Files li.PHP{
background-image:url("../Images/famfamfam_icons/page_white_php.png");
	}
	
div#Module div.Item ul.TwoColumns{
	list-style:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
	}
div#Module div.Item ul.TwoColumns li{

	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
	width:445px;
	margin:10px;
	}
	
	

	
div#Module div.Item h3 span.Small{
	font-size:16px !important;
	}
	
div#Module div.Item h3.important{
	color:#FFF !important;
	background-color:#555 !important;
	padding:5px 10px;
	border-radius:5px;
	}
	
div#Module div.Item  h1, div#Module div.Item  h2, div#Module div.Item  h3, div#Module div.Item  h4{
	font-family:Arial;
	padding:0px 10px 0px 0px;
	margin:0px;
	font-weight:normal;
	color:#335CAD;
	color:#333;
	
	
	/*text-shadow:#DDD 1px 1px;
	text-shadow:#BBB 1px 0px 0px;*/
	}
	
div#Module div.Item  h1 a, div#Module div.Item  h2 a, div#Module div.Item  h3 a, div#Module div.Item  h4 a{
	color:#335CAD;
	color:#333;
	text-decoration:none;
	}
div#Module div.Item p sup{
	font-family:Verdana !important;
	margin-left:3px;
	}
div#Module div.Item p a{
	color:#335CAD;
	/*border-bottom:1px #335CAD solid;*/
	text-decoration:none;
	}
div#Module div.Item  h4{
	font-weight:bold;
	}
div#Module div.Item div.Thumb{
	margin:5px 10px !important;
	padding:5px;
	overflow:hidden;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	}
div#Module div.Item div.Thumb img{
	background-color:#FFF;
	width:120px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	}
div#Module div.Item div.Thumb p{
	margin:5px 0px 0px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#666;
	text-align:center;
	}
	
	
div#Module div.Item table.List{
	padding:0px;
	margin:10px auto;
	
	border:1px #DDD solid;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
		border-right:none;
	border-bottom:none;
	}
div#Module div.Item table.List tr.Head{
	background-image:url("../Images/Background/Input.jpg");
	/*-moz-box-shadow: 0px 2px 4px #BBB;
	-webkit-box-shadow: 0px 2px 4px #BBB;
	box-shadow: 0px 2px 4px #BBB;*/
	}
div#Module div.Item table.List tr.Head td{
	font-weight:bold;
	text-align:center;
	color:#333;
	}
div#Module div.Item table.List tr.Head td a{
	text-shadow:#FFF 1px 1px;
	color:#333;
	text-decoration:none;
	}
	
div#Module div.Item table.List td{
	color:#333;
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	padding:5px;
	border-right:1px #DDD solid;
	border-bottom:1px #DDD solid;
	}
div#Module div.Item table.List td a{
	color:#333;
	text-decoration:underline;
	}
div#Module div.Item table.List td.NoBorder{
	border:none;
	}
div#Module div.Item table.List tr.First td{
	/*padding:9px 5px 5px 5px;*/
	}
div#Module div.Item table.List td.Bold{
	font-weight:bold;
	}
div#Module div.Item table.List td.Center{
	text-align:center;
	}
div#Module div.Item table.List td.Boolean{
	font-weight:bold;
	}

div#Module div.Item table.List td.Boolean span.True,div#Module div.Item table.List td.Boolean span.False{
	display:block;
	padding:3px 0px;
	background-position:2px center;
	background-repeat:no-repeat;
	}
div#Module div.Item table.List td.Boolean span.True{
	background-image:url("../Images/famfamfam_icons/lightbulb.png");
	}
div#Module div.Item table.List td.Boolean span.False{
	background-image:url("../Images/famfamfam_icons/lightbulb_off.png");
	}
	
/* Forms.css */

div#Module div.Item form{
	padding:0px;
	margin:0px;
	overflow:hidden;
	}
div#Module div.Item form h3{
	
	padding:10px !important;
	border-bottom:1px #c0c0c0 solid;
	}
div#Module div.Item ul.Fields{
	padding:0px;
	margin:10px 10px;
	list-style:none;
	}
div#Module div.Item ul.Fields li{
	font-family:Verdana;
	font-size:12px;
	line-height:18px;
	color:#333;
	}
div#Module div.Item ul.Fields li.Label{
	margin:5px 0px 5px;
	}
div#Module div.Item ul.Fields li.Obligatory{
	margin:5px 0px 5px;
	font-weight:bold;
	}
	
div#Module div.Item ul.Fields li.Input{
	color:#333;
	margin:5px 0px 10px 10px;
	overflow:hidden;
	}
div#Module div.Item ul.Fields li.Input div.Error{
	float:left;
	color:#FF6363;
	padding:7px 0px 7px 30px;
	font-size:12px;
	font-family:"Verdana";
	background-image:url("../Images/famfamfam_icons/exclamation.png");
	background-repeat:no-repeat;
	background-position:10px center;
	}
div#Module div.Item ul.Fields li.Input div.Successfully{
	float:left;
	height:14px;
	color:#FF6363;
	padding:7px 0px 7px 30px;
	font-size:12px;
	font-family:"Verdana";
	background-image:url("../Images/famfamfam_icons/tick.png");
	background-repeat:no-repeat;
	background-position:10px center;
	}
div#Module div.Item ul.Fields li.Input input,div#Module div.Item ul.Fields li.Input select,div#Module div.Item ul.Fields li.Input textarea{
	padding:7px;
	border:1px #999 solid;
	font-family:Verdana;
	font-size:12px;
	float:left;
	color:#555;
	background-image:url("../Images/Background/Input.jpg");
	background-repeat:repeat-x;
	background-color:#EAEAEA;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	width:360px;
	font-weight:bold;
	}
	
div#Module div.Item ul.Fields select.Disabled option{
	margin:10px !important;
	padding:10px !important;
	color:red !important;
	}
div#Module div.Item ul.Fields li.Input select{
	width:360px !important;
	}
div#Module div.Item ul.Fields li.Input textarea{
	width:650px !important;
	height:250px !important;
	}
div#Module div.Item ul.Fields li.Input select option{
	padding:0px 7px;
	}


	
ul.Buttons{
	overflow:hidden;
	margin:10px 10px;
	padding:0px;
	float:right;
	list-style:none;
	}
ul.Buttons li{
	margin:0px 10px;
	float:left;
	/*background-image:url("../Images/background/Input.jpg");*/
	
background: #fafafa; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #fafafa 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fafafa 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fafafa 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fafafa 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fafafa 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */

	background-repeat:repeat-x;
	border:1px #AAA solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
ul.Buttons li:hover{
	border:1px #666 solid;
	}
ul.Buttons li.Submit{
	border:1px #216cb7 solid;
background: #6ea6db;
background: -moz-linear-gradient(top,  #6ea6db 0%, #216cb7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ea6db), color-stop(100%,#216cb7));
background: -webkit-linear-gradient(top,  #6ea6db 0%,#216cb7 100%);
background: -o-linear-gradient(top,  #6ea6db 0%,#216cb7 100%);
background: -ms-linear-gradient(top,  #6ea6db 0%,#216cb7 100%);
background: linear-gradient(to bottom,  #6ea6db 0%,#216cb7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea6db', endColorstr='#216cb7',GradientType=0 );
	}
ul.Buttons li.Submit a{
	color:#FFF;
	
	}
ul.Buttons li a{
	padding:7px 15px;
	display:block;
	color:#444;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	}
ul.Buttons li.Main{
	border:1px #aAA solid;
	}
ul.Buttons li.Icon a{
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:10px 50%;
	}
	
	
	
ul.Buttons li.Secure a{
	background-image:url("../Images/famfamfam_icons/lock.png");
	}
ul.Buttons li.Refresh a{
	background-image:url("../Images/famfamfam_icons/arrow_refresh.png");
	}
ul.Buttons li.Save a{
	background-image:url("../Images/famfamfam_icons/disk.png");
	}
ul.Buttons li.Submit a{
	background-image:url("../Images/famfamfam_icons/accept.png");
	}
ul.Buttons li.Edit a{
	background-image:url("../Images/famfamfam_icons/pencil.png");
	}
ul.Buttons li.Delete a{
	background-image:url("../Images/famfamfam_icons/delete.png");
	}
ul.Buttons li.Info a{
	background-image:url("../Images/famfamfam_icons/information.png");
	}
ul.Buttons li.Reply a{
	background-image:url("../Images/famfamfam_icons/add.png");
	}
ul.Buttons li.Favorite a{
	background-image:url("../Images/famfamfam_icons/heart.png");
	}
ul.Buttons li.History a{
	background-image:url("../Images/famfamfam_icons/layout.png");
	}
ul.Buttons li.Comment a{
	background-image:url("../Images/famfamfam_icons/comment.png");
	}
ul.Buttons li.Facebook a{
	background-image:url("../Images/fb.png");
	}
ul.Buttons li.Search a{
	background-image:url("../Images/famfamfam_icons/zoom.png");
	}
ul.Buttons li.ReportPatment a{
	background-image:url("../Images/famfamfam_icons/accept.png");
	}
ul.Buttons li.ConfirmPayment a{
	background-image:url("../Images/famfamfam_icons/accept.png");
	}
	
	
	
	
	
div#Module div.Code{
	margin:15px;
	padding:10px;
	overflow:auto;
	}
div#Module div.Code code{
	margin:0px;
	padding:0px;
	font-size:11px;
	}
/* New */



div#Module ul.Pages{
	width:800px;
	
	padding:0px;
	margin:25px 25px;
	list-style:none;
	overflow:hidden;
	}
div#Module ul.Pages li{
	/*background: #508dd2;*/
	float:left;
	
background: #fafafa; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top,  #fafafa 0%, #dddddd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fafafa 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fafafa 0%,#dddddd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fafafa 0%,#dddddd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fafafa 0%,#dddddd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */


	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
	
	/*background: -webkit-gradient(linear, left top, left bottom, from(#6ea6db), to(#216cb7)), transparent;
	background: -moz-linear-gradient(top, #6ea6db, #216cb7);*/
	}
	
div#Module ul.Pages li.Current{
background: #6ea6db;
background: -moz-linear-gradient(top,  #6ea6db 0%, #216cb7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ea6db), color-stop(100%,#216cb7));
background: -webkit-linear-gradient(top,  #6ea6db 0%,#216cb7 100%);
background: -o-linear-gradient(top,  #6ea6db 0%,#216cb7 100%);
background: -ms-linear-gradient(top,  #6ea6db 0%,#216cb7 100%);
background: linear-gradient(to bottom,  #6ea6db 0%,#216cb7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ea6db', endColorstr='#216cb7',GradientType=0 );
	border:1px #216cb7 solid;
	}
div#Module ul.Pages li.Current a{
	border-right:1px #7EB0DF solid;
	border-left:1px #7EB0DF solid;
	color:#FFF;
	text-shadow:none;
	}
div#Module ul.Pages li.Current a:hover{
	color:#FFF;
	}
div#Module ul.Pages li a{
	text-shadow:1px 1px 0px #FFF;
	color:#555;
	text-shadow:;
	padding:7px 13px;
	display:block;
	text-decoration:none;
	font-family:Verdana;
	font-size:13px;
	border-right:1px #FFF solid;
	border-left:1px #c0c0c0 solid;
	}
	
div#Module ul.Pages li.Disabled a, div#Module ul.Pages li.Disabled a:hover{
	color:#666 !important;
	}
div#Module ul.Pages li.Extended a{
	line-height:16px;
	font-size:10px;
	color:#666;
	padding:7px 5px;
	}
div#Module ul.Pages li.ExtendedEnabled a{
	padding:7px 13px;
	}
div#Module ul.Pages li a:hover{
	color:#222;
	
	}
div#Module ul.Pages li:first-child{
	border-left:1px #CCC solid;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	}
div#Module ul.Pages li:first-child a{
	border-left:none !important;
	}
div#Module ul.Pages li:last-child{
	border-right:1px #CCC solid;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	}
div#Module ul.Pages li:last-child a{
	border-right:none !important;
	}

/* End new */
div#Module ul.Thumbs{
	padding:0px;
	margin:0px;
	list-style:none;
	overflow:hidden;
	}
div#Module ul.Thumbs li{
	float:left;
	margin:10px 0px;
	background-color:#FBFBFB;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border:2px #E8E8E8 solid;
	/*border:1px solid #938a82;*/
/*	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	  -moz-box-shadow: 2px 2px 3px #AAA;
  -webkit-box-shadow: 2px 2px 3px #AAA;
  box-shadow: 2px 2px 3px #AAA;*/

	}
div#Module ul.Thumbs li div{
	width:130px;
	height:130px;
	line-height:130px;
	background-position:center center;
	background-repeat:no-repeat;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	
	/*-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	border:3px #BBB solid;*/
	}
div#Module ul.Thumbs li div a{
	display:block;
	/*background-color:#000;
	opacity:0.5;*/
	text-decoration:none;
	}
div#Module ul.Thumbs li div a:hover{
	opacity:0 !important;
	background-color:none !important;
	}
div#Module ul.Thumbs li ul.Rate{
	display:none;
	margin:10px auto 10px!important;
	
	}
div#Module ul.Thumbs li ul.Rate li{
	border:inherit;
	  -moz-box-shadow:inherit;
  -webkit-box-shadow:inherit;
  box-shadow:inherit;
	}
div#Module ul.Thumbs li p{
	display:none;
	margin:0px 5px !important;
	font-weight:bold;
	text-align:center;
	padding:0px;
	color:#666;
	font-size:10px;
	line-height:14px;
	}

	
	
ul.Rate{
	width:100px !important;
	margin:10px !important;
	padding:0px !important;
	list-style:none;
	overflow:hidden;
	}
ul.Rate li{
	float:left !important;
	width:20px !important;
	padding:0px !important;
	margin:0px !important;
	height:20px;
	line-height:20px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url("../Images/famfamfam_icons/star.png");
	}
ul.Rate li a{
	display:block;
	padding:inherit !important;
	text-decoration:none;
	}
ul.Rate li a:hover{
	opacity:0 !important;
	background-color:none !important;
	}
ul.Rate li.Disabled a{
	background-color:#FFF;
	opacity:0.5;
	}
	
	
/* melbaStaff.css */

div#Module div.Item div.Thumb{
	margin:0px 10px 0px 0px;
	padding:5px;
	}
	
	
div#Module div.Banner{
	position:relative;
	width:930px;
	height:300px;
	margin:20px auto;
	background-color:#000;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	}
div#Module div.Banner div.Bulb{
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	width:930px;
	height:300px;
	background-image:url("../Images/Banners/bulb.png");
	opacity:0;
	}
div#Module div.Banner div.Logo{
	position:absolute;
	z-index:2;
	top:0px;
	right:0px;
	width:500px;
	height:300px;
	background-image:url("../Images/Banners/light.png");
	background-position:0px center;
	background-repeat:no-repeat;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	}
	

div#Module div.StopTrying{
	position:relative;
	width:930px;
	height:300px;
	margin:20px auto;
	}
div#Module div.StopTrying a{
	display:block;
	height:300px;
	line-height:300px;
	background-image:url("../Images/Banners/stop.png");
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-decoration:none;
	}
div#Module div.StopTrying a:hover{
	display:block;
	background-position:0px -300px;
	}