html,body{
	margin:0;
	padding:0;
	height: 98%;
	width: 98%;
}

body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #c12727;
}
div#gradient{
	background: #c12727 url(gradient.html) repeat-x top;
	margin: 0px
}
div#gradient p{
	margin:0;
	padding: 0px 0px
}
p#codehere{color: #c12727}

div#content{
    float:left;
	width:955px;
	padding-top:15px;
	padding-bottom:15px;
	margin: 0 auto;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

div.main{
	width: 800px;
	margin: 0px;
	float: right;
	top: 0px;
}

#info-program
{
	padding-left:15px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

#sendto{
	overflow: hidden;
	height: 1px;
	width:400px;
}

#celldiv{
	overflow: hidden;
	height: 1px;
	width:400px;
}

.st_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.alert_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.ok_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #009900;
}

.rubrik
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}

.link
{
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.link:hover
{
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

.tableStyle
{
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;

}

.tableStyleAdm
{
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;	
}

.tableStyleAdmHead
{
	border-width: thin;
	border-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	background-color: #aaaaaa;
}

.tableStyleAdmHeadLink
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.tableStyleAdmOdd
{
	background-color: #cccccc;
}

.rubrikAdm
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.menulink
{
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
}

.menulink:hover
{
	padding: 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

