﻿/* Widths based on pixels. All widths are divisible into 960px.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.A, .Auto
{
	width: auto !important;
}
.XXXXS
{
	width: 10px !important;
}
.XXXS
{
	width: 24px !important;
}
.XXS
{
	width: 60px !important;
}
.XS
{
	width: 64px !important;
}
.S
{
	width: 80px !important;
}
.MS
{
	width: 160px !important;
}
.M
{
	width: 120px !important;
}
.ML
{
	width: 160px !important;
}
.L
{
	width: 192px !important;
}
.XL
{
	width: 240px !important;
}
.XXL
{
	width: 320px ;
}
.XXXL
{
	width: 480px ;
}
#Description, #DiscussionPost,#ResolutionDescription,#Rationale {
    width: 1050px ;
    height: 700px ;
}

textarea.XXL {
    width : 400px !important;
    height : 200px !important;
}


.XXXXL
{
	width: 640px !important;
}
.F, .Full
{
    width: 960px !important;
}

/* Height based on pixels.
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.Height25
{
	height:25px;
}

.HeightTitleButton
{
	height:50px;
}