﻿div#SeasonModulesView
{
	margin-top: 20px;
}

div#SeasonModulesView .register
{
	text-align:right;
}

div#SeasonModulesView .register input
{
	font-size: 10px;
	width: 220px;
}

div.ModulesItems
{
	
}

div.module
{
	border: solid 1px #eeeeee;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
	padding: 3px;
}

div.moduleInner
{
/*	background-color: #f5f5f5;*/
	padding: 5px 5px 5px 7px;
}

div.module .signup
{
	text-align: right;
	color: #aa172c;
	float: right;
}


div.moduleInner table
{
	width: 100%;
}

div.module div.title
{
	width:55%;
	color: #aa172c;
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 3px;
}


div.module div.title a
{
	color: #aa172c;
}

div.module div.schedule
{
}

div.module div.description
{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.module div.price span
{
	margin-right: 5px;
}


