/* Global Default Styles */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	background-color: #000;
	/*
		background-image: url('../images/grad_main.jpg');
		background-repeat: repeat-x;
	*/
}
a:active, a:link, a:visited {text-decoration: none;color: #475C74;}/*#0D5798*/
a:hover {color: #8CAFCD;}/*#8CAFCD*/
a img{border: 0px;}
img {
	border: 0px; /* !Important */
}
/* Templates */
.mainlink{
	font-size: 14px;
	font-weight: bold;
}
.mainsection{
	background-color: #ffffff;
	padding: 10px;
	background-image: url('../images/grad_header.jpg');
    background-repeat: repeat-x;
    vertical-align: middle;
	border-top: 2px solid #FDD600;
	width: 965px;

	/* BLACK THEME
	background-color: #000;
	background-image:url(../images/fptitle_grad.jpg);
	color: #ccc;
	 */
}

.submenu_g{
	background-color: #5DB913;
}
.submenu_g a, .submenu_g a:link, .submenu_g a:visited{
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
}
.submenu_g a:hover{
	color: #e0e0e0;
}
.submenu_g table td{
	padding: 5px 5px 5px 0px;
}

.submenu{
	background-color: #666666;
	background-image:url(../images/fptitle_grad.jpg);
	padding: 10px 10px 10px 20px;

	/*
	background-color: #5DB913;
	background-image: url('../images/grad_submenu.jpg');
    background-repeat: repeat-x;
   	border-top: 2px solid #5DB913;
  	vertical-align: middle;
    */
}
.submenu table td{
	padding: 5px 5px 5px 0px;
}
.submenu table td img{
	/*display: none;*/
}
.submenu a, .submenu a:link, .submenu a:visited{
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	padding-right: 20px;
}
.submenu a:hover{
	color: #e0e0e0;
}
.headercell{
	/*background-color: #F2F2F2;*/
	background-color: #000;
}
div.header{
	width: 965px; /* global width */
	height: 65px;
	text-align: left;
	/*background-image: url('../images/grad_main.jpg');
    background-repeat: repeat-x;
    vertical-align: middle;
    background-color: #F2F2F2;
	*/
	padding:0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #475C74;
	/*border-bottom: 3px solid #EE8800;*/
}
div.header a:link{
	color: #475C74;
}
div.header a:visited{
	color: #475C74;
}
div.header a:hover{
	color: #8CAFCD;
}
div.main{
	clear: both;
	width: 955px; /* global width */
}
div.west{
	clear:both;
	width: 220px;
	float: left;
	text-align: left;
    padding:0px;
	margin: 0px;
}
div.east{
	width: 735px;
	float: right;
	text-align: left;
	padding: 3px;
}
div.full{
	width: 940px;
	text-align: left;

	/*
	padding: 3px;
	background-image: url('/static/images/author_bkg1.jpg');
	background-position: center;
	background-repeat: repeat-y;
	*/
}
div.footer{
	display: block;
    font-size: 11px;
    font-weight:bold;
	padding: 10px;
	text-align: center;
	background-image:url(../images/fptitle_grad.jpg);
	/*background-image: url('/static/images/grad_footer.jpg');border-bottom: 1px solid #333;*/
	color: #cccccc;

}
div.footer a{
    font-weight:bold;
    padding: 10px;
	color: #ccc;
}
div.footer a:hover{
	color: #fff;
}
div.footer_secondary{
	display: block;
	padding: 10px;
	text-align: center;
	color: #ccc;
}
div.footer_secondary a{
    font-weight:bold;
    padding: 10px;
	color: #ccc;
}
div.footer_secondary a:hover{
	color: #fff;
}
div.copyright{
	text-align: center;
    font-size: 11px;
    font-weight:bold;
	margin-top: 12px;
	color: #999;
}
div.copyright a{
    font-weight:bold;
    padding: 10px;
	color: #ccc;
}
div.copyright a:hover{
	color: #fff;
}

div.content{
	font-size: 12px;
    vertical-align: middle;
	padding: 0px 10px 10px 10px;
	margin-bottom: 20px;
}
div.content table{
	font-size: 12px;/*force table text*/
}

.userform{
	font-size: 12px;
	color: #333333;
	background-color: #FFFFCC;
	border: 1px solid #cccccc;
	padding: 20px;
}
.userform td{
	padding: 2px;
	vertical-align: top;
}
.userform ul{
	list-style: inside;
}
.userform h2{
	font-size: 18px;
	font-weight: lighter;
}
.userform a{
	font-weight: bold;
}

.userformfade{
	width: 500px; background-image: url('/static/images/grad_header.jpg'); background-repeat: repeat-x; background-color: white;
}

#centercontent{
	padding: 20px;
}
.note{
	font-size: smaller;
	font-style: italic;
	color: #666666;
}
/* messages */
#msg-div {
	font-family: Arial, Helvetica, sans-serif;
    /*position:absolute;  !Important */
    top:0px;
	margin-top: 10px;
    width: 710px;
    z-index:20000; /* !Important */
	font-family: Arial, Helvetica, sans;
}
a.msg-close{
	color: #333333;
	font-weight: bold;

}
.error{
	padding: 4px;
	background-color: #FFE1E1;
    border: 1px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
}
.success{
	padding: 4px;
	background-color: #EEFFEE;
    border: 1px solid #9ECE6F;
	font-family: Arial, Helvetica, sans-serif;
	color: #006A38;
}
.failmessage{
	color: #FF0000;
	font-size: 12px;
}
.successmessage{
	color: #333333;
	font-size: 12px;
}
.green{
	color: green;
}
.red{
	color: red;
}
.gray{
	color: #999999;
}
a.tablink{
	font-size: 12px;
	font-weight: bold;
}
.searchWidget{
    padding:0px; margin:0px; vertical-align: bottom; height:24px; text-align:right;
}
#searchform input{

    border: 0px;
	font-size: 11px;
}
.searchcss{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
}
/* DataView Styles */
#ignitables-view .x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}
#ignitables-view .thumb{
	background: none;
	padding: 0px;
}
#ignitables-view .thumb img{
	margin: 0px;
	padding: 0px;
}
#ignitables-view .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	padding: 5px;
}
#ignitables-view .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: center;
}
#ignitables-view .thumb-wrap-author img.ithumb{
	margin-right: 5px;
}

