/*  
These are Eric Meyer's "big zero out everything" styles.

*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1.5;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*
----General formatting----
*/

*html {
	text-align: center; 
	}

/* 
body {
	position: relative;
	font-size: 80%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding: 0;
	background-color: #fff;
	width: 950px; 
	margin: 0 auto; 
	}
*/

#bodyWrapper {
	margin: 0 auto; 
	width: 950px;  
	position: relative;
	
	font-size: 80%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #fff;
	padding: 0;
}
 
table {
	margin-left: 1em;
	border: none;
	border-color: #2e3d81;
	border-spacing: 10px;
    font-size: 100%;
	}


th { 
	text-align: left;
	}

td {
	margin: 10px 10px 10px 10px  ;
	padding: 10px 10px 10px 10px ;
	}


 
.error-item {
	font-weight: bold; 
	font-size: larger; 
	color: red;
	}

input {
	color: black;
	background: #fff;
	}

strong {font-weight: bold;}

/*

----positioning and box property styles-----

*/

/*

----for the whole header-----

*/

#header {
	/* background: #FFFFFF url(images/mediamixr-logo-alpha.jpg) no-repeat scroll 0% 45%; */
	float:left;
	min-height: 70px;
	width: 950px; 
	padding-top: 10px;
	margin: 0 auto;
 	}

#header p {
	color: #091c5a;
	font-weight: bold;
	font-size: 100%;
 }


#header h1 {
	position: absolute;
	left: -2000px;
	display: inline;
	margin: 0; 
	color:#ff5800;
	font-size:0%;
	font-weight:bold;
	height:40px;
	width:168px;
	}


#header h4 {
	float: left; display: inline;
	background: transparent url(images/getinthemix.jpg) no-repeat scroll 100% 45%;
	margin: 10px  6px 0 0;  
	color:#999;
	font-size:136%;
	font-weight:bold;
	width: 110px;
	height: 30px;
	}


#header h4 span {
	position: absolute;
	left: -3000px;
	}

#header a.homeLink {
	background: #FFFFFF url(images/glitzr-bold-logo.gif) no-repeat scroll 0% 45%;
	padding-top: 1px;
	margin: 5px 0 0 5px;
	height: 44px;
	width: 205px;
	display: block;
	float: left;
	}

#title {
	height: 40px;
	}

#header a {
	text-decoration:none;
	}

#header a span {
	position: fixed;
	left: 15px;
	top: 6px ;
	width: 61px;
	height: 54px;
	z-index: 1;			
	}

#header p {
	color: #091c5a;
	font-weight: bold;
	font-size: 100%;
 	}


/*

----for the meta navbar-----

*/

#metanav {
	float:right;
	clear: right;
	text-align: left;
	margin: 12px 8px 10px 10px;
	color: #000;
}

#metanav ul {
margin-right: .75em;
font-size: 90%;
font-weight: bold;
}

#metanav ul li {list-style-type: none; float:left; margin-left: 1em; }

#metanav ul li a:link, 
#metanav ul li a:visited {text-decoration: none; color: #00c; }
#metanav ul li a:hover {text-decoration: underline; color: #00c;  }


#contentnav {
	float:right;
	clear: right;
	text-align: left;
	margin: 12px 0;
	color: #000;
}

#contentnav ul {
margin-right: .75em;
font-size: 98%;
}

#contentnav ul li {list-style-type: none; float:left; margin-left: 1em; }

#contentnav ul li a:link, 
#contentnav ul li a:visited {text-decoration: none; color: #00c; }
#contentnav ul li a:hover {text-decoration: underline; color: #00c;  }


/*

----for the tabs with the major site subsections-----

*/

#header ul.sitesections {
	//background-color: transparent;
background: #f5f5f5;
	clear:left;
	font-size:110%;
	margin-top: 0px;
	margin-bottom:1px;
	min-height: 24px;
	}

#header ul.sitesections li {
	float:left;
	list-style-type:none; 

}

#header ul.sitesections a {
	display:block;
	float:left;
	padding: 1px 9px;
	text-decoration:none;
        font-weight:bold;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	color: #00c;
	}

#header ul.sitesections a:hover{text-decoration:underline;}

/*

----only appears when the page is printed-----

*/

#printnotice {display: none;
visibility: hidden; }

