﻿body {
	margin: 0px 0px 0px 0px;
	color: #4f4f4f;
	background-color: #ffffff;
}

h1
{
	font-family: Tahoma;
	font-size: 1.5em;
	font-weight:normal;
	margin:0px;
}
h2
{
	font-family: Tahoma;
	font-size: 1.3em;
	font-weight:normal;
	margin:0px;
}
h3
{
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight:normal;
	margin:0px;
}
.h3
{
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight:normal;
	margin:0px;
}
h4
{
	font-family: Tahoma;
	font-size: 0.9em;
	font-weight:normal;
	margin:0px;
}
h4.bold
{
	font-family: Tahoma;
	font-size: 0.9em;
	font-weight:bold;
	margin:0px;
}

A:link
{
	font-family: Arial;
    color: #4f4f4f;
    text-decoration: underline;
}
A:visited
{
	font-family: Arial;
    color: #4f4f4f;
    text-decoration: underline;
}
A:hover
{
	font-family: Arial;
    color: #ff0000;
    text-decoration: underline;
}

A.edit:link
{
	font-family: Arial;
	font-size: 0.7em;
    color: #4f4f4f;
    text-decoration: underline;
}
A.edit:visited
{
	font-family: Arial;
	font-size: 0.7em;
    color: #4f4f4f;
    text-decoration: underline;
}
A.edit:hover
{
	font-family: Arial;
	font-size: 0.7em;
    color: #ff0000;
    text-decoration: underline;
}


A.menu:link
{
	font-family: Tahoma;
	font-size: 0.9em;
    color: #4f4f4f;
    text-decoration: none;
}
A.menu:visited
{
	font-family: Tahoma;
	font-size: 0.9em;
    color: #4f4f4f;
    text-decoration: none;
}
A.menu:hover
{
	font-family: Tahoma;
	font-size: 0.9em;
    color: #ee0000;
    text-decoration: none;
}

A.AdminEdit:link
{
	font-family: Arial;
	font-size: 1em;
    color: #000000;
    text-decoration: underline;
}
A.AdminEdit:visited
{
	font-family: Arial;
	font-size: 1em;
    color: #000000;
    text-decoration: underline;
}
A.AdminEdit:hover
{
	font-family: Arial;
	font-size: 1em;
    color: #ff0000;
    text-decoration: underline;
}

div.PageLayoutNoBorder
{
	border: none;
	vertical-align: top;
	float: left;
}
div.PageLayoutBorder
{
	border: solid 1px;
	vertical-align: top;
	float: left;
}
div.Container
{
	border: none;
	vertical-align: top;
}

.Inline
{
	display: inline-block;
}
.InlineLeft
{
	display: inline-block;
	float: left;
}
.InlineNormal
{
	font-family: Tahoma;
	font-size: 0.8em;
	display: inline-block;
}
.InlineContainer
{
	display: inline-block;
	border: none;
	vertical-align: top;
}
.Normal
{
	font-family: Tahoma;
	font-size: 0.8em;
}
.SmallGrey
{
	font-family: Tahoma;
	font-size: 0.6em;
	color:#9f9f9f;
}

span.Seperator
{
	display: inline-block;
	border-bottom:solid 1px #c0c0c0;
	width:300px;
}

td.AdminNormal
{
	font-family: Tahoma;
	font-size: 0.8em;
}
td.AdminBold
{
	font-family: Tahoma;
	font-size: 0.8em;
	font-weight:bold;
}

/* jquery JCROP css */
.jcrop-holder { text-align: left; }

.jcrop-vline, .jcrop-hline
{
	font-size: 0;
	position: absolute;
	background: white url('Jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}

.jcrop-tracker { width: 100%; height: 100%; }

.custom .jcrop-vline,
.custom .jcrop-hline
{
	background: yellow;
}
.custom .jcrop-handle
{
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
