.story_functions_box
{
 	border: 1px solid #B2B2B2;
 	width: 100%;
 	border-spacing: 5px;
}

.story_content_spacing
{
	line-height: 120%;
}


.story_sidebar
{
	float:right;
	margin-left: 15px;
	width: 200px;
	font-family : verdana, arial, helvetica, sans-serif;
    font-size : 10pt;
    color : #000000;
    padding: 0px 0px 5px 0px;

}

.story_sidebar_spacer
{
	height: 10px;
}

.story_sidebar_content
{
	padding-top: 10px;
}

.story_sidebar_link_spacing
{
	line-height: 175%;
}

.story_write_story_autosave
{
	padding-right: 80px;
	padding-left: 80px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #ff9933;
	color: white;
	font-weight: bold;
	display: none;
}

table.story_vote
{
	border-spacing: 0px;
	padding: 0px;
	width:100%;
	border-collapse: collapse;
	color: black;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
}

.story_disclaimer
{
	color: #888888;
	font-size: 0.8em;
}

.story_write_story_box
{
	font-size : 10pt;
	width: 100%;
}

.story_request_story_box
{
	width: 80%;
}

.story
{
	text-align: justify;
}

.story_link_submit
{
	font-size: 12px;
}

.story_rating_label
{
	color: rgb(102, 51, 0);
}

td.story_vote_count, td.story_visit_count
{
	color: #757575;
	white-space: nowrap;
	text-align: center;
	width: 1%;
}

.story_functions_box
{
 	border: 1px solid #B2B2B2;
 	width: 100%;
 	border-spacing: 5px;
    font-size : 11px;
}


.story_vote_count
{
	color: #757575;
}

.story_rating
{
	font-weight: bold;
	color: #ff970a;
}

/* story tags */




p.tag_cloud
{
	text-align: justify;
    padding: 10px;
    line-height: 225%;

}

.tag_cloud_small_cloud
{
    line-height: 100%;
}

p.tag_cloud a
{
	text-decoration: none;
}


.tag_cloud_biggest
{
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        text-decoration: none;
        padding-bottom: 2px;
        color: #2477A4;
}

a.tag_cloud_biggest:hover
{
        text-decoration: underline;
}

.tag_cloud_bigger
{
        font-size: 22px;
        margin-bottom: 10px;
        text-decoration: none;
        padding-bottom: 2px;
        color: #2477A4;
}

a.tag_cloud_bigger:hover
{
        text-decoration: underline;
}

.tag_cloud_big
{
        font-size: 18px;
        margin-bottom: 10px;
        text-decoration: none;
        padding-bottom: 2px;
        color: #49A4D1;
}

a.tag_cloud_big:hover
{
        text-decoration: underline;
}

.tag_cloud_normal
{
        font-size: 12px;
        margin-bottom: 10px;
        text-decoration: none;
        padding-bottom: 2px;
        color: #49A4D1;
}

a.tag_cloud_normal:hover
{
        text-decoration: underline;
}

table.story_summary
{
	font-size : 12px;
	color : #000000;
	padding: 0px 0px 0px 0px;
}

.story_author_info
{
	font-size : 12px;
	color : #000000;
	padding: 0px 0px 0px 0px;
}

.highlight
{
	background-color: rgb(255,255,0);
}


/* in IE the, the height of the write story form was not incresing when you press more images. This is due to curveycorners.js.
For this one, we wont use curvycorner.js.*/
#ws1{
	width: 913px;
	height: 21px;
	background-image: url(/images/write_story/curvy-top.gif);
	background-repeat: no-repeat;
}
#ws2{
	width: 913px;
	height: auto;
	background-image: url(/images/write_story/curvy-bg.gif);
	background-repeat: repeat-y;
}
#ws3{
	width: 913px;
	height: 21px;
	background-image: url(/images/write_story/curvy-bottom.gif);
	background-repeat: no-repeat;
}
.storyadd{
	position: relative; 
	float: left; 
	margin-top: 10px; 
	margin-right: 10px; 
	height: 250px; 
	width: 300px;
}
.storyadd img{
	border: none;
	width: 300px;
	height: 250px;
}
#write_story_int1{
	width: 435px;
}
#write_story_int2{
	width: 435px;
	margin-right: 25px;
	float: right;
}
#write_story_links{
	padding: 20px 0 20px 80px;
}