/*

----contains both the main text area and the side panel-----

*/

#content {
clear: both;
z-index: 2;
background:#fff;
margin: 0 auto;
width: 950px;
position: relative;
}


#content a {
	text-decoration:none;
}

#content a:hover { text-decoration: underline !important; }

#searchbox {width: 540px;
border: 1px #b0b1ba solid;
margin: 20px 0px 10px 10px;
margin-right: 0;
padding: 5px 5px 5px 5px;
background:#F5F9F5;
 }

#homemaintext {

min-height:200px;
margin: 19px 0 0 22px;
background: #fff;

 }

#maintext {width: 690px; 
min-height:350px;
height:auto;
padding:5px 5px 10px;
background: #fff;
border: 0px #ccc solid;
 }


#maintext p {
	margin: .5em 1em;
	}


#maintext a:visited {color: #00f;}


#playmaintext {width: 750px; 

min-height:200px;

padding: 5px 5px 10px;

background: #fff;

border: 0px #ccc solid;

 }



#content h3 {
font-size: 185%;
font-weight:bold;
color: #02affd;
background: #fff;
border-bottom: 1px solid #ccc;
padding: .25em .5em;
}



#content.my-presentations h3 { color: #04c05c;}
#content.create-presentation h3 { color: #7002ff;}
#content.profile h3 { color: #04c05c;}
#content.help h3 { color: #fd00cc;}

#content h4 {
font-size: 130%;
color: #000;
font-weight:bold;
background: #fff;
padding: .25em .5em;
}



#content h5 {
font-size: 100%;
font-weight: bold;
color: #666;
padding: .25em 1em;
}



#pitch img {padding-right: 8px;}

#pitch ul {padding-left: 10px; font-size: 110%;font-weight:bold;}
#content #homemaintext #pitch  h2 {font-weight:bold;}
/*#content #homemaintext #pitch  h2 {background: #FFFFFF url(images/subhead2-bg.jpg) no-repeat scroll 0% 45%; height: 65px; width: 488px;}

#content #homemaintext #pitch  h2 span {position: absolute; left:-2000px;}
*/

#content #homemaintext #pitch  h4 {color: #333; background: transparent; font-size: 130%; font-weight: bold; padding: 0; line-height: 2;} 


#splash {
	border: 1px solid #999;
	height: 314px;
	}
	
#splash h2 {
	display: none;
	}

#player-box {
    background-color: #000;    
}
#splash #demo-swf {
	float: left;
	display: inline;
	margin: 19px 26px 10px 19px;
	width: 400px;
	height: 275px;
    background-color: #000;
}


#splash-message {margin-top: 12px;}


#splash-message h2 {
	font-size: 130%;
	color: #000000;
	background: transparent;
	width: 65%;
}

#content h2 {
	font-size: 130%;
	color: #0088ee;
	background: transparent;
	width: 65%;
	}

/*
#content h4 {
	color: #000;
	font-size: 117%;
	font-weight: bold;
	}
*/

#promotional h2 {font-weight:bold;}

#content #homesidepanel {
float: right; display: inline;
width: 220px;
min-height:200px;
margin: 10px 0px 0px 10px;
padding: 0;

font-size: 100%; 

}


#content #homesidepanel h2 {
	color: #ff4800;
	background: transparent;
	margin: 8px 0 0 0px;
	font-size: 125%;
	font-weight: bold;
    width: 100%;
	}

#content #homesidepanel p {margin: 1em 0;}
#homesidepanel table {
	background:#e4e4e4;
	margin: 0;
	width: 100%;
	}

#homesidepanel table th {padding: 1em 0 0 1em ;}

#homesidepanel .sign-in-bttn {text-align: right; margin-right: 1em;}
#homesidepanel .sign-in-bttn a:link {border:0; background: transparent;}



#sidepanel {
	position: absolute;
	top: 0;
	left: 710px;
	font-size: 100%; 
	border: 1px #ccc solid;
	margin: 50px 0px 0px 10px;
	padding: 5px 5px 5px 5px;
	width: 220px;
	min-height:200px;
}


#sidepanel h3 {
	font-size: 100%;
	font-weight: bold;
}

#sidepanel p {
	font-size: 100%;
	padding: 0 .25em;
	margin: 1em .25em;
}

