/* begin Page */
body {
	margin:0 auto;
	padding:0;
	background-color:#e2eefa;
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-style:normal;
	font-weight:normal;
	font-size:12px;
	color:#292929;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
.postheader, .postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover,
.blockheader .t, .vmenublockheader .t, .logo-text, .logo-text a, h1.logo-name, h1.logo-name a,
h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {
	font-style:normal;
	text-decoration:none;
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	font-size:28px;
	text-align:right;
}
a {
	text-decoration:underline;
	color:#1F5F93;
}
a:link {
	text-decoration:underline;
	color:#1F5F93;
}
a:visited, a.visited {
	color:#595959;
}
a:hover, a.hover {
	text-decoration:none;
	color:#297DC2;
}
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
	font-size:14px;
	color:#1F5F93;
}
h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
	font-size:13px;
	color:#1F5F93;
}
h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
	font-size:12px;
	color:#595959;
}
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
	font-size:14px;
	color:#0E2B43;
}
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
	font-size:12px;
	color:#0E2B43;
}
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
	font-size:11px;
	color:#0E2B43;
}
#main {
	position:relative;
	width:100%;
	left:0;
	top:0;
	cursor:default;
}
#page-background-glare {
	position:absolute;
	width:100%;
	height:130px;
	left:0;
	top:0;
}
#page-background-glare-image {
	background-image:url('images/page_gl.jpg');
	background-repeat:no-repeat;
	height:130px;
	width:900px;
	margin:0 auto;
}
html:first-child #page-background-glare {
	border:1px solid transparent;/* Opera fix */
}
#page-background-gradient {
	position:absolute;
	background-image:url('images/page_g.jpg');
	background-repeat:repeat-x;
	top:0;
	width:100%;
	height:340px;
}
#page-background-simple-gradient {
	position:absolute;
	background-image:url('images/page_sg.jpg');
	background-repeat:repeat-x;
	top:0;
	width:100%;
	height:340px;
}
.cleared {
	float:none;
	clear:both;
	margin:0;
	padding:0;
	border:none;
	font-size:1px;
}
form {
	padding:0 !important;
	margin:0 !important;
}
table.position {
	position:relative;
	width:100%;
	table-layout:fixed;
}
/* end Page */

/* begin Box, Sheet */
.sheet {
	position:relative;
	z-index:0;
	margin:0 auto;
	width:900px;
	min-width:41px;
	min-height:41px;
}
.sheet-body {
	position:relative;
	z-index:1;
	padding:5px;
}
.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl, .sheet-tc, .sheet-bc, .sheet-cr, .sheet-cl {
	position:absolute;
	z-index:-1;
}
.sheet-tr, .sheet-tl, .sheet-br, .sheet-bl {
	width:60px;
	height:60px;
	background-image:url('images/sheet_s.png');
}
.sheet-tl {
	top:0;
	left:0;
	clip:rect(auto, 30px, 30px, auto);
}
.sheet-tr {
	top:0;
	right:0;
	clip:rect(auto, auto, 30px, 30px);
}
.sheet-bl {
	bottom:0;
	left:0;
	clip:rect(30px, 30px, auto, auto);
}
.sheet-br {
	bottom:0;
	right:0;
	clip:rect(30px, auto, auto, 30px);
}
.sheet-tc, .sheet-bc {
	left:30px;
	right:30px;
	height:60px;
	background-image:url('images/sheet_h.png');
}
.sheet-tc {
	top:0;
	clip:rect(auto, auto, 30px, auto);
}
.sheet-bc {
	bottom:0;
	clip:rect(30px, auto, auto, auto);
}
.sheet-cr, .sheet-cl {
	top:30px;
	bottom:30px;
	width:60px;
	background-image:url('images/sheet_v.png');
}
.sheet-cr {
	right:0;
	clip:rect(auto, auto, auto, 30px);
}
.sheet-cl {
	left:0;
	clip:rect(auto, 30px, auto, auto);
}
.sheet-cc {
	position:absolute;
	z-index:-1;
	top:30px;
	left:30px;
	right:30px;
	bottom:30px;
	background-color:#FFFFFF;
}
.sheet {
	margin-top:125px !important;
	cursor:auto;
}
#page-background-simple-gradient, #page-background-gradient, #page-background-glare {
	min-width:900px;
}
/* end Box, Sheet */

