﻿.AlbumImageBorder
{

}
.AlbumImage
{
    display: block;
    margin-left: auto;
    margin-right: auto;
	height: 200px;
	width: 200px;
    /* This adds the border */
    padding:8px;
    border:solid;
    border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
    border-width: 1px 2px 2px 1px;
    background-color: White;
}
.AlbumInnerImage
{

}
.AlbumImageCaption
{
    text-align: center;
    font-size: 10px;
}
.ImageList 
{
    margin: 0px;
}
.ImageList li
{
    display: inline;   
    float: left;
    margin-bottom: 15px;
    margin-left: 15px;
    height: 220px;
    width: 220px;
}

.LargeImageCaption
{
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    background-color: White;
    padding: 3px;
    border: solid 1px #CCCCCC;
    margin-top: 5px;
}

.Pager
{
 	font: normal 1.5em "Lucida Sans Unicode",sans-serif;   
}

.cmxform fieldset {
  margin-bottom: 10px;
  font-size: 11px;
  width: 100%;
}
.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
  font-size: 12px;
}
.cmxform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.cmxform label {
  width: 120px; /* Width of labels */
}
.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

.cmxform {
	width:100%;
	font-size: 10px;
	color: #333;
	font-family: Arial;
	}
	
.cmxform legend { padding-left: 0;}
	
.cmxform legend,
.cmxform label { color: #333; }

.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(/images/cmxform-fieldset.gif) left bottom repeat-x;
	}
	
.cmxform fieldset fieldset { background: none; }
	
.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/images/cmxform-divider.gif) left bottom repeat-x;
	}
	
.RowStyle
{
	font-size: 11px;
	padding: 5px 10px 7px;
background: url(/images/cmxform-divider.gif) left bottom repeat-x;
}

.GridViewStyle
{
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(/images/cmxform-fieldset.gif) left bottom repeat-x;
}

.ButtonStyle
{
	font-size: 11px;
	background-color: #669966;
	border: solid 1px #8B8788;
	color: #fff;
	width: 80px;
	height: 20px;
}

.DropDownStyle
{
	background-color: #EAF9CC;
	font-size: 11px;
	width: 150px;
}

.ValidationText
{
	font-size: 10px;
	color: #ff0;
}

.MultiTextBox
{
	width: 300px;
	font-size: 11px;
	height: 50px;
}