.tip {
	color: #fe01cd;
	background: #fff;
	font-weight: bold;
	}


#sidepanel p  a:hover {
	text-decoration: underline;
}



#adpanel {
	position: absolute;
	top: 0;
	left: 770px;
	width: 160px;
	min-height:200px;
	margin: 0px 0px 0px 10px;
	padding: 5px 5px 5px 5px;
	font-size: 100%; 
	background:#fff;
	border: 1px #ccc solid;
}


/*

----the subsection navbar-----

*/

.subs-navbar {border: 1px #b0b1ba solid;
margin-bottom: 10px;
padding-top: 0;
padding-bottom: 15px; }

/*

----text and background styles-----

*/

/*

----for the header-----

*/

/*

----for the meta navbar-----

*/


/*

----for the tabs with the major site subsections-----

*/



/*



/* FOOTER */

#footer	{
	width: 100%; /*100%;   779px*/
	border-top: 1px solid #ccc;
	margin:  30px auto;
	padding-bottom: .3em;
	font-size: 85%;
	color: #A6B8CA;
	text-align: center;
	line-height: .5em;
	}

#bottomLinks	{
	text-align: center;
	list-style: none;
	margin-top: 0;
	margin-left: 0;
	padding-top: 1em;
	}

#bottomLinks li	{
	display: inline;
	border-left: 1px solid #527597;
	padding-right: 1em;
	padding-left: 1em;
	}

#bottomLinks li.first	{
	border-left: 0 none transparent;
	}

#bottomLinks a	{
	color: #000;
	}

#footer p	{	
	text-align: center;
	margin-top: .5em;
	}








/* ADDED BY DT */
#top {
    padding:5px;
    font-size: 12px;
    font-weight:none;
    font-family: Arial,Verdana, Helvetica, xsans-serif;
    text-align:right;
}
#top A:link {
    color: #0372ff;
    text-decoration: none;
    border: solid 1px #0372ff;
    padding: 4px 8px ;
    background-color: #fff;
    margin-right:10px;
}
#top A:visited {
    color: #0372ff;
    text-decoration: none;
    border: solid 1px #0372ff;;
    padding: 4px 8px ;
    background-color: #fff;
    margin-right:10px;
}
#top A:hover {
    color: #fff;
    text-decoration: none;
    border: solid 1px #0372ff;
     padding: 4px 8px ;
    background-color: #0372ff;
    margin-right:10px;
}

#scenes .imagecontainer {
    height:110px;
    width:120px;
    //border:1px solid #666;
    margin:0 0 0 12px;
    line-height:9;
    text-align:center;
    vertical-align:middle;
    border: 1px solid #f0f0f0; 
	float:left;
    background: #f9f9f9;
    
}
#scenes .imagecontainer img {border:1px solid #fff;margin:auto;vertical-align:middle; display: block;}

/* tables-less 'myPresentation' -CS */
.presentationContainer{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.presentationImgContainer{
    height:120px;
    width:120px;
    //border:1px solid #666;
    margin:auto;
//    line-height:9;
    text-align:center;
    vertical-align:middle;
    border: 1px solid #f0f0f0; 
	float:left;
    background: #f9f9f9;

}

.presentationImgContainer img{
border:1px solid #fff;margin:10px auto;vertical-align:center; display: block; }

.presentationTitleCommands{
	width: 500px; 
	height: 80px; 
	float:left; 
	margin-top: 0px; 
	margin-left: 20px;
}

.imagetextsection{
   height:260px;
}

.textsection ul {
margin-left: 20px;
}
.samplesection{
  height: 220px;
  border: 1px solid #ccc;
  background: #eee;
  margin:10px 10px 10px 10px;
}

.imagesection{
	margin: 10px; 
	width: 250px; 

	float:right;
}

.imageSection img{
	display: inline; 
	margin: 20px;
}

.textSection{
	width: 500px; 
	height: 80px; 
	float:left; 
	margin-top: 0px; 
	margin-left: 20px;
}

td.caption { 
	vertical-align: top;
	padding: 0px 10px 10px 10px ;
	
	}

.buttonSet {
	padding-left: .75em;
	padding-top: 7px;
	padding-bottom: 10px;

}

.buttonSet a{
	color: #00f;
        font-size:110%;
    /* text-decoration: underline; */
	font-weight:bold;
    /* border: solid 1px blue; */
    /* padding: 1px; */
    background-color: #fff;
    margin-right:10px;
}

#emailForm{
	//font-size: 90%;
	margin-left: 15px;
	padding-left: 10px;
	border: 1px #ccc solid;
	background-color: #fff;
}


#editMediaMixFields{
	//font-size: 90%;
	margin-left: 15px;
}

