﻿@import url(css/template.css);

div.topContent { padding-bottom: 5px; margin-bottom: 6px; border-bottom: 3px solid #cbd0d5; }
table.content-table td.centerPane, table.content-table td.leftPane { padding: 0; }

/* Login Box */
	/* div.grayBox_Login_Container { border: 0 none !important; background: none !important; } 
	.topRightPane div.gbox-c1 { margin: 0 auto -20px; background: #e9e8e8 url(images/template/gbox-c1.gif) 0% 0% no-repeat; }
	.topRightPane div.gbox-c2 { background-image: url(images/template/gbox-c2.gif); }
	.topRightPane div.gbox-c3 { background-image: url(images/template/gbox-c3.gif); }
	.topRightPane div.gbox-c4 { background-image: url(images/template/gbox-c4.gif); } */
	div.grayBox_Login_Container {padding: 1px 7px !important;}
	

/* Bottom Content Area */
	div.bottomContent-bg { background: url(images/template/bottomContent.gif) 0% 0% repeat-x; }
	div.bottomContent { background: url(images/template/bottomContent-bg.gif) 0% 0% repeat ; }
	div.bottomContent-header { padding-top: 38px; background: url(images/template/bottomContent-header.jpg) 0% 0% no-repeat; }
	
	table.link-row { position: relative; margin-top: -40px; }
	
	td.leftPane, td.bottomLeftPane { border-right: 1px solid #c0baac; }
	td.centerPane, td.bottomCenterPane { border-left: 1px solid #f7f6f0; border-right: 1px solid #c0baac; }
	td.rightPane, td.bottomRightPane { border-left: 1px solid #f7f6f0; }
	
	div.bottomContent table.content-table td.contentPane { width: 33%; }
	td.leftPane div.bottomContent_Content p.Question { color: #7d4f2a; }
	td.centerPane div.bottomContent_Content p.Question { color: #2f641e; }
	td.rightPane div.bottomContent_Content p.Question { color: #324860; }
	
	div.btn-lnk a { position: relative; display: block; width: 58px; height: 20px; padding: 9px 5px; margin: 0 25px -5px auto; text-align: center; font-weight: bold; font-size: 14px; text-transform: capitalize; text-decoration: none; background: url(images/buttons/btn-bottom-lnk.png) 0% 0% no-repeat; }
	div.btn-lnk a:hover { background-position: 0% 100%; }
	
	td.bottomLeftPane div.btn-lnk a { color: #7d4f2a; }
	td.bottomCenterPane div.btn-lnk a { color: #2f641e; }
	td.bottomRightPane div.btn-lnk a { color: #324860; }
	
	td.bottomLeftPane div.btn-lnk a:hover { color: #a05c26; }
	td.bottomCenterPane div.btn-lnk a:hover { color: #33831a; }
	td.bottomRightPane div.btn-lnk a:hover { color: #115199; }


