﻿/************************************************
test
 * $HeadURL: http://svn/svn/Artel/ArtelCms/trunk/ArtelCmsSolution/src/webroot/includes/css/content.css $
 * $LastChangedBy: neil $
 * $LastChangedRevision: 36 $
 * $LastChangedDate: 2007-08-30 15:00:22 -0400 (Thu, 30 Aug 2007) $
 ************************************************/
/************************************************
 * Copyright 2007, Image Works and Artel USA
 ************************************************/

body
{
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}	

/* image that floats right (start) */	
.imageRight
{
	float:right;
	padding: 1px;
	border: solid 1px #999999;
	margin: 0px 0px 3px 5px;
}	
/* image that floats right (end) */	

/* image that floats left (start) */	
img.imageLeft
{
	float:left;
	margin: 0px 5px 3px 0px;
}	
img.imageRight
{
	float:right;
	padding: 1px;
	border: solid 1px #999999;
	margin: 0px 5px 3px 0px;
}	
img.imageRightNoBorder
{
	float:right;
	margin: 0px 5px 3px 5px;
}	
/* image that floats left (start) */	


.alignRight
{
	text-align: right;
}
ul.arrow
{
	margin-left: 0;
	padding-left: 16px;
	list-style: none;
}
.arrow li
{
	padding-left: 18px;
	padding-top: 3px;
	background-image: url(/images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	color: #0e579e;
	font-weight: bold;
	line-height: 1.5em;
}
ul.arrow-nobold
{
	margin-left: 0;
	padding-left: 16px;
	list-style: none;
}
.arrow-nobold li
{
	padding-left: 18px;
	padding-top: 3px;
	background-image: url(/images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 1.5em;
}
.new-arrow-nobold
{	padding-left: 18px;
	padding-top: 3px;
	background-image: url(/images/common/new_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	line-height: 1.5em;
}
li
{
	line-height: 1.5em;
}
.landingCell
{
	background-color: #f1eff0;
  	background-image: url(/images/home/gray_grd3.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	border: solid 1px #e2e1e2;
}
.landingCell img
{
	padding-right: 5px;
	padding-bottom: 10px;
}
a.bold
{
    color: #0e579e;
    font-weight: bold;
    text-decoration: none;
}
a.bold:link
{
    color: #0e579e;
    font-weight: bold;
    text-decoration: none;
}
a.bold:visited
{
    color: #0e579e;
    font-weight: bold;
    text-decoration: none;
}
a.bold:hover
{
    color: #0e579e;
    font-weight: bold;
    text-decoration: underline;
}


/* HTML Tag Formatting (start) */
h1, H1
{
	font-size: 14px;
	color: #004990;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 1em;
}
	
h2, H2
{
	font-size: 12px;
	color: #004990;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

h3, H3
{
	color: #176bab;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	padding: 0px;
	margin: 0px;
}

h4, H4
{
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
h6, H6
{
	color: #333333;
	font-weight: bold;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}
.fancyTitle
{
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}

p, P
{
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 1.3em;
}
.bluebold
{
	font-weight: bold;
	color: #006699;
}
.redbold
{
	font-weight: bold;
	color: #990000;
}

.largerFont
{
	font-size: 12px;
}
.smallerFont
{
	font-size: 8px;
}
/* HTML Tag Formatting (end) */
td.landingBox
{
  width: 194px; /* 206 - padding */
  background-color: #f1eff0;
  background-image: url(/images/home/gray_grd3.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
  padding: 13px 10px 10px 0px;
  line-height: 1.4em;
	border: solid 1px #e2e1e2;
  
}

td.bottomBorder
{
	border-bottom: solid 1px #cccccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.rule
{
	height: 2px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(/images/common/rule.gif);
	background-repeat: repeat-x;
}
.rule-blue
{
	height: 2px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(/images/common/rule_blue.gif);
	background-repeat: repeat-x;
 
}
.rule-dashed
{
	height: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-image: url(/images/common/rule_dashed.gif);
	background-repeat: repeat-x;
}
.gray_large
{
	font-family: Arial; 
	font-size: 16px;  
  line-height: 24px;
	color: #a0a0a0;
}
    