#editMediaMixFields label{
	float:left;
	font-size: 130%;
    font-weight: bold;
	width: 165px;
}

#editMediaMixFields p{
	margin-bottom: 15px;
}

#player{
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#playerPausePlay{
	margin-left: 15px;
        margin-right:10px;
}

.contentText {
   margin-left: 10px;
   font-size:85%;
}

#empty {
	height:200px;
}

#small {
	float: right;
	 font-size: 80%;
}

.attribution {
	font-size: 80%;
}

#terms ul {margin-left: 20px;}
#terms h4 {font-weight: bold;}

.formField {
  float: left;
  width: 100%;
  margin-top:20px;
  position: relative;


}

.formField #templateImage {
 float: left;
 padding: 10px 15px;   
 margin-right: 1em;
border: 1px solid #ccc;
 background: #F9F9F9;
}

.choice {
	font-weight:bold;
    float: left;
  /*	margin-top:5px;  */
}

.choice a {
   font-size: 100%;
   font-weight: none;
}

#soundChooseLink { clear: left; font-size:90%;}
#templateChooseLink  { clear: left; font-size:90%;}
.formField #templateName {
  color: #666;
  position: relative;
  width: 120px;
  float: left;
  padding-right: 20px;
  font-size: 14px;
}
.formField #audioName {
  color: #666;
  position: relative;
  float: left;
  padding-right: 10px;
  font-size: 14px;
}

.hidden-on-load{
	visibility: hidden;
}

div.template-container{
	height: 275px;
		width: 400px;
	overflow: auto;
	border:1px solid #CCCCCC;
}

li.template-item{
	padding: 5px 5px 10px 5px;
	vertical-align: top;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
	height: 70px;
}
.soundtrack-container li.template-item{
	padding: 5px 5px 10px 5px;
	vertical-align: top;
	cursor: pointer;
	border-bottom: 1px solid #CCCCCC;
	height: 50px;
}

img.template-thumbnail{
	float: right;
    height:70px;

}

div.template-name{
	float: left;
	color: #666;
	font-size:14px;
        font-weight:bold;
	margin: 0px 0pt 0px 15px;
	width: 240px;
}

div.template-description{
	/*float: left; */
	color: #666;
	font-size:12px;
	width:220px;
	margin: 0px 0px 0px 15px;
}

div.soundtrack-container{
	height: 275px;
	width: 400px;
	overflow: auto;
	border:1px solid #CCCCCC;
}

a.soundtrack-name{
	font-size:14px;
        font-weight:bold;
	width: 100%;
	margin: 10px 0pt 15px 15px;
	cursor: pointer;
}

div.soundtrack-control{
	float: left;
	cursor: pointer;
	margin-left: 15px;
        text-decoration: underline;
        color: #00f;
}

div.soundtrack-select{
	font-size:18px;
	width: 100%;
	padding: 1px 0px 5px 0px;

	cursor: pointer;
}



div.soundtrack-control{
	float: left;
	cursor: pointer;
	margin-left: 15px;
        text-decoration: none;

    border: 1px solid #ccc;
    padding: 0 4px;
    color: #ccc;
    font-size: 11px;
}


.template-item:hover  {
	background: #eee;
	}
.template-item:hover .soundtrack-name {
	color: #666;
	}
.soundtrack-name {
	color: #666;
	}
.template-item:hover .soundtrack-name:hover,
.template-item:hover .template-name,
.template-item:hover .template-description {
	color: #000;
	}
.template-item:hover	.template-name {text-decoration: underline;}
.template-item:hover .soundtrack-name:hover {text-decoration: underline;}
.soundtrack-control {


    }
.template-item:hover .soundtrack-control {
	color: #666;
	border: 1px solid #666;
	background: #fcfcfc;  
	}
.template-item:hover .soundtrack-control:hover {
	color: #000;
	border: 1px solid #000;
	background: #fff;
	}

#sharewidget {
    text-align: right;
}