/* begin Menu */
/* menu structure */

.menu a, .menu a:link, .menu a:visited, .menu a:hover {
	text-align:right;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}
.menu, .menu ul {
	margin:0;
	padding:0;
	border:0;
	list-style-type:none;
	display:block;
}
.menu li {
	margin:0;
	padding:0;
	border:0;
	display:block;
	float:right;
	position:relative;
	z-index:5;
	background:none;
}
.menu li:hover {
	z-index:10000;
	white-space:normal;
}
.menu li li {
	float:none;
}
.menu ul {
	visibility:hidden;
	position:absolute;
	z-index:10;
	left:0;
	top:0;
	background:none;
}
.menu li:hover>ul {
	visibility:visible;
	top:100%;
}
.menu li li:hover>ul {
	top:0;
	left:100%;
}
.menu:after, .menu ul:after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both;
}
.menu, .menu ul {
	min-height:0;
}
.menu ul {
	background-image:url(images/spacer.gif);
	padding:10px 30px 30px 30px;
	margin:-10px 0 0 -30px;
}
.menu ul ul {
	padding:30px 30px 30px 10px;
	margin:-30px 0 0 -10px;
}
/* menu structure */

.menu {
	padding:6px 10px 6px 10px;
}
.nav {
	position:relative;
	height:35px;
	z-index:100;
}
.nav .l, .nav .r {
	position:absolute;
	z-index:-1;
	top:0;
	height:35px;
	background-image:url('images/nav.png');
}
.nav .l {
	left:0;
	right:10px;
}
.nav .r {
	right:0;
	width:890px;
	clip:rect(auto, auto, auto, 880px);
}
/* end Menu */

/* begin MenuItem */
.menu a {
	position:relative;
	display:block;
	overflow:hidden;
	height:23px;
	cursor:pointer;
	text-decoration:none;
}
.menu li {
	margin-right:3px;
	margin-left:3px;
}
.menu ul li {
	margin:0;
	clear:both;
}
.menu a .r, .menu a .l {
	position:absolute;
	display:block;
	top:0;
	z-index:-1;
	height:69px;
	background-image:url('images/menuitem.png');
}
.menu a .l {
	left:0;
	right:2px;
}
.menu a .r {
	width:404px;
	right:0;
	clip:rect(auto, auto, auto, 402px);
}
.menu a .t {
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	color:#333333;
	padding:0 6px;
	margin:0 2px;
	line-height:23px;
	text-align:center;
}
.menu a:hover .l, .menu a:hover .r {
	top:-23px;
}
.menu li:hover>a .l, .menu li:hover>a .r {
	top:-23px;
}
.menu li:hover a .l, .menu li:hover a .r {
	top:-23px;
}
.menu a:hover .t {
	color:#000000;
}
.menu li:hover a .t {
	color:#000000;
}
.menu li:hover>a .t {
	color:#000000;
}
.menu a.active .l, .menu a.active .r {
	top:-46px;
}
.menu a.active .t {
	color:#D1D1D1;
}
/* end MenuItem */

/* begin Header */
div.header {
	margin:0 auto;
	position:relative;
	z-index:0;
	width:890px;
	height:175px;
	overflow:hidden;
}
div.header-jpeg {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width:890px;
	height:175px;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:center center;
}
/* end Header */

/* begin Logo */
.logo {
	display:block;
	position:absolute;
	left:10px;
	top:54px;
	width:870px;
}
h1.logo-name {
	display:block;
	text-align:center;
}
h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {
	font-size:37px;
	text-decoration:none;
	padding:0;
	margin:0;
	color:#10314C !important;
}
.logo-text {
	display:block;
	text-align:center;
}
.logo-text, .logo-text a {
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:15px;
	padding:0;
	margin:0;
	color:#10314C !important;
}
/* end Logo */

