﻿/*

'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
''
'' Application:     XIA Management Suite
'' Type / Name:     Style Sheet / centrel.css
'' Description:     Provides the main CSS styles for Centrel Applications
''
''
''  CENTREL Comment Block Version 1.0 Copyright © CENTREL Solutions
''
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

*/


a:link { 
	color: black;
	text-decoration: none;
	}
a:visited { 
	color: black;
	}
a:hover { 
	color: black;
	text-decoration: none;
	}
a:active { 
	color: black;
	}

/* Configures the standard HTML Body */
body 
{
    margin: 0px;
	font-family: Arial;
    font-size: 11px;
}

/* Styles any multiline TextBox */
TEXTAREA
{
    font-family: Arial;
    font-size: 11px;
}

INPUT
{
    font-family: Arial;
    font-size: 11px;
}


H1
{
	color: #222244;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}

H2
{
	color: #222244;
	font-size: 20px;
}

H3
{
	color: #222244;
	font-size: 15px;
	margin-bottom: 5px;
}

H4
{
	color: #222244;
	font-size: 12px;
	font-weight: bold;
}


/* Standard Error Text */
.errortext
{
    color: Red;
    font-size: 11px;
}

/* Informational Text */
.infotext
{
	color: #444444;
	font-size: 10px;
}



/* Styles the Help image that users select for more information */
.helpimage
{
    cursor: pointer;
    cursor: hand;
    vertical-align: middle;
    margin-right: 5px;
}


/* Table Control Styles */
.xiatable
{
    width: 97%;
}

/* Table Header Cell Styles */
.xiatable TH
{
	border:solid 1px #AAAAAA;
	padding: 5px;
	margin: 5px;
	background-color: #DDDDDD;
	color: #222222;
	font-weight:bold;
	font-size: 10px;
}

/* Standard Table Data Cell Styles */
.xiatable TD
{
	border:solid 1px #AAAAAA;
	padding: 2px;
	margin:0px;
	background-color: #EFEFEF;
    font-size: 11px;
}

/* Standard Table Data Cell Styles */
.PricingCell
{
	border:solid 1px #AAAAAA;
	padding: 2px;
	margin:0px;
	background-color: #EFEFEF;
    font-size: 11px;
    width: 300px !IMPORTANT;
    text-align: center;
}

.OptionHeader
{
	text-align: center;
	width: 40px !IMPORTANT;
}

/* Style used for the Features title cells */
.TitleCell
{
	width: 250px !IMPORTANT;
}

/* Style used for the Features notes cells */
.NotesCell
{
	width: 400px !IMPORTANT;
}

/* Standard Table Data Cell Styles */
.OptionCell
{
	border:solid 1px #AAAAAA;
	padding: 2px;
	margin:0px;
	background-color: #EFEFEF;
    font-size: 11px;
    width: 80x !IMPORTANT;
    text-align: center;
    vertical-align: top;
}

