﻿div.form label
{
	width: 180px;
	margin-right: 10px;
	float: left;
	text-align: right;
	padding-top: 2px;
	font-weight: bold;
	font-size: 1em;
}

div.teamphoto-nopreview
{
    background-image: url("/images/layout/empty_photo.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 120px;
    margin-left: 190px;
    width: 200px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
           src='/images/layout/empty_photo.jpg',
           sizingMethod='scale');

   -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
          src='/images/layout/empty_photo.jpg',
        sizingMethod='scale');
}
div.teamsignature-nopreview
{
    background-image: url("/images/layout/empty_signature.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height:80px;
    margin-left: 190px;
    width: 200px;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
           src='/images/layout/empty_signature.png',
           sizingMethod='scale');

   -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
          src='/images/layout/empty_signature.png',
        sizingMethod='scale');
}

div.teammgmtphoto-nopreview
{
    background-image: url("/images/layout/empty_photo.jpg");
    background-repeat: no-repeat;
    margin-left: 40px;
}
div.teamglobalphoto-nopreview
{
    background-image: url("/images/layout/empty_photo.jpg");
    background-repeat: no-repeat;
    margin-left: 15px;
}
div.teamglobalphoto-text-nopreview
{
   margin-left : -20px;
   height:86px;
   width:67px;
}
div.photo-text-nopreview
{
   margin-left: -10px;
   height:100px;
   width:200px;
}
div.teammgmtphoto-text-nopreview
{
   margin-left : -50px;
   height:86px;
   width:67px;
}
div.signature-in-progress
{
    background-image: url("/images/layout/empty_photo.jpg");
    background-repeat: no-repeat;
	border: 1px solid #FFF;
	padding: 5pxpx;
	height:86px;
    width:67px;
}
div.form button
{
	margin-left: 190px;
	float: left;
	text-align: right;
	padding-top: 2px;
	font-size: 1em;
}
div.form div
{
	clear: both;
	margin: 5px 0;
}

div.form div.alt-phone div
{
	clear: none;
}

div.form label span
{
	color: #F00;
	position: absolute;
}

div.form label span.help
{
	position: static;
}

div.form input,
div.form select
{
	width: 200px;
	display: block;
	margin-bottom: 0;
	margin-left: 190px;
}

div.form textarea
{
	width: 300px;
	display: block;
	margin-bottom: 0;
}

div.form br
{
	clear: left;
}

div.form .checks
{
	display: block;
	overflow: visible;
	margin: 0 0 5px 190px;
}
div.form .checks input
{
	float: left;
	width: auto;
	margin-left: 0;
}

div.form .checks label
{
	float: left;
	margin-left: 5px;
	text-align: left;
	width: auto;
}

div.form .checks .help
{
	clear: left;
	font-size: 11px;
	font-style: italic;
}

div.form div.buttons
{
	margin: 10px 0 0 190px;
}

div.form div.buttons input
{
	width: auto;
	display: inline;
	margin-left: 0;
	margin-right: 5px;
}

div.form div.email input,
div.form div.email select
{
	display: inline;
	margin-left: 0;
	width: 140px;
}

div.form div.phone input,
div.form div.phone select
{
	display: inline;
	margin-left: 0;
	width: 110px;
}

div#tabs div.buttons
{
	margin-left: 220px;
}
div#tabs div.button
{
	margin-left: 220px;
}
div.form div.link-buttons
{
	margin-left: 190px;
}

div.form div.link-buttons a
{
	margin-right: 10px;
}

.error,
.notice, 
.information
{
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	clear: both;
	width: 100%; /* IE6 hasLayout */
}

.error
{
	background-color: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.error a
{
	color: #8a1f11;
}

.notice
{
	background-color: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.notice a
{
	color: #514721;
}

.information
{
	background-color: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.information a
{
	color: #264409;
}

div.instructions
{
	margin-bottom: 10px;
}
.user-locations
{
    float: left;
    margin-left:200px;
}

.input-list
{
	display: block;
	overflow: auto;
	margin: 10px 0 5px 10px;
}

div.FormField .input-list
{
	float: left;
	margin-left: 0;
}

.input-list input
{
	float: left;
	width: auto;
	clear: left;
}

.input-list label,
span.input-list label
{
	float: left;
	margin: 0 30px 0 5px;
	text-align: left;
	width: auto;
	font-weight: normal;
}

span.input-list span label
{
	margin-right: 30px;
	width: auto;
}


div#form table.GridView,
table.GridView
{
    clear: left;
	border: 1px solid #999999;
	margin-top: 10px;
	margin-bottom: 10px;		
	width: 100%;
		
}

div#form table.GridView th,
table.GridView th
{
	font-weight: bold;
	padding: 3px 5px;
	border: 1px solid #999999;
	/*background-color: #cccccc;*/
}

div#form table.GridView tr,
table.GridView tr
{
	padding: 5px;
	color: #ffffff;
	border: 1px solid #999999;
	
}

div#form table.GridView th a,
table.GridView th a
{
	color: #999999;
}

div#form table.GridView td,
table.GridView td
{
	padding: 5px;
	color: #ffffff;
	border: 1px solid #999999;
}

div#form fieldset#selected-items
{
	margin: 0 0 0 0px;
	padding: 10px;
	border: 1px solid #AAA;
	-moz-border-radius: 4px;
	overflow: auto;
	clear: none;
	width: 200px;
}

.colourSelectionList
{
	display: block;
	margin-bottom: 10px;
}

.colourSelectionList input
{
	margin-left: 3px;
}

.colourSelectionList label
{
	margin-left: 3px;
	margin-right: 5px;
}

.ui-dialog .select-image-dialogue
{
	text-align: center;
}

div.image-content-options
{
	margin: 10px auto;
	overflow: auto;
	width: 470px;
}

div.image-content-options input
{
	float:left;
	margin: 0 5px 0 0;
	overflow: hidden;
	text-align: center;
	width: auto;
}

div.image-content-options label
{
	border: 1px solid #DDD;
	display: block;
	height: 120px;
	margin: 0 10px 10px 0;
	width: 100px;
}

.image-content-options image
{	
	width:100px;
	height:100px;
}

div.form .tabs
{
	margin: 20px 0 40px 0;
}

.tabs ul
{
	border-bottom: 1px solid #FFF;
	overflow: auto;
	width: 100%; /* IE hasLayout */
}

.tabs li
{
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	display: block;
	float: left;
	margin-left: 10px;
	padding: 2px 5px;
}

#content .tabs li a,
#content .tabs li a:hover
{
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}

.tabs li.ui-tabs-selected
{
	background-color: #FFF;
	border-color: #FFF;
}

#content .tabs li.ui-tabs-selected a
{
	color: #333;
	font-weight: bold;
}

div.form .tabs div
{
	margin-top: 20px;
}

.tabs div.ui-tabs-hide
{
	display: none;
}