
/**
 * Framework CSS
 *
 * @package wplook
 * @subpackage Illision
 * @since Illusion 1.0
*/
#wrap_fm {
	width: 828px;
	margin: 15px 0 20px 15px;
}

/* --- --- --- [ Header ] --- --- ---*/
.header_fm {
	background: #72b1e0 url(images/header_bg.jpg) repeat-x;
	height: 95px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* --- --- --- [ Logo ] --- --- ---*/
.logo_fm {
	width: 250px;
	float: left;
	font-size: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 35px 0 0 20px;
	text-shadow: 1px 1px 0 #5f6b87;
}

/* --- --- --- [ Framework and Theme version ] --- --- ---*/
.frame_vers_fm {
	width: 250px;
	float: right;
	margin: 25px 0 0 0px;
}

/* --- --- --- [ Framework Version ] --- --- ---*/
.framework_version_fm {
	font-weight: bold;
	font-size: 18px;
	color: #4a759b;
	text-shadow: 1px 1px 0 #b0d3ed;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* --- --- --- [ Theme Version ] --- --- ---*/
.theme_version_fm {
	font-weight: bold;
	font-size: 15px;
	color: #4a759b;
	margin-top: 10px;
	text-shadow: 1px 1px 0 #b0d3ed;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* --- --- --- [ Top Menu (documents and support link) ] --- --- ---*/
.top_menu_fm {
	border: 1px solid #dbd9d9;
	background: #f1f1f1;
	padding: 3px 20px;
	border-top: none;
	margin-bottom: 15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-align: right;
}

.top_menu_fm a:hover {
	text-decoration: underline;
}

.doc_fm {
	margin-left: 5px;
	padding-left: 20px;
	background: url(images/acrobat.png) no-repeat left center;
	color: #4a759b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

.support_fm {
	margin-left: 5px;
	padding-left: 20px;
	background: url(images/support.png) no-repeat left center;
	color: #4a759b;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	text-decoration: none;
}

/* --- --- --- [ Body ] --- --- ---*/
#wrap_body_fm {
	background: #FFF url(images/body_bg.jpg) repeat-y;
	border: 1px solid #dbd9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* --- --- --- [ Column 1 ] --- --- ---*/
.col1_fm {
	width: 190px;
	float: left;
	display: none;
}

/* --- --- --- [ Left Menu ] --- --- ---*/
.menu_fm {
	margin: 15px 0 15px 0;
	padding: 0px;
	width: 188px;
	border-top: 1px solid #dbd9d9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px
}

.menu_fm li {
	list-style: none;
	margin: 0px;
}

.menu_fm li a {
	padding: 9px 15px 10px 15px;
	display: block;
	background: #fff url(images/li_fm.jpg) no-repeat bottom left;
	color: #175481;
	text-decoration: none;
}

.menu_fm li a:hover {
	background: #FFF url(images/active_hover.jpg) no-repeat bottom left;
	width: 195px;
	display: block;
}

/* --- --- --- [ Column 2 ] --- --- ---*/
.col2_fm {
	width: 610px;
	float: left;
	margin-left: 15px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	padding: 22px 0 15px 0;
	color: #ca0000;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 25px 0 20px 0;
	color: #ca0000;
	font-weight: normal;
}

.name_fm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	margin: 0 0 10px 0;
	color: #4a759b;
}

.name_fm img {
	margin-right: 5px;
}

.name_fm img {
	float: left;
	padding: 0px 3px 0 0;
}

.input_fm {
	margin: 0 0 10px 0;
}

.input_fm input[type ="text"],
.input_fm textarea {
	width: 99%;
}

.input_fm select {
	width: 60%;
}

.desc_fm {
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #4a759b;
	padding-bottom: 20px;
	color: #999;
	font-size: 12px;
}

/* --- --- --- [ Acordeon ] --- --- --- */
div.tabscontainer {
	margin:15px 0px;
}

div.tabscontainer div.tabs {
	list-style: none;
	width: 190px;
	cursor: pointer;
	float:left;
	margin-top: 10px;
	left: 0px;
	z-index: 2;
}

div.tabscontainer div.curvedContainer {
	margin-left: 190px;
	min-height:400px;
}

div.tabscontainer div.curvedContainer .tabcontent {
	display:none;
	padding:0 15px;
}

div.tabs div.tab {
	display: block;
	background: #fff url(images/li_fm.jpg) no-repeat bottom left;
	position: relative;
	color: #73736b;
}

div.tabs div.link {
	padding: 10px 0 10px 15px;
	font-size: 14px;
	font-size: 13px;
}

div.tabs div.tab.selected {
	color: #ffffff;
	border-right-color: #aeaeaa;
}

div.tabs div.tab.selected {
	background: #FFF url(images/active_hover.jpg) no-repeat bottom left;
	color: #4A759B;
}

div.tabs div.tab.first {
	border-top: 1px solid #dbd9d9;
	width: 189px;
}

div.tabs div.tab.last {
}

div.tabs div.tab div.arrow {
	position: absolute;
	background: url(images/arrow_right_expanda.png) no-repeat;
	height: 16px;
	width: 16px;
	left: 170px;
	top: 10px;
	display: none;
}

div.tabs div.tab.selected div.arrow {
	display: block;
}

small:hover {
	color: #000;
	cursor: pointer;
}

/* --- --- --- [ Other Settings ] --- --- ---*/
.clear {
	clear: both;
}

.col_100 {
	padding-left: 200px;
}

.col_50 {
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

div.updated {
	background: #f3f3f3;
	color: #666;
	width: 95%;
	margin-top: 10px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.error {
	background: #f3f3f3;
	color: #666;
	width: 95%;
	margin-top: 10px;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* --- --- [Latest News] --- --- */

.news-wrap, .theme-wrap {
	width: 600px;
	margin-left: 20px;
}

.news-wrap h2, .theme-wrap h2{
	font-size: 25px;
	color: #464646;
}
.wplookpanel {border-bottom:2px solid #CA0000;}