

body {
    font-size: 62.5%;
    background: #e6e5e5;
    font-family: Verdana, Arial, sans-serif;
}

.large-font {
	font-size: 1.5em;
}

#mod_site_selector
{
	font-size: 1.5em;
}

#footer
{
	padding:10px; 
	text-align:center; 
	font-size:11px	
}

tabs-icons .ui-tabs-nav .ui-icon { 
    display: inline-block; 
}

#header {
	background: #303030 !important;
	height:100px;
	position: relative;
	display: none;
}


#myspec-mod-table {
	font-size: 100%;
	color: white;
}

table {
	font-size: 100%;
	color: white;
}	

table td {
    padding-bottom: 20px;
    vertical-align: top;
}
table td:first-child {
    width: 450px !important;
}
#previewbtn {
	//float: left !important;
	//margin-left: 30px;
}

#mod-sites {
	float: left !important;
	margin-top: 5px;
}

#frame {
	width: 1280px;
  height: 1024px;
  border: none;
  -moz-transform: scale(0.4);
  -moz-transform-origin: 0 0;
  -o-transform: scale(0.4);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.4);
  -webkit-transform-origin: 0 0;
}

#framediv {
	overflow: hidden;
}

#mod-myspec-site-details {
	font-size: 100%;
	color: white;
}


#mod-myspec-module-details {
	font-size: 100%;
	color: white;
}
#mod-myspec-dialog-text {
	font-size: 100%;
	color: white;
}
#mod-myspec-url-overrides {
	font-size: 100%;
	color: white;
}
#mod-myspec-paymentoptions {
	font-size: 100%;
	color: white;
}
.firstline {
	/*width: 350px;*/
}

th
{
	background: #f5f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(21%,#dbdce2), color-stop(49%,#b8bac6), color-stop(80%,#dddfe3), color-stop(100%,#f5f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */
	
	color:black;
	padding:8px;
	border-right:1px solid grey;
}

th:hover
{
	//text-decoration:underline;
}

.gridCell
{
	border-left:1px solid grey;
	border-bottom:1px solid grey;
	padding:3px;
}

.lightbackground {
	background: #333333;
}

/*
#picture_preview{
	width: 100px;
	height: 100px;
}
*/
img {
	max-width: 300px;
  max-height: 300px;
  width: expression(this.width > 300 ? "300px" : true);
  height: expression(this.height > 300 ? "300px" : true);
}

.seperator {
	height: 10px;
	background: #2e2728;
}

#myspec-site-details {
	font-size: 100%;
	color: white;
}

#myspec-module-details {
	font-size: 100%;
	color: white;
}

#picture_preview:{
	width: 100px;
	height: 100px;
}

.myspec-sites-table {
	font-size: 100%;
	color: white;
	width:100%;
}

.gridRow:hover
{
	background-color:rgba(50, 50, 50, 1);
}


.tabsContainer
{
	border: 1px solid black;
	background-color: grey;
}

.headerdiv {
	color: white;
	padding-left: 20px;
}

#mod-css {
		font-size: 100%;
	color: white;
}

#whatsnew {
/*	background: rgb(178,225,255); 
background: -moz-linear-gradient(top,  rgba(178,225,255,1) 0%, rgba(102,182,252,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,225,255,1)), color-stop(100%,rgba(102,182,252,1))); 
background: -webkit-linear-gradient(top,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%);
background: -o-linear-gradient(top,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); 
background: -ms-linear-gradient(top,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); 
background: linear-gradient(to bottom,  rgba(178,225,255,1) 0%,rgba(102,182,252,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 );*/
background: rgb(242,245,246); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */


color: black;
padding: 20px;
border-radius: 10px;
font-size: 13px;

}

#sites-surround {


}

.notes {
	font-size: 10px;
	padding-right: 10px;
	color: #ddd;
}
.ui-widget-content {
    background: #131313 !important;
}

tr#mod_module_spine_uftip_line, tr#mod_module_spine_availtip_line, tr#mod_module_spine_unavailtip_line, tr#mod_module_spine_animation_line, tr#mod_module_spine_resetall_line, tr#mod_module_spine_resetthis_line {
	display: none !important;
}

.sectiontitle{
	background: #4d4d4d;
    vertical-align: middle;
    padding: 5px;
    font-size: 15px;
}

table {
	width: 100%;
}

#existingsites table td:first-child {
    width: 50px !important;
}