/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
td.menu {
	 vertical-align: top;
}
ul.key_features li, .footer li, .footer ul, .services li {
	list-style-type: none;
}

.brand_new {
	margin-top: 8px;
	padding: 8px 10px;
	background: #FFF9D3;
	border: #2E57A7 1px solid;
clear: left;
}
.brand_new h5 {
	margin: 0px;
	font-size: 16px;
	color: #f00;
	text-transform: uppercase;
}
.brand_new p {
	margin: 6px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
}
.brand_new h3 {
	width: 475px;
	margin: 0px;
	padding: 0px;
	background: none;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #fd0000;
}
.brand_new .brand_new_text {
	font-size: 16px;
	padding-bottom: 5px;
}
.brand_new a {
	font-size: 13pxs;
	color: #2E57A7;
}
.alt_h3 {
	width: 475px;
	background: none;
	border-bottom: #ccc 1px dotted;
	color: #2E57A7;
}
.news_image2 {
	width:  180px;
	height: 135px;
	margin: 6px auto 0px auto;
	padding: 1px;
	border: #ccc 1px solid;
	text-align: center;
}
.services a {
	color:  #2E57A7;
}
.content_img {
	width:  462px;
	margin: 0px auto;
	padding: 1px;
	border: #ccc 1px solid;
}
.iso_logo {
	width:  60px;
	height: 60px;
	margin: 12px auto 0px auto;
}
.content {
	overflow: hidden;
	font-size: 13px;
}
.simple_list {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
p.simple_text, .ref_main_ul { font-size: 13px; }
.referinte_img {
	width: 232px;
	padding-left: 26px;
}
.referinte_img img {
	border: #ededed 2px solid;
	text-decoration: none;
}
.referinte_img img:hover {
	border: #ccc 2px solid;
}



