/*This is the style sheet for all main pages
outside of myResume and Mailbox pages*/

body{

/*Thanksgiving Style
background-color: #613b00;
background-image: url(graphics/tday-bg.jpg);
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
*/

/*Christmas Style 
background-color: #176d00;
background-image: url(graphics/christmas-bg.jpg);
background-position: top left;
background-attachment: fixed;
background-repeat: repeat-y;
*/

	
/*Normal Style*/
background-color: #7A7E93;
background-image: url(graphics/bg-img.gif);
background-position: top left;
background-attachment: fixed;
background-repeat: repeat-y;

}

#container{
width: 810px;

/*Thanksgiving X-mas style */
margin: 0 auto 0 155px;

/*Regular*/
margin: 0 auto;


background-repeat: no-repeat;
background-position: top top;
border: 2px solid #663366;
height: auto;
padding: 0px 10px 20px 10px;
background-color: #FFF;
}

/*X-mas Style
#lights{
	width: 800px;
	height: 16px;
	position: relative;
	top: 3px;
	background-image: url(graphics/christmas-lights.gif);
	background-position: top top;
	background-repeat: no-repeat;
	z-index: 10;
	}
*/

#common-menu{
position: relative;
width: 800px;
margin: 0 auto 10px auto;

/*Thanksgiving Style
	border: 1px dashed #663333;
*/

/*X-mas style
	border: 1px dashed #990000;
	*/
	
/* Normal style	*/
border: 1px dashed #FFCCFF;

}

#common-holder{
position: relative;
width: 800px;
margin: 0 auto;
}

#common-left{
/*main area for content*/
position: relative;
width: 650px;

}

#common-right{
/*small side bar for other - Amazon, Adsense? */
position: relative;
float: right;
width: 125px;
}

/* BEGIN rounded corners styling */

#wrap-top{
position: relative;
width: 650px;
height: 16px;
margin: 0 auto;
background-image: url(graphics/top1.gif);
background-position: top left;
background-repeat: no-repeat;
}

#wrap-mid{
position: relative;
width: 650px;
margin: 0 auto;
background-image: url(graphics/middle1.gif);
background-position: top left;
background-repeat: repeat-y;
}

#wrap-bot{
position: relative;
width: 650px;
height: 21px;
margin: 0 auto;
background-image: url(graphics/bottom1.gif);
background-position: top left;
background-repeat: no-repeat;
}

#content-mid{
position: relative;
width: 625px;
margin: 0 auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* END rounded corners styling */

#content-mid a:link{
text-decoration: none;
color: #FF0000; 
}

#content-mid a:visited{
text-decoration: none; 
color: #FF0000; 
}

#content-mid a:hover{
text-decoration: underline;
color: #FFFFFF;
background-color: #FF0000; 
}

a:hover img{
background-color: #FFE6FF;
}

#content-mid a:active{
text-decoration: underline; 
}

.cm-tbl{
/*Thanksgiving Style
	background-color: #FFCC66;
*/	

/*X-mas Style
	background-color: #CC0000;
	color: #33FF33;
	*/
	
/* Normal style	*/
background-color: #E5E5FF;
 color: #330099;


font-size: 16px;
font-family: arial;
}

.cm-tbl a{
background-image: url(graphics/bullet_black.gif);
background-repeat: no-repeat;
background-position: top middle;
font-family: arial;
font-size: 12px;
/*X-mas Style
color: #33FF33;
*/
/*Normal style*/ 
color: #330033;

text-decoration: none;
padding-left: 11px;
}

.cm-tbl a:hover{
background-image: url(graphics/bullet_purple.gif);
background-repeat: no-repeat;
background-position: top middle;
background-color: #FFF;
color: #330033;
}

.cm-border{
	
	/*Thanksgiving Style
	border-bottom: 1px solid #663333 
	*/
	/*X-mas Style 
	border-bottom: 1px solid #FF6666;
	*/
/* Normal style*/	
border-bottom: 1px solid #330033;
	
}

#cm5{
	/*Thanksgiving Style
	background-color: #FFCC66; 
	*/
	/*X-mas Style 
	background-color: #CC0000; 
	*/
	
/* Normal style	*/
background-color: #E0E0F9;
}

#cm6{
	/*Thanksgiving Style
	background-color: #FFCC66; 
	*/
	/*X-mas Style 
	background-color: #CC0000; 
	*/
/* Normal style*/	
background-color: #DCDCF6;
	
}