#ignitables-view .x-view-over{
    border:1px solid #ffffff;
    /*background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;*/
	/*background: #ffffff url(/static/images/showcase_over.jpg) no-repeat left top;*/
	background-color: #F1FADB;
	padding: 4px;
}

#ignitables-view .x-view-selected{
	background: #eff5fb url(../images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
#ignitables-view .x-view-selected .thumb{
	background: transparent;
}

#ignitables-view .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}
img.ignitable-thumb{
	border: 1px solid #cccccc;
}
.searchmatch{
	font-weight: bold;
}
div.headertab{
	margin-top: 2px;
	display: block;
	float: left;
	background-color: #B2B7BB;
	background-image: url('../images/headertab_repeat.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	margin-left: 10px;
}
div.headertab a{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}
div.headertab a:link{
	color: #ffffff;
}
div.headertab a:visited{
	color: #ffffff;
}
div.headertab a:hover{
	color: #efefef;
}
div.headertab img{
	float:left;
}
div.headertabactive{
	margin-top: 2px;
	display: block;
	float: left;
	background-color: #5DB913;
	background-image: url('../images/headertab_repeat_active.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	margin-left: 10px;
}
div.headertabactive a{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}
div.headertabactive a:link{
	color: #ffffff;
}
div.headertabactive a:visited{
	color: #ffffff;
}
div.headertabactive a:hover{
	color: #efefef;
}
div.headertabactive img{
	float:left;
}
div.headertabs{
	margin-top: 35px;
	margin-left: 25px;
}
div.headertabinner{
	display: block;
	float:left;
	padding-top: 3px;
}
div.headertab_g{
	margin-top: 2px;
	display: block;
	float: left;
	background-color: #B2B7BB;
	background-image: url('../images/headertab_g_repeat.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	margin-left: 10px;
}
div.headertab_g a{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}
div.headertab_g a:link{
	color: #ffffff;
}
div.headertab_g a:visited{
	color: #ffffff;
}
div.headertab_g a:hover{
	color: #efefef;
}
div.headertab_g img{
	float:left;
}
div.headertabactive_g{
	margin-top: 2px;
	display: block;
	float: left;
	background-color: #5DB913;
	background-image: url('../images/headertab_g_repeat_active.gif');
	background-repeat: repeat-x;
	color: #ffffff;
	margin-left: 10px;
}
div.headertabactive_g a{
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}
div.headertabactive_g a:link{
	color: #ffffff;
}
div.headertabactive_g a:visited{
	color: #ffffff;
}
div.headertabactive_g a:hover{
	color: #efefef;
}
div.headertabactive_g img{
	float:left;
}
div.headertabs_g{
	margin-top: 35px;
	margin-left: 25px;
}
div.headertabinner_g{
	display: block;
	float:left;
	padding-top: 3px;
}
div.buttonlink{
	background-image: url('../images/btn_bkg.jpg');
	background-repeat: no-repeat;
	padding: 10px;
	text-align: center;
	display: block;
	float: left;
	width: 180px;
	height: 30px;
	margin: 5px;
}
div.buttonlink a{
	color: white;
	font-size: 14px;
	font-weight:bold;
}

div.toplinks{
	font-size: 14px;
	padding-top: 16px;
	color: #ccc;
}
div.toplinks a{
	color: #ccc;
	font-size: 17px;
	font-weight: bolder;
}
div.toplinks a:hover{
	color: #fff;
}
div.topmenus{
	background-color: #666666;
	background-image:url(../images/fptitle_grad.jpg);
	padding: 5px 20px 20px 20px;
	height: 20px;
	color: #666;
}

