﻿/*------------------------------------------------------------------------------------
ELEMENTS
*/

.columnStandard1of2
{
}

.columnStandard2of2
{
}

.textboxStandard
{
    width:250px;
}

.tableStandard
{
	width:100%;
	vertical-align:top;
}

.link
{
    text-decoration:none;
}

/*------------------------------------------------------------------------------------
ListView, DataList
*/

.HeaderTemplate, .HeaderTemplate A:link
{
}

.ItemTemplate, .ItemTemplate A:link, .ItemTemplate A:visited
{
}

.AlternatingItemTemplate, .AlternatingItemTemplate A:link, .AlternatingItemTemplate A:visited
{
}

/*------------------------------------------------------------------------------------
TEXT
*/

.textHeadline, H1
{
    font-size:14px;
    font-weight:bold;
    color:#515151
}

.textHeadlineSmall, H2
{
    font-size:13px;
    font-weight:bold;
    color:#515151
}

.textStandard
{
    font-size:11px;
    color:#515151
}

.textSmall
{
    font-size:10px;
    color:#515151
}

.textLarge
{
    font-size:12px;
    color:#515151
}

/*
COLORS
*/

.textColor
{
    color:#515151;
}

.textColorAlt
{
}
 