#cm7{
	/*Thanksgiving Style
	background-color: #FFCC66; 
	*/
	/*X-mas Style 
	background-color: #CC0000;
	*/	
/* Normal style */	
background-color: #D9D9F2;
	
}

#mailholder{
position: relative;
width: 800px;
margin: 0 auto;
background-color: #FFFFFF;
}

.header {
font-size: 14px;
font-weight: bold;
text-align: center;
background-color: #FFE5FF
}

a img{
border: 0;
}

.alert{
width: 800px;
text-align: center;
padding: 3px;
background-color: #CC0000;
font-family: arial;
font-size: 14px;
color: #FFFFFF;
}

#confirm{
width: 500px;
margin: 0 auto;
border: 2px solid #FF0000;
background-color: #990000;
color: #FFFFFF;
font-family: arial;
font-size: 14px;
padding: 7px;
}

#confirm h1{
font-size: 18px;
text-align: center;
}

.but-confirm{
height: 35px;
width: 90px;
background-color: #009900;
text-align: right;
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
}

.but-cancel{
height: 35px;
width: 90px;
background-color: #FFFF00;
text-align: right;
color: #000000;
font-weight: bold;
font-size: 12px;
}

.view{
width: 550px;
margin: 0 auto;
padding: 7px 7px 15px 7px;
font-family: arial;
font-size: 80%;
color: #fff;
background-color: #3D3B7F;
border: 1px solid #000066; 
border-right: 4px solid #000066; 
border-bottom: 4px solid #000066;
}

.view a {
color: #fff;
}

.view a img{
border: 0;
}

.view_img {
border: 2px solid #fff;
}

.font {
font-family: arial;
font-size: 80%;
color: #FFF;
}

.c {
text-align: center;
}

h1 {
font-size: 125%;
color: #FFFFFF;
font-family: arial;
}

h2 {
font-size: 100%;
color: #FFFFFF;
font-family: arial;
}

.fs1{
width: 300px;
margin: 0 auto;
padding: 7px;
background-color: #330033;
color: #ffffff;
font-family: arial;
font-size: 85%;
}

.listing1{
width: 600px;
padding: 10px;
margin: 15px auto;
background-color: #FFE6FF;
border-color: #330033;
border-width: 1px 3px 3px 1px;
border-style: solid;
font-family: arial;
font-size: 80%; 
}

.listing2{
width: 600px;
padding: 10px;
margin: 15px auto;
background-color: #EFEFFF;
border-color: #00005B;
border-width: 1px 3px 3px 1px;
border-style: solid;
font-family: arial; 
font-size: 80%;
}

.display h2{
color: #000033;
}

.display{
width: 600px;
padding: 10px;
margin: 15px auto;
background-color: #ffffcc;
border-color: #00005B;
border-width: 1px 3px 3px 1px;
border-style: solid;
font-family: arial; 
font-size: 100%;
}

.display a{
font-family: arial;
}

.subform{
width: 350px;
padding: 5px;
margin: 0 auto;
background-color: #ffff66;
border: 2px solid #000000;
font-family: arial;
font-size: 95%;
}

.subform h1{
font-size: 110%;
padding: 2px 2px 2px 4px;
background-color: #000000;
color: #ffff99;
width: 345px;
margin: 0 auto;
}

.content{
font-family: arial;
font-size: 100%;
color: #330033;
}

.u{
text-decoration: underline; 
}

#footer{
width: 800px;
text-align: center;
font-family: verdana;
font-size: 10px;
color: #000066;
margin-top: 150px;
}

#ecard{
width: 600px;
padding: 10px;
margin: 15px auto;
background-color: #D0C8D1;
border-color: #333333;
border-width: 1px 3px 3px 1px;
border-style: solid;
font-family: arial; 
font-size: 85%;
color: #333333;
}

.textbox{
  width:575px;
  border: 2px dashed #cccccc;
  background-color: #666666;
  font-family: arial;
  font-size: 12px;
  text-align: justify;
  color: #ffffff;
  margin: 0 auto 10px auto;
  padding: 5px;

}

.cfilm{
  width: 510px;
  border-bottom: 2px solid #ccccff;
   margin: 0 auto 20px auto;
   padding: 0 5px 0 5px;
}
.alert{
width: 800px;
text-align: center;
padding: 3px;
background-color: #CC0000;
font-family: arial;
font-size: 14px;
color: #FFFFFF;
}

.advent{
font-family: trebuchet ms;
font-size: 12px;
color: #FF6600;
text-align: center;
}

.advent a {
color: #FF6600;
}

.advent a img{
border: 0;
}