/* begin Layout */
.content-layout {
	display:table;
	padding:0;
	border:none;
	width:890px;
	direction:rtl;
}
.content-layout .content-layout {
	width:auto;
	margin:0;
}
div.content-layout div.layout-cell, div.content-layout div.layout-cell div.content-layout div.layout-cell {
	display:table-cell;
}
div.layout-cell div.layout-cell {
	display:block;
}
div.content-layout-row {
	display:table-row;
}
.content-layout {
	table-layout:fixed;
	border-collapse:collapse;
	background-color:Transparent;
	border:none !important;
	padding:0 !important;
}
.layout-cell, .content-layout-row {
	background-color:Transparent;
	vertical-align:top;
	text-align:justify;
	border:none !important;
	margin:0 !important;
	padding:0 !important;
}
/* end Layout */

/* begin Button */
.button-wrapper .button {
	font-style:normal;
	font-weight:normal;
	font-size:11px;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	text-align:right;
	text-decoration:none !important;
	color:#000000 !important;
	width:auto;
	outline:none;
	border:none;
	background:none;
	line-height:33px;
	height:33px;
	margin:0;
	padding:0 21px !important;
	overflow:visible;
	cursor:default;
	z-index:0;
	direction:rtl;
}
.button img, .button-wrapper img {
	margin:0;
	vertical-align:middle;
}
.button-wrapper {
	vertical-align:middle;
	display:inline-block;
	position:relative;
	height:33px;
	overflow:hidden;
	white-space:nowrap;
	width:auto;
	margin:0;
	padding:0;
	z-index:0;
	direction:ltr;
}
.firefox2 .button-wrapper {
	display:block;
	float:left;
}
input, select, textarea, select {
	vertical-align:middle;
	font-style:normal;
	font-weight:normal;
	font-size:11px;
}
.block select {
	width:96%;
}
.button-wrapper.hover .button, .button:hover {
	color:#000000 !important;
	text-decoration:none !important;
}
.button-wrapper.active .button {
	color:#EDEDED !important;
}
.button-wrapper .l, .button-wrapper .r {
	display:block;
	position:absolute;
	z-index:-1;
	height:99px;
	margin:0;
	padding:0;
	background-image:url('images/button.png');
}
.button-wrapper .l {
	left:0;
	right:10px;
}
.button-wrapper .r {
	width:409px;
	right:0;
	clip:rect(auto, auto, auto, 399px);
}
.button-wrapper.hover .l, .button-wrapper.hover .r {
	top:-33px;
}
.button-wrapper.active .l, .button-wrapper.active .r {
	top:-66px;
}
.button-wrapper input {
	float:none !important;
}
/* end Button */

