html
{
    height: 101%;
}

.warning
{
    color: #990000;
}

.featureItem
{
    font-size: 14px;
    margin-bottom: 15px;
}

.featureItem p
{
    margin-left: 10px;
    margin-top: 5px;
}

.featureItem h1
{
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #375a78;
}

body 
{
    text-align: center;
    font: 12px Arial;
    background-image: url( '../images/bg.jpg' );
    background-repeat: repeat-x;
    background-color: #d4e3ef;
    margin: 0;
    padding: 0;
}

.fieldDesc
{
    font-size: 10px;
    font-weight: normal;
    margin: 2px;
    margin-left: 10px;
    color: #1b2c3a;
}

.separation
{
    border: solid 1px #cccccc;
    margin-bottom: 10px;
}

.colorList
{
    list-style-type: none;
    padding: 5px;
    margin: 0px 5px;
}

.colorList li
{
    padding: 0px;
    margin: 0px;
}

.separationHeader
{
    padding: 5px;
    font-weight: bold;
    background-color: #d4e3ef;
}

.separationHeader td
{
    vertical-align: middle;
    padding: 2px 5px;
}

.separationColor
{
    border: solid 1px #cccccc;
    cursor: pointer;
    background-color: #d4e3ef;
    font-size: 10px;
    margin: 5px;
}

.separationColor td
{
    vertical-align: middle;
    padding: 5px;
}

.colorListPlaceholder
{
    height: 5px;
    background-color: orange;
}

#newCreditCard th
{
    color: #375a78;
}

#newCreditCard input[type=text]
{
    width: 100%;
}

.currentNavigation
{
	font-weight: bold;
	color: #1b2c3a;
}

.currentSubNavigation
{
	font-weight: bold;
	color: #1b2c3a;
}

.question
{
	color: #375a78;
	font-size: 14px;
	cursor: pointer;
	padding: 5px;
}

.question:hover
{
	color: #5286b3;
}

.answer
{
	background-color: #d4e3ef;
	padding: 10px;
	border: 1px solid #cccccc;
	margin: 10px;
}

.checkbox_list li
{
	list-style-type: none;
}

.adminHeader
{
	color: #1b2c3a;
	font-weight: bold;
}

.adminHeader a:link
{
    font-weight: bold;
    text-decoration: none;
    color: #375a78;
}

.adminHeader a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #375a78;
}

.adminHeader a:hover 
{
	font-weight: bold;
    text-decoration: none;
    color: #5286b3;   
}

.adminHeader a:active
{
    font-weight: bold;
    text-decoration: none;
    color: #375a78;
}

.adminTableHorizontal
{
	width: 100%;
	border: 1px solid #cccccc;
}

.adminTableHorizontal th
{
	background-color: #d4e3ef;
	padding: 10px;
	border-right: 1px solid #cccccc;
	color: #375a78;
	width: 150px;
    text-align: left;
}

.adminTableHorizontal td
{
	padding: 10px;
}

.adminTable
{
	width: 100%;
	border: 1px solid #cccccc;
}

.adminTable th
{
	background-color: #d4e3ef;
	padding: 5px 15px;
	border-bottom: 1px solid #cccccc;
	color: #375a78;
}

.adminTable tfoot th
{
    border-top: 1px solid #cccccc;
    border-bottom: none;
}

.adminTable td
{
	padding: 5px 15px;
}

.adminTable tr.even
{
	padding: 5px;
	background-color: #ffffff;
}

.adminTable tr.odd
{
	padding: 5px;
	background-color: #f3f3f3;
}

#wrapper 
{
    text-align: left;
    width: 800px;
    margin: 0 auto 0 auto;
   /* border: solid 1px #cccccc;*/
    background-color: #ffffff;
    
}

#threeEasySteps th
{
    text-align: left;
    width: 33%;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
}

#features
{
    width: 100%;
}

.feature
{
    width: 240px;
    font-size: 12px;
}

.featureIcon
{
    float: left;
    margin-right: 10px;
    padding-bottom: 15px;
}

.featureHead a:link
{
    font-weight: bold;
}

.featureHead a:active
{
    font-weight: bold;
}

.featureHead a:visited
{
    font-weight: bold;
}

.featureHead
{
    font-size: 14px;
    font-weight: bold;
    color: #375a78;
    margin-bottom: 4px;
    margin-left: 30px;
}

.featureDesc
{
    margin-left: 30px;
}

