﻿/* HTML tag */
html
{
	
}

/* Body tag */
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height:19px;
	color:#333;
}

/* Formtag */
form
{
	
}

/* Image tags */
img
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Text header tags */
h1
{
	color:#3192c9;
	font-weight:normal;
	font-size:22pt;
	border-bottom:#ccc 1px solid;
}

h2
{
	color:#105fa8;
	font-weight:bold;
	font-size:14pt;
}

h3
{
	color:#a85b10;
	font-weight:normal;
	font-size:16pt;
}

h4
{
	color:#3192c9;
	font-weight:bold;
	font-size:12pt;
}

/* Text paragraph tags */
p
{
	margin:0px 0px 12px 0px;
	padding:0px 0px 0px 0px;
}

/* Link tags */
a
{
	color:#4b98b2;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:underline;
}

.headerlink
{
    color:#000000;
    font-weight:bold;
}

.paginglink
{
    color:#398a8d;
    text-decoration:none;
    padding:3px 1px 3px 1px;
}

.paginglinknext
{
	color:#4b98b2;
	float:right;
	display:inline;
}

.externallink
{
    background-image:url(Images/Icons/nav-left-bullet.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:13px;
}

/* Special DIV tags */

#page
{
	padding:0px;
	width:450px;
} 

.paging
{
    padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;  
    display:inline;
}

.currentpage
{
    display:inline;   
    background-color:#a0560f;
    border:#a0560f 1px solid;
    color:#ffffff;
    padding:3px 1px 3px 1px;
}

.pagingpage
{
    display:inline;
    background-color:#eef4f0;
    border:#d6dbde 1px solid;
    color:#398a8d;
    padding:3x 1px 3px 1px;
}

/* List header */

.listheader
{
    padding:5px 0px 5px 0px;
	background-color: #f0f2f3;
}

.listheader_col_title
{
    width:375px;
}
.listheader_col_date
{
	width:140px;
}

.listimg
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/* List items */
.list
{
	margin-left: 0;
	padding-left: 0;
    padding-bottom: 10px;
    text-align: left;
}

#listcol
{
	
}

.view
{
	text-align:left;		
}

.listitem_odd
{
	background-color: #f0f2f3;
}

.listitem_even
{
}

.listitem
{
	padding:10px 0px 10px 0px;
}

.listitem_col_title
{
    width:375px;
    color: #323232;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	text-decoration:none;
}

.listitem_col_date
{
	width:140px;
    color: #323232;
	font-family: Verdana, Arial, Helvetica, Tahoma;
	text-decoration:none;
	padding-left:15px;
}

/* Content area with no columns */
#nocol
{
	position: relative;
	display:block;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width:420px;
} 

.rightCol
{
	float:right;
	width:150px;
}

.leftCol
{
	float:left;	
	width:260px;
	margin-right:10px;
}