/* begin Box, Block, VMenuBlock */
.vmenublock {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.vmenublock-body {
	position:relative;
	z-index:1;
	padding:0;
}
.vmenublock-cc {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFFFFF;
}
.vmenublock {
	margin:10px;
}
/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.vmenublockcontent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.vmenublockcontent-body {
	position:relative;
	z-index:1;
	padding:5px;
}
.vmenublockcontent-cc {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFFFFF;
}
.vmenublockcontent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.vmenublockcontent-body {
	position:relative;
	z-index:1;
	padding:5px;
}
.vmenublockcontent-cc {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFFFFF;
}
/* end Box, Box, VMenuBlockContent */

/* begin Box, Block */
.block {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:25px;
	min-height:25px;
}
.block-body {
	position:relative;
	z-index:1;
	padding:3px;
}
.block-tr, .block-tl, .block-br, .block-bl, .block-tc, .block-bc, .block-cr, .block-cl {
	position:absolute;
	z-index:-1;
}
.block-tr, .block-tl, .block-br, .block-bl {
	width:36px;
	height:36px;
	background-image:url('images/block_s.png');
}
.block-tl {
	top:0;
	left:0;
	clip:rect(auto, 18px, 18px, auto);
}
.block-tr {
	top:0;
	right:0;
	clip:rect(auto, auto, 18px, 18px);
}
.block-bl {
	bottom:0;
	left:0;
	clip:rect(18px, 18px, auto, auto);
}
.block-br {
	bottom:0;
	right:0;
	clip:rect(18px, auto, auto, 18px);
}
.block-tc, .block-bc {
	left:18px;
	right:18px;
	height:36px;
	background-image:url('images/block_h.png');
}
.block-tc {
	top:0;
	clip:rect(auto, auto, 18px, auto);
}
.block-bc {
	bottom:0;
	clip:rect(18px, auto, auto, auto);
}
.block-cr, .block-cl {
	top:18px;
	bottom:18px;
	width:36px;
	background-image:url('images/block_v.png');
}
.block-cr {
	right:0;
	clip:rect(auto, auto, auto, 18px);
}
.block-cl {
	left:0;
	clip:rect(auto, 18px, auto, auto);
}
.block-cc {
	position:absolute;
	z-index:-1;
	top:18px;
	left:18px;
	right:18px;
	bottom:18px;
	background-image:url('images/block_c.png');
}
.block {
	margin:10px;
}
/* end Box, Block */

/* begin BlockHeader */
.blockheader {
	position:relative;
	z-index:0;
	height:30px;
	margin-bottom:0;
}
.blockheader .t {
	height:30px;
	color:#FFFFFF;
	margin-right:10px;
	margin-left:10px;
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:12px;
	margin:0;
	padding:0 10px 0 10px;
	white-space:nowrap;
	line-height:30px;
}
.blockheader .l, .blockheader .r {
	display:block;
	position:absolute;
	z-index:-1;
	height:30px;
	background-image:url('images/blockheader.png');
}
.blockheader .l {
	left:0;
	right:6px;
}
.blockheader .r {
	width:890px;
	right:0;
	clip:rect(auto, auto, auto, 884px);
}
/* end BlockHeader */

/* begin Box, BlockContent */
.blockcontent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.blockcontent-body {
	position:relative;
	z-index:1;
	padding:10px;
}
.blockcontent-body {
	color:#333333;
	font-size:11px;
	line-height:100%;
}
.blockcontent-body a:link {
	color:#1B517E;
	text-decoration:none;
}
.blockcontent-body a:visited, .blockcontent-body a.visited {
	color:#1B517E;
	text-decoration:none;
}
.blockcontent-body a:hover, .blockcontent-body a.hover {
	color:#246DA8;
	text-decoration:none;
}
.blockcontent-body ul {
	list-style-type:none;
	color:#454545;
	margin:0;
	padding:0;
}
.blockcontent-body ul li {
	font-size:12px;
	line-height:16px;
	padding:0 16px 0 0;
	background-image:url('images/blockcontentbullets.png');
	background-repeat:no-repeat;
	background-position:right top;
}
/* end Box, BlockContent */

/* begin Box, Post */
.post {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}
.post-body {
	position:relative;
	z-index:1;
	padding:10px;
}
.post {
	margin:5px;
}
a img {
	border:0;
}
.article img, img.article {
	margin:10px;
}
.metadata-icons img {
	border:none;
	vertical-align:middle;
	margin:2px;
}
.article table, table.article {
	border-collapse:collapse;
	margin:1px;
	width:auto;
}
.article table, table.article .article tr, .article th, .article td {
	background-color:Transparent;
}
.article th, .article td {
	padding:2px;
	border:solid 1px #B5B5B5;
	vertical-align:bottom;
	text-align:center;
}
.article th {
	text-align:center;
	vertical-align:middle;
	padding:7px;
}
pre {
	overflow:auto;
	padding:0.1em;
}
/* end Box, Post */

/* begin PostHeaderIcon */
.postheader {
	margin:0.2em 0;
	padding:0;
	font-size:16px;
	text-align:right;
	color:#164469;
}
.postheader a, .postheader a:link, .postheader a:visited, .postheader a:hover {
	font-size:16px;
	text-align:right;
	margin:0;
	color:#164469;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.postheader a:link {
	text-align:right;
	text-decoration:none;
	color:#1B517E;
}
.postheader a:visited, .postheader a.visited {
	color:#808080;
}
.postheader a:hover, .postheader a.hovered {
	text-decoration:underline;
	color:#297DC2;
}
/* end PostHeader */

/* begin PostContent */
.postcontent p {
	margin:0.5em 0;
}
.postcontent {
	margin:0;
}
/* end PostContent */

/* begin PostBullets */
ol, ul {
	color:#404040;
	margin:1em 2em 1em 0;
	padding:0;
	font-size:11px;
}
li ol, li ul {
	margin:0.5em 2em 0.5em 0;
	padding:0;
}
li {
	margin:0.2em 0;
	padding:0;
}
ul {
	list-style-type:none;
}
ol {
	list-style-position:inside;
}
.post li {
	padding:0 20px 0 0;
	line-height:14px;
}
.post ol li, .post ul ol li {
	background:none;
	padding-right:0;
}
.post ul li, .post ol ul li {
	background-image:url('images/postbullets.png');
	background-repeat:no-repeat;
	padding-right:20px;
	background-position:right top;
}
/* end PostBullets */

/* begin PostQuote */
blockquote, blockquote p, .postcontent blockquote p {
	color:#363636;
}
blockquote, .postcontent blockquote {
	margin:10px 50px 10px 10px;
	padding:5px 32px 5px 5px;
	background-color:#9EC8EA;
	background-image:url('images/postquote.png');
	background-position:right top;
	background-repeat:no-repeat;
}
/* end PostQuote */

/* begin Footer */
.footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width:890px;
	margin:0 auto;
}
.footer .footer-inner {
	height:1%;
	position:relative;
	z-index:0;
	padding:10px;
	text-align:right;
}
.footer .footer-background {
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image:url('images/footer.png');
	width:890px;
	height:150px;
	bottom:0;
	left:0;
}
.respinar-tag-icon {
	position:relative;
	display:block;
	float:left;
	background-image:url('images/respinar.png');
	background-position:bottom right;
	background-repeat:no-repeat;
	margin:4px 5px 4px 0;
	height:22px;
	width:117px;
}
.respinar-tag-icon:hover {
	background-position:top right;
}