#header 
{
    height: 119px;
    background-image: url( '../images/header.jpg' );
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

#subnavigation
{
	padding: 5px 15px;
	background-color: #bfdaef;
	color: #375a78;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}

#subnavigation a:link
{
	text-decoration: none;
	color: #375a78;
	font-weight: bold;
}

#subnavigation a:visited
{
	text-decoration: none;
	color: #375a78;
	font-weight: bold;
}

#subnavigation a:hover
{
	text-decoration: none;
	font-weight: bold;
	color: #5286b3;
}

#subnavigation a:active
{
	text-decoration: none;
	color: #375a78;
	font-weight: bold;
}

form th
{
	vertical-align: top;
	padding: 10px;
}

form .error_list
{
	color: #FF0000;
}

#navigation a:link
{
    font-weight: bold;
    text-decoration: none;
    color: #375a78;
}

#navigation a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #375a78;
}

#navigation a:hover 
{
	font-weight: bold;
    text-decoration: none;
    color: #5286b3;   
}

#navigation a:active
{
    font-weight: bold;
    text-decoration: none;
    color: #375a78;
}

a:link
{
	font-weight: normal;
    text-decoration: none;
    color: #375a78;
}

a:visited
{
	font-weight: normal;
    text-decoration: none;
    color: #375a78;
}

a:hover 
{
	font-weight: normal;
    text-decoration: none;
    color: #5286b3;   
}

a:active 
{
	font-weight: normal;
    text-decoration: none;
    color: #375a78;
}

#tabControl div a:link
{
    text-decoration: none;
    color: #375a78;
}

#tabControl div a:visited
{
    text-decoration: none;
    color: #375a78;
}

#tabControl div a:hover 
{
    text-decoration: none;
    color: #5286b3;
}

#tabControl div a:active 
{
    text-decoration: none;
    color: #375a78;
}

#navigation 
{
    background-image: url( '../images/navigation_bg.jpg' );
    background-color: #d4e3ef;
    background-repeat: no-repeat;
    text-align: right;
	color: #1b2c3a;
	padding: 5px 15px;
	font-size: 13px;
}

#featuredContent
{
	background-color: #375a78;
	padding: 15px;
	color: #d4e3ef;
	border-bottom: solid 1px #cccccc;
	font-size: 14px;
}

#featuredContent h3
{
	color: #FFFFFF;
	font-size: 16px;
}


#content 
{
	width: 770px;
	padding: 15px;
}

#footer 
{
	margin-top: 15px;
	border-top: solid 1px #cccccc;
    padding: 5px;
    font: 10px Arial;
    background-color: #efefef;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #1b2c3a;
	margin: 0px;
}

.left
{
	text-align: left;
}

.right 
{
	text-align: right;
}

.defaultButton
{
	background-color: #d4e3ef;
	border: solid 1px #cccccc;
	color: #375a78;
	font: bold 12px Arial;
	padding: 3px;
}

.defaultButton:hover
{
	/*background-color: #a3d1ec;*/
	border: solid 1px #888888;
	outline: none;
}

.defaultButton:focus
{
	outline: none;
}

.sidebar .link-bottom, .link
{
	padding: 5px;
	padding-left: 10px;
}

.sidebar .link
{
	/*border-bottom: solid 1px #cccccc;*/
}

.sidebar 
{
    width: 118px;
    float: left;
    background-color: #d4e3ef;
    border: solid 1px #cccccc;
    font-size: 12px;
    margin-top: 15px;
	margin-bottom: 15px;
    color: #1b2c3a;
 }

.sidebar a:hover div
{
	background-color: #a3d1ec;
	color: #375a78;
	text-decoration: none;
}

.customerContent 
{
	float: right;
	width: 620px;
	padding: 15px;
}

#ticketDataTable
{
	width: 100%;
	border: solid 1px #cccccc;
	padding: 5px;
	background-color: #d4e3ef;	
}

#ticketDataTable th
{
	color: #375a78;
}

#ticketDataTable th, td
{
	padding: 5px;
	vertical-align: top;
}

.ticketMessage
{
	padding: 10px;
	margin: 10px;
	border: solid 1px #cccccc;
	background-color: #d4e3ef;
}

.ticketMessage strong
{
	color: #375a78;
}

#recentTicketsPanel
{
	border: solid 1px #cccccc;
	width: 40%;
}

.recentTicketsPanelHeader
{
	background-color: #d4e3ef;
	font-weight: bold;
	border-bottom: solid 1px #cccccc;
	padding: 5px;
	padding-left: 10px;
	color: #375a78;
}

.recentTicketsPanelContent
{
	padding: 10px;
}

.imageOverview
{
	border: solid 1px #cccccc;
	width: 120px;
	text-align: center;
}

.imageList a:hover div
{
	text-decoration: none;
	color: #375a78;
	background-color: #d4e3ef;
}

.imageOverview .imageOverviewHeader
{
	border-bottom: solid 1px #cccccc;
	font-weight: bold;
	padding: 5px 10px;
	background-color: #efefef;
}

.colorPreview
{
	border: 1px solid #000000;
	width: 20px;
	height: 20px;
}

.imageOverview .imageOverviewContent
{
	padding: 5px;
	font-size: 10px;
}

#ticketsTable
{
	width: 100%;
	border: solid 1px #cccccc;
}



#faqList
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#faqList li
{
	padding: 5px 10px;
	color: #1b2c3a;
	font-weight: bold;
	background-color: #d4e3ef;
	border: solid 1px #cccccc;
	margin-bottom: 10px;
}

#ticketsTable th
{
	background-color: #d4e3ef;
	border-bottom: solid 1px #cccccc;
	color: #375a78;
}

#imagesTable
{
    width: 100%;
}

#imagesTable td
{
    vertical-align: middle;
}

/*#imagesTable
{
	width: 100%;
	border: solid 1px #cccccc;
}

#imagesTable td
{
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

#imagesTable th
{
	padding: 5px 15px;
	background-color: #d4e3ef;
	border-bottom: solid 1px #cccccc;
	color: #375a78;
}*/

.separationsTable
{
	width: 100%;
	border: solid 1px #cccccc;
}

.separationsTable td
{
	padding: 5px;
}

#tabControl
{
	font: 12px Arial;
}

#tabControl .defaultButton
{
    font-size: 10px;
}

.separationsTable th
{
	padding: 5px 15px;
	color: #375A78;
	background-color: #d4e3ef;
	border-bottom: solid 1px #cccccc;
	height: 24px;
}

#newImageTable
{
	width: 100%;
	font-size: 12px;
}

#newImageTable th
{
	vertical-align: top;
}

/* tables */

table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}

#creditCardsTable td
{
    vertical-align: middle;
}