/* LWM Section Global CSS Document */
/* This contains all global settings applicable to all sections. */
/* All configurable styles must be preceded by a comment starting with "/**" */


#content div div {padding:0px;}
#content div div div { padding:0px; }
#content div div div#art_video_body_left {padding-top: 0px}

h1 {font-size: 16px; font-family:Arial; line-height: 18px;}
h2 {font-size: 12px; font-family:Arial; margin-bottom: 5px; margin-top:0px;}
h3 {font-size: 11px; font-family:Verdana; margin-bottom: 0px; margin-top:0px;}

/** Formats the default colour of the links used in CPMs */
a:link {
text-decoration: none; 
color:#22508C;
}

/** Formats the default colour of the links when rolled over in CPMs */
a:hover {
color:#4D81C6; 
text-decoration: none;
}

/** Formats the default colour of the links when vistied in CPMs */
a:visited {
color:#22508C; 
text-decoration: none;
}


#cpmall {margin: 0px; padding: 0px; border: 0px}

/** Formats the colour of borders and the background colour used in the CPM heading */
#cpmall div div table {
border-top-width: 1px;
border-top-style: solid;
border-top-color: #22508C;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #22508C;
margin-bottom: 0px; 
line-height: 19px; 
background: #EBEBEB;
}


#cpmall div div table p {float: right; margin-bottom: 0px; margin-right: 5px; font-size: 11px; margin-top: 2px;}
#cpmall div div table h3 {float: left; margin-top: 0px; margin-left: 5px; margin-bottom: 0px; }

/** Formats the colour of the thmubnail image's border and frame colour used within CPMs */
#cpmall div div img {
margin-left: 5px; 
margin-bottom: 5px; 
margin-top: 10px; 
border-width: 1px;
border-style: solid;
border-color: #ADADAD;
padding: 5px; 
background: #FFFFFF;}

html>body #cpmall div div img {margin-top: 0px;}

#cpmtop {margin-bottom:10px;}

#cpmbody {margin-left:5px; margin-right: 5px; }
#cpmbody h1 {margin-top:0px; margin-bottom: 8px;}
#cpmbody form {margin-top:5px;}

/** Formats the colour of dashed line that seperates the link in the CPM from the content. */
#cpmlink {
display: block; 
border-top-width: 1px;
border-top-style: dashed;
border-top-color: #ADADAD;
text-align: right; 
font-size: 10px; 
font-weight: bold; 
line-height: 20px; 
margin-top: 10px; 
clear:both
}

#cpmlink a {margin-right: 5px}