.footer .footer-text p {
	margin:0;
	font-size:10px;
}
.footer .footer-text {
	display:inline-block;
	color:#FFFFFF;
}
.footer .footer-text a:link {
	text-decoration:none;
	color:#FFFFFF;
}
.footer .footer-text a:visited {
	text-decoration:none;
	color:#A6A6A6;
}
.footer .footer-text a:hover {
	color:#878787;
	text-decoration:none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover {
	font-family: Tahoma, Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#246DA8;
}
.page-footer {
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#666666;
}
/* end PageFooter */

/* begin LayoutCell, content */
.content-layout .content {
	width:70%;
}
.content-layout .content-wide {
	width:100%;
}
/* end LayoutCell, content */

/* begin LayoutCell, sidebar1 */
.content-layout .sidebar1 {
	width:30%;
}
/* end LayoutCell, sidebar1 */

.overview-table .layout-cell {
	width:33%;
}
.overview-table-inner {
	margin:10px;
}
table.table {
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
	text-align:right;
	vertical-align:top;
}
table.table, table.table tr, table.table td {
	border:none;
	margin:0;
	padding:0;
	background-color:Transparent;
}
table.table th {
	border: 0;
	padding-top: 20px;
	text-align: right;
	color: #1F5F93;
}
img.image {
	margin:0;
	padding:0;
	border:none;
}

table.detail {
	width: 100%;
	text-align: right;
	margin: 10px 0;
}
table.detail th {
	text-align: right;
	font-weight: bold;
}
table.detail td.name {
	text-align: right;
	width: 150px;
	color: #777;
}
table.detail td.value {
	text-align: right;
	color: #000;
	text-wrap: warp;
}

.new {
	background-image:url('images/new.png');
	background-position:left top;
	background-repeat:no-repeat;
}

img.float-left {
	float: left;
	border: 1px solid #666;
	padding: 5px;
	background-color: #ddd;
	margin-left: 0;
}

label {
	display: inline-block;
	width: 60px;
}
input {
	display: inline-block;
	margin: 2px 0;
}
span.error {
	display: inline-block;
	color: red;
	padding-right: 10px;
}

img.imgabc {
	margin: 0;
	padding: 0;
